SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGPSA_REP_STORAGE_FORMS SAP ABAP INCLUDE - Include RGPSA_REP_STORAGE_FORMS







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


Text pool values


Title: Include RGPSA_REP_STORAGE_FORMS


INCLUDES used within this REPORT RGPSA_REP_STORAGE_FORMS

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:

PSA_GET_LEDGER_CURRENCY CALL FUNCTION 'PSA_GET_LEDGER_CURRENCY' EXPORTING I_BUKRS = p_bukrs TABLES T_LEDGER = iledger T_CURR = i_curr.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_SPECIAL_GROUPS = GT_SP_GROUP[] IT_SORT = ALV_SORT[] I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO * IS_PRINT = TABLES T_OUTTAB_HEADER = T_LISTH T_OUTTAB_ITEM = VAL_LISTL EXCEPTIONS PROGRAM_ERROR.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_SPECIAL_GROUPS = GT_SP_GROUP[] IT_SORT = ALV_SORT[] I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO * IS_PRINT = TABLES T_OUTTAB_HEADER = T_LISTH T_OUTTAB_ITEM = VOL_LISTL EXCEPTIONS PROGRAM_ERROR.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_SPECIAL_GROUPS = GT_SP_GROUP[] IT_SORT = ALV_SORT[] I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO * IS_PRINT = TABLES T_OUTTAB_HEADER = T_LISTD T_OUTTAB_ITEM = VAL_LISTD EXCEPTIONS PROGRAM_ERROR.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_SPECIAL_GROUPS = GT_SP_GROUP[] IT_SORT = ALV_SORT[] I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO * IS_PRINT = TABLES T_OUTTAB_HEADER = T_LISTD T_OUTTAB_ITEM = VOL_LISTD EXCEPTIONS PROGRAM_ERROR.

VALID_EQUITY_GROUP CALL FUNCTION 'VALID_EQUITY_GROUP' EXPORTING bldat = lp_prod_date budat = lp_prod_date bukrs = lp_bukrs coobjtype = 'KS' etype = lp_etype vname = lp_vname * WARN = ' ' IMPORTING egrup = lp_egroup EXCEPTIONS no_entry = 1 * OBJ_ART_UNKNOWN = 2 * WARNING = 3 * OTHERS = 4 .

FI_CURRENCIES_CONVERT CALL FUNCTION 'FI_CURRENCIES_CONVERT' "525241 EXPORTING "525241 I_ICURR = l_CURR "525241 IMPORTING "525241 E_ICURR = l_CURR "525241 EXCEPTIONS "525241 OTHERS = 1. "525241

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = text-251 TEXTLINE2 = text-252 TITEL = text-250 * START_COLUMN = 25 * START_ROW = 6 * DEFAULTOPTION = 'N' IMPORTING ANSWER = gl_continue.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = text-253 TEXTLINE2 = text-254 TITEL = text-250 * START_COLUMN = 25 * START_ROW = 6 * DEFAULTOPTION = 'N' IMPORTING ANSWER = gl_continue.



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