SAP Reports / Programs | Logistics - General | Retail Information System (RIS)(LO-RIS) SAP LO

GENARF02 SAP ABAP INCLUDE - Forms Selection







GENARF02 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 GENARF02 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 GENARF02. "Basic submit
SUBMIT GENARF02 AND RETURN. "Return to original report after report execution complete
SUBMIT GENARF02 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 Selection


INCLUDES used within this REPORT GENARF02

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:

WAUF_BREAK_DOWN_LOCATIONGROUP CALL FUNCTION 'WAUF_BREAK_DOWN_LOCATIONGROUP' EXPORTING IM_FIKLI = G_FCLIN IM_FILKL = P_FILKL IM_FKLAR = G_FKLAR IM_KEY = LC_RW08A_DUMMY TABLES EX_FILN = HT_OBJ EXCEPTIONS FIGR_EXISTIERT_NICHT = 1 OTHERS = 2.

T134_SINGLE_READ CALL FUNCTION 'T134_SINGLE_READ' EXPORTING * KZRFB = ' ' T134_MTART = L_MARA-MTART IMPORTING WT134 = H_T134 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ARTICLE_GET_FOR_HIERARCHY CALL FUNCTION 'ARTICLE_GET_FOR_HIERARCHY' EXPORTING I_KLASSE = IM_MATKL_STRU_CLASS * I_CLINT = "direkt mit clint ??? ### * I_LANGU = SY-LANGU * MAX_SELECT = 999999999 * IMPORTING * O_DBCNT = * O_KSCHL = * O_NOT_ALL = TABLES O_WMGMA = T_WMGMA EXCEPTIONS NO_MATERIAL = 1 NO_CLASS = 2 NO_INPUT = 3 OTHERS = 4.

T134_SINGLE_READ CALL FUNCTION 'T134_SINGLE_READ' EXPORTING * KZRFB = ' ' T134_MTART = T_WMGMA-MTART IMPORTING WT134 = H_T134 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

MERCHANDISE_GROUP_HIER_SELECT CALL FUNCTION 'MERCHANDISE_GROUP_HIER_SELECT' EXPORTING SPRAS = SY-LANGU WG_STUFEN = LC_MAX_STUFEN TABLES O_WGHIER = T_WGHIER EXCEPTIONS NO_BASIS_MG = 1 NO_MG_HIER = 2 NO_VALUE_ART_FOUND = 3 OTHERS = 4.

MCW_AA_GET_QUERY_DATA CALL FUNCTION 'MCW_AA_GET_QUERY_DATA' EXPORTING I_AA_APP = UP_AA_APP_AT I_AA_METH = UP_METHOD * I_FLG_GENERIC_OUTPUT = TABLES TI_VARSEL = UT_VARSEL_BW TE_RESULT = UT_BW_RESULT TE_RESULT_FIELDS = UT_BW_RESULT_FIELDS * TE_RESULT_GENERIC = * TE_RETURN = EXCEPTIONS APPLICATION_INVALID = 1 QUERY_INVALID = 2 QUERY_NO_DATA = 3 QUERY_NOT_CONSISTENT = 4 RESULT_FIX_FORMAT_NOT_POSSIBLE = 5 BW_CALL_INTERNAL_ERROR = 6 VARIABLE_NOT_DEFINED = 7 NO_METHOD_FOUND_FOR_APPL = 8 NO_QUERY_FOUND_FOR_METHOD = 9 OTHERS = 10.

WAUF_KNA1_READ * CALL FUNCTION 'WAUF_KNA1_READ' * EXPORTING * IM_KUNNR = T_FGFIL-FILNR * IMPORTING * EX_KNA1 = KNA1 * EXCEPTIONS * NO_KUNNR = 1 * NO_RECORD_FOUND = 2 * OTHERS = 3.



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