SAP Reports / Programs | Cross-Application Components | General Application Functions | Workforce Management Core(CA-GTF-WFM) SAP CA

/SAPAPO/WFM_TEST_GW_RES_MAINT SAP ABAP Report - Program /SAPAPO/WFM_TEST_GW_RES_MAINT







/SAPAPO/WFM_TEST_GW_RES_MAINT 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 /SAPAPO/WFM_TEST_GW_RES_MAINT 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 /SAPAPO/WFM_TEST_GW_RES_MAINT. "Basic submit
SUBMIT /SAPAPO/WFM_TEST_GW_RES_MAINT AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/WFM_TEST_GW_RES_MAINT 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: P_WFMTYP = WFM Object Type
Selection Text: P_WFMKEY = WFM Key
Selection Text: P_TRANS = Transparency
Selection Text: P_SUMM = Summary
Selection Text: P_STATUS = Status
Selection Text: P_SHOW = Show
Selection Text: P_RESKEY = External Resource Key
Selection Text: P_PRIO = Priority
Selection Text: P_OPER = Operation
Selection Text: P_MAINT = Maintain GW Resource Info
Selection Text: P_LOGSYS = D .
Selection Text: P_LOC = Location
Selection Text: P_GWOTYP = GWO Type
Selection Text: P_EMAIL = Email Address
Selection Text: P_DESC = Description
Selection Text: P_CREGWO = Create GW Object
Selection Text: P_COMMIT = Commit
Selection Text: P_CLASS = Class
Selection Text: P_CAT = Category
Selection Text: P_AWTYP = D .
Selection Text: P_ACTION = GW Res Action
Title: Program /SAPAPO/WFM_TEST_GW_RES_MAINT


INCLUDES used within this REPORT /SAPAPO/WFM_TEST_GW_RES_MAINT

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:

WFD_GWA_RES_MAINTAIN CALL FUNCTION 'WFD_GWA_RES_MAINTAIN' EXPORTING is_admin_record = ls_admin_record it_resource_info = lt_resource_info IMPORTING et_invalid_resource = lt_invalid_resource et_return = lt_return.

WFD_TRANSACTION_COMMIT CALL FUNCTION 'WFD_TRANSACTION_COMMIT' IMPORTING et_return = lt_return.

WFD_GWA_RES_GET_DETAIL CALL FUNCTION 'WFD_GWA_RES_GET_DETAIL' EXPORTING i_resource_id = p_reskey is_admin_record = ls_admin_record IMPORTING e_resource_info = ls_gw_res_info_out et_invalid_resource = lt_invalid_resource et_return = lt_return.

WFD_GWA_WFMDATA_CONV CALL FUNCTION 'WFD_GWA_WFMDATA_CONV' EXPORTING is_admin_record = ls_admin_record it_wfm_data = lt_wfm_data * IT_OTHER_DATA = * I_RETURN_LEVEL = 0 IMPORTING et_invalid_resource = lt_invalid_resource et_invalid_assgmt = lt_invalid_assignment et_return = lt_return .

WFD_TRANSACTION_COMMIT CALL FUNCTION 'WFD_TRANSACTION_COMMIT' IMPORTING et_return = lt_return.

WFD_GWA_GWO_GET_DETAIL CALL FUNCTION 'WFD_GWA_GWO_GET_DETAIL' EXPORTING i_wfm_key = p_wfmkey is_admin_record = ls_admin_record IMPORTING e_wfmop_info = ls_wfmop_info e_gwop_info = ls_gwop_info et_invalid_assgmt = lt_invalid_assignment et_return = lt_return.



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 /SAPAPO/WFM_TEST_GW_RES_MAINT or its description.