SAP Reports / Programs

SLAW2_TEST_REPORT SAP ABAP Report - LAW 2.0 test







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


Text pool values


Selection Text: R_STATUS = Change Status
Selection Text: R_SEND = Send data to SAP
Selection Text: R_RFC = RFC Action
Selection Text: R_RESULT = Read LAW Result
Selection Text: R_READ = Read Consolidation
Selection Text: R_PLEXP = Export Measurement Plan
Selection Text: R_IMPRS = Import USMM result
Selection Text: R_IMPPL = Import Measurement Plan
Selection Text: R_GROUP2 = User Grouping Step 2
Selection Text: R_GROUP = User Grouping
Selection Text: R_DELRS = Delete USMM result for system
Selection Text: R_DELDS = Delete Consolidation
Selection Text: R_CREATE = Create Consolidation
Selection Text: R_COPY = Copy Measurment Plan
Selection Text: R_CONS = Consolidation
Selection Text: P_SYSTEM = System GUID
Selection Text: P_STAT = Target Status
Selection Text: P_SAVE = Save
Selection Text: P_RFC = RFC action
Selection Text: P_POBJ = User grouping via personal obj
Selection Text: P_FILE = Filename
Selection Text: P_FIELD = Fieldname for user grouping
Selection Text: P_DATAST = Consolidation number
Selection Text: P_CONS = Consolidation Group
Title: LAW 2.0 test
Text Symbol: 204 = No
Text Symbol: 203 = Yes
Text Symbol: 202 = Continue anyway?
Text Symbol: 201 = Warning
Text Symbol: 003 = User Grouping
Text Symbol: 002 = Input Felder
Text Symbol: 001 = Action


INCLUDES used within this REPORT SLAW2_TEST_REPORT

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-201 diagnose_object = 'SLAW_TEST_TOOL_DISCLAIMER' text_question = text-202 text_button_1 = text-203 icon_button_1 = 'ICON_OKAY' text_button_2 = text-204 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SYSTEMGUID' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_SYSTEM' value_org = 'S' "Value return: C: cell by cell, "S: structured display = 'F' "Override readiness for input TABLES value_tab = gt_system return_tab = lt_return "Return value EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'DATASETGUID' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_DATAST' value_org = 'S' "Value return: C: cell by cell, "S: structured display = 'F' "Override readiness for input TABLES value_tab = gt_dataset return_tab = lt_return "Return value EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FIELDNAME' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_FIELD' value_org = 'S' "Value return: C: cell by cell, "S: structured display = 'F' "Override readiness for input TABLES value_tab = gt_fields return_tab = lt_return "Return value EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'STATUSVALUE' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_STAT' value_org = 'S' "Value return: C: cell by cell, "S: structured display = 'F' "Override readiness for input TABLES value_tab = lt_status return_tab = lt_return "Return value EXCEPTIONS parameter_error = 1 no_values_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 SLAW2_TEST_REPORT or its description.