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

GENARF01 SAP ABAP INCLUDE - Forms Checks Sel. Screen







GENARF01 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 GENARF01 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 GENARF01. "Basic submit
SUBMIT GENARF01 AND RETURN. "Return to original report after report execution complete
SUBMIT GENARF01 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 Checks Sel. Screen


INCLUDES used within this REPORT GENARF01

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:

WR20_CHECK_CLASSTYPE CALL FUNCTION 'WR20_CHECK_CLASSTYPE' EXPORTING I_BGAPP = APPLICATION I_CLASS = P_FILKL I_POPUP = LC_POPUP I_VONDT = SY-DATUM I_BISDT = SY-DATUM TABLES O_KLAH = HT_KLAH EXCEPTIONS INVALID_PARAMETERS = 1 NO_ENTRIES_FOUND = 2 ONE_ENTRY_FOUND = 3 MORE_ENTRIES_FOUND = 4 USER_ABBORT = 5 INVALID_PERIOD = 6 OTHERS = 7.

CLCA_PROCESS_CLASSTYPE CALL FUNCTION 'CLCA_PROCESS_CLASSTYPE' EXPORTING CLASSTYPE = T622-AKLAR IMPORTING TYPETEXT = H_AKLAT EXCEPTIONS NOT_FOUND = 01 NO_AUTH_KLART = 02.

PERIOD_AND_DATE_CONVERT_OUTPUT * CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' * EXPORTING * INTERNAL_DATE = SY-DATUM * INTERNAL_PERIOD = TPRG-PRGRS "internal format * LANGUAGE = SY-LANGU ** i_periv = ** I_WERKS = ** I_MRPPP = * IMPORTING * EXTERNAL_DATE = PER_LOW.

PERIOD_AND_DATE_CONVERT_INPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_INPUT' EXPORTING DIALOG_DATE_IS_IN_THE_PAST = ' ' EXTERNAL_DATE = h_ext_date EXTERNAL_PERIOD = TPRG-PRGBZ * INTERNAL_PERIOD = ' ' * I_PERIV = * I_WERKS = * I_MRPPP = IMPORTING INTERNAL_DATE = h_date * INTERNAL_PERIOD = EXCEPTIONS DATE_INVALID = 1 NO_DATA = 2 PERIOD_INVALID = 3 OTHERS = 4.

PERIOD_AND_DATE_CONVERT_OUTPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' EXPORTING INTERNAL_DATE = h_date INTERNAL_PERIOD = TPRG-PRGRS "internal format LANGUAGE = SY-LANGU * i_periv = * I_WERKS = * I_MRPPP = IMPORTING EXTERNAL_DATE = h_ext_date * external_period = * EXTERNAL_PRINTTEXT = exceptions date_invalid = 1 periode_invalid = 2 others = 3.

PERIOD_AND_DATE_CONVERT_OUTPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' EXPORTING INTERNAL_DATE = h_date INTERNAL_PERIOD = TPRG-PRGRS "internal format LANGUAGE = SY-LANGU * i_periv = * I_WERKS = * I_MRPPP = IMPORTING EXTERNAL_DATE = PER_LOW * external_period = * EXTERNAL_PRINTTEXT = EXCEPTIONS date_invalid = 1 periode_invalid = 2 others = 3.

PERIOD_AND_DATE_CONVERT_INPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_INPUT' EXPORTING DIALOG_DATE_IS_IN_THE_PAST = ' ' EXTERNAL_DATE = H_DATE EXTERNAL_PERIOD = G_PER_TYPE_EXT * I_PERIV = IMPORTING INTERNAL_DATE = H_COMP_DATE INTERNAL_PERIOD = G_PERIOD_TYPE_INT.



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