SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

FKCDEF01 SAP ABAP INCLUDE - Forms for maintenance of sender structure







FKCDEF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FKCDEF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT FKCDEF01. "Basic submit
SUBMIT FKCDEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT FKCDEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms for maintenance of sender structure


INCLUDES used within this REPORT FKCDEF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING ASPET = L_ASPET IMPORTING ATEXT = L_TEXT ATYPE = L_ATYPE EXCEPTIONS NOT_EXIST = 1 NOT_IN_CLIENT = 2 NOT_IN_STATE = 3 OTHERS = 4.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING ROLNM = TKCF-ROLNM IMPORTING CDIROL = ICDIROL EXCEPTIONS DOMAIN_NOT_FOUND = 1 DATA_ELEMENT_NOT_FOUND = 2 DATA_ELEMENT_ERROR = 3 OTHERS = 4.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING ROLNM = TKCF-ROLNM IMPORTING CDIROL = ICDIROL EXCEPTIONS DOMAIN_NOT_FOUND = 1 DATA_ELEMENT_NOT_FOUND = 2 DATA_ELEMENT_ERROR = 3 OTHERS = 4.

RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' IMPORTING ASPET = L_ASPET ATEXT = L_ATEXT CHANGING ATYPE = L_ATYPE.

RKC_FCAT_HELP_VALUES_GET CALL FUNCTION 'RKC_FCAT_HELP_VALUES_GET' EXPORTING I_APPLC = 'KC' * I_ONLY_GEN_CHTAB = 'X' I_EIS_CHTAB = 'X' CHANGING C_FIENM = FIENM.

RKC_FCAT_HELP_VALUES_GET CALL FUNCTION 'RKC_FCAT_HELP_VALUES_GET' EXPORTING I_APPLC = 'KC' I_ONLY_GEN_CHTAB = 'X' CHANGING C_FIENM = FIENM.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = L_TABNM TABLES FIELDTAB = L_DFIES EXCEPTIONS INTERNAL_ERROR = 1 NO_TEXTS_FOUND = 2 TABLE_HAS_NO_FIELDS = 3 TABLE_NOT_ACTIV = 4 OTHERS = 5.

RKC_VALID_USAGE_REG_FOR_ASPECT CALL FUNCTION 'RKC_VALID_USAGE_REG_FOR_ASPECT' EXPORTING ASPET = L_ASPET.

RKC_VALID_CHECK CALL FUNCTION 'RKC_VALID_CHECK' EXPORTING ASPET = L_ASPET MATRIX_VALID = I_MATRIX_FLAG VALID = I_VALID IMPORTING VALID_TXT = E_TEXT EXCEPTIONS NO_ENVIRONMENT_FOR_ASPET = 1 VALID_NOT_FOUND = 2 OTHERS = 3.

RKC_VALID_F4_HELP CALL FUNCTION 'RKC_VALID_F4_HELP' EXPORTING ASPET = L_ASPET MATRIX_VALID = I_MATRIX IMPORTING VALID = E_VALID VALID_TXT = E_VALTEXT EXCEPTIONS NO_ENVIRONMENT_FOR_ASPET = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = L_ASPET IMPORTING OUTPUT = X_ESTRC.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = L_ASPET IMPORTING OUTPUT = L_ASPET_C.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FKCDEF01 or its description.