SAP Reports / Programs | Controlling | Profitability Analysis | Profitability Analysis / Basic Functions(CO-PA-PMS) SAP CO

RK1IZGSA SAP ABAP INCLUDE - documentation and ABAP source code







RK1IZGSA 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 RK1IZGSA 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 RK1IZGSA. "Basic submit
SUBMIT RK1IZGSA AND RETURN. "Return to original report after report execution complete
SUBMIT RK1IZGSA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RK1IZGSA

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:

RKE_CONVERT_DATE_TO_LOGNR CALL FUNCTION 'RKE_CONVERT_DATE_TO_LOGNR' EXPORTING ERKRS = ERKRS DATE = CEST1-BUDAT PERSPEC = CEST1-PERDE * ledger = cest1-paledger "TB 30.6.1997

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' "interne Nr.-vergabe

NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' "Verproben EXPORTING OBJECT = NRK_OBJEKT SUBOBJECT = ERKRS NR_RANGE_NR = TVGAI_TAB-NUMKE TOYEAR = CEST1-GJAHR NUMBER = CEST1-BELNR IMPORTING RETURNCODE = NRK_RET_CODE EXCEPTIONS INTERVAL_NOT_FOUND = 7.

RKE_CHECK_ORG_ELEMENTS CALL FUNCTION 'RKE_CHECK_ORG_ELEMENTS' EXPORTING DATUM = CEST1-BUDAT DATUM_BIS = CEST1-BUDAT BUKRS = CEST1-BUKRS ERKRS = ERKRS * gsber = cest1-gsber VTWEG = CEST1-VTWEG VKORG = CEST1-VKORG.

COPA_ERKRS_FIND CALL FUNCTION 'COPA_ERKRS_FIND' EXPORTING BUKRS = CEST1-BUKRS * gsber = cest1-gsber * kokrs = ' ' IMPORTING ERKRS = ERKRS1 KOKRS = CEST1-KOKRS.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING GJAHR = CEST1-GJAHR KOKRS = CEST1-KOKRS IMPORTING E_TKA00 = LC_TKA00 EXCEPTIONS * not_found = 1 NOT_FOUND_GJAHR = 2 OTHERS = 3.

RKE_CURRENCIES_GET CALL FUNCTION 'RKE_CURRENCIES_GET' EXPORTING I_ERKRS = ERKRS * I_PALEDGER = I_BUKRS = CEST1-BUKRS IMPORTING ET_V_CURR = GT_V_CURR.

RKE_CHECK_ORG_ELEMENTS CALL FUNCTION 'RKE_CHECK_ORG_ELEMENTS' EXPORTING DATUM = CEST1-BUDAT DATUM_BIS = CEST1-BUDAT BUKRS = CEST1-BUKRS ERKRS = ERKRS GSBER = CEST1-GSBER VKORG = CEST1-VKORG VTWEG = CEST1-VTWEG PRCTR = CEST1-PRCTR SPART = CEST1-SPART WERKS = CEST1-WERKS.

RKE_CHECK_CUSTOMER_HIERARCHY CALL FUNCTION 'RKE_CHECK_CUSTOMER_HIERARCHY' EXPORTING I_ITEM = CE1ZGSA I_TABNAME = OBJ_NAMES-CE1_NAME I_DATE = EPWA-BUDAT.

RKE_INTEGRATION_SHOW CALL FUNCTION 'RKE_INTEGRATION_SHOW' EXPORTING LINE_ITEM = CEST1.



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 RK1IZGSA or its description.