grants module assignment 1 custom table creation

2
Beginner’s SAP Page 1 Beginner’s SAP – www.beginners-sap.com Hi There, Thank you for downloading the first assignment in the Beginner’s SAP Practical assignment series. As part of these series I will be uploading a number of FRICE object specification from my real industry experience. You can try developing these objects to get the practical industry advantage. If you have not done so, subscribe to my blog newsletter at www.beginners-sap.com so you don’t miss out on any future assignments and blogs on interesting tips and information on Technical SAP. Happy Learning Linkin Pereira

Upload: ravisudhakarpinninti

Post on 25-Dec-2015

215 views

Category:

Documents


1 download

DESCRIPTION

asssignment on sap abap ddic components .

TRANSCRIPT

Page 1: Grants Module Assignment 1 Custom Table Creation

Beginner’s SAP Page 1

Beginner’s SAP – www.beginners-sap.com

Hi There,

Thank you for downloading the first assignment in the Beginner’s SAP

Practical assignment series.

As part of these series I will be uploading a number of FRICE object

specification from my real industry experience. You can try developing these

objects to get the practical industry advantage.

If you have not done so, subscribe to my blog newsletter at

www.beginners-sap.com so you don’t miss out on any future assignments and

blogs on interesting tips and information on Technical SAP.

Happy Learning

Linkin Pereira

Page 2: Grants Module Assignment 1 Custom Table Creation

Beginner’s SAP Page 2

Beginner’s SAP – www.beginners-sap.com

Assignment 1

The following custom table was designed for Grants module in SAP for one of

my clients.

For our first assignment I would like you to develop this table.

Later I will upload screen shots and a short video to explain how I built this

table.

Note that this table will also require some custom data elements to be built.

Table Name ZGMGR_DUE_DATES

Short Description

Reporting Due Dates

Delivery Class Customizing table – Display/Maintenance Allowed

Field Key Init Data element Data Type

Length Decimal Places

Short Desc.

MANDT X X MANDT CLNT 3 0 Client

GRANT_NBR X X GM_GRANT_NBR CHAR 20 0 Grant

RTYPE X X ZRTYPE CHAR 20 0 Reporting Type

FREQUENCY X X ZFREQUENCY CHAR 15 0 Frequency

YEAR X X GJAHR NUMC 4 0 Fiscal Year

PERIODFROM X X ZPERIODFROM DATS 8 0 Period from Date

PERIODTO ZPERIODTO DATS 8 0 Period To Date

DUEDATE ZDUEDATE DATS 8 0 Due Date

SUBMIT_BY ZSUBMIT_BY CHAR 12 0 Submitted By

SUBMIT_DATE ZSUBMIT_DATE DATS 8 0 Submission Date

Entry Help/Check for table ZMGR_DUE_DATES should be set as follows:

Field Origin of the input help Search Help Domain

GRANT_NBR Explicit search help attachment to data element

GRANTS_GENERIC

PERIODFROM Input help based on data type

PERIODTO Input help based on data type

DUEDATE Input help based on data type

SUBMIT_DATE Input help based on data type