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

/SAPAPO/WFM_SYNC_LC_DB_FORMS SAP ABAP INCLUDE - c







/SAPAPO/WFM_SYNC_LC_DB_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 /SAPAPO/WFM_SYNC_LC_DB_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 /SAPAPO/WFM_SYNC_LC_DB_FORMS. "Basic submit
SUBMIT /SAPAPO/WFM_SYNC_LC_DB_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/WFM_SYNC_LC_DB_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: c


INCLUDES used within this REPORT /SAPAPO/WFM_SYNC_LC_DB_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:

/SAPAPO/OM_LIVECACHE_AVAILABLE CALL FUNCTION '/SAPAPO/OM_LIVECACHE_AVAILABLE' EXCEPTIONS lc_connect_failed = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-089 text_object = '/SAPAPO/WFM_SYNC' EXCEPTIONS OTHERS = 0.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline1 = 'Sollen die Inkonsistentzen im'(092) textline2 = 'Hintergrund korrigiert werden?'(093) text_option1 = 'Ja'(094) text_option2 = 'Nein'(095) titel = 'Inkonsistentzen korrigieren'(100) cancel_display = 'X' IMPORTING answer = ev_answer.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = lv_report TABLES selection_table = lt_seltab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobnumber.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobnumber jobname = lv_jobname strtimmed = 'X'.

SO_EXPRESS_FLAG_SET CALL FUNCTION 'SO_EXPRESS_FLAG_SET' EXPORTING text_info = ls_text_info process_param = ls_process_param procdirect = 'X' inbox = ' ' popup_title = 'liveCache Administration'(105) TABLES rec_tab = lt_rec EXCEPTIONS no_receiver_exist = 0 office_name_error = 0 OTHERS = 0.

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gname = '/SAPAPO/WFM_SYNC' guname = '*' IMPORTING number = lv_number TABLES enq = lt_enq EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gname = '/SAPAPO/WFM_SYNC' guname = '*' IMPORTING number = lv_number TABLES enq = lt_enq EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CNT' window_title = 'Wählen Sie einen Background Job aus'(010) value_org = 'S' TABLES value_tab = lt_date_time return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CNT' window_title = 'Wählen Sie einen Background Job aus'(010) value_org = 'S' TABLES value_tab = lt_date_time return_tab = lt_return 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 /SAPAPO/WFM_SYNC_LC_DB_FORMS or its description.