WFDBP_CHECK_ATS 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 WFDBP_CHECK_ATS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_AVALFR = Date From
Selection Text: P_AVALTO = Date To
Selection Text: P_AWTYP = Application Type
Selection Text: P_CAPIC = Capacitive Availability
Selection Text: P_CREA = Create
Selection Text: P_DISP = Display
Selection Text: P_EXTKEY = External Key
Selection Text: P_GENDT = General Data
Selection Text: P_GUIDFL = Use the BUPA GUID as ATS GUID
Selection Text: P_JLEVEL = Job Level
Selection Text: P_JOBFU = Job Functions
Selection Text: P_JOBFUN = Job Function
Selection Text: P_JVALFR = Date From
Selection Text: P_JVALTO = Date To
Selection Text: P_LOCAT = Location
Selection Text: P_LOGSYS = D .
Selection Text: P_PARTNR = D .
Selection Text: P_RESTYP = D .
Selection Text: P_SAPRIO = Service Area Priority
Selection Text: P_SERAR = Service Areas
Selection Text: P_SERARA = Service Area
Selection Text: P_SVALFR = Date From
Selection Text: P_SVALTO = Date To
Selection Text: P_TEMPID = Template ID
Selection Text: P_TEMPL = Template Assignment
Selection Text: P_TVALFR = Date From
Selection Text: P_TVALTO = Date To
Selection Text: P_VALFRM = Valid From
Selection Text: P_VALTO = Valid To
Selection Text: P_ADUSAG = Address Usage
Selection Text: P_ADSOUR = Address Source
Title: WFD Attribute Sets
Text Symbol: 001 = Business Partner
Text Symbol: 002 = Action
Text Symbol: 003 = Attribute Sets
Text Symbol: 004 = General Data
Text Symbol: 005 = Job Function
Text Symbol: 006 = Service Areas
INCLUDE WFDBP_CHECK_TOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = p_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirmation'(011) * DIAGNOSE_OBJECT = ' ' text_question = text-012 text_button_1 = 'Yes' * ICON_BUTTON_1 = ' ' text_button_2 = 'No' * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' IMPORTING answer = lv_ans * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .
WFD_TRANSACTION_COMMIT CALL FUNCTION 'WFD_TRANSACTION_COMMIT' * EXPORTING * NO_EXPLICIT_COMMIT_WORK = ' ' IMPORTING et_return = lt_return EXCEPTIONS transaction_error = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WFDBP_CHECK_ATS - WFD Attribute Sets WFDBP_CHECK_ATS - WFD Attribute Sets WFDBP_ATS_TOP - Include WFDBP_ATS_TOP WFDBP_ATS_FILL_GUID_22 - Correction report to fill missing GUID22 in WFD_ATS_000 WFDBP_ATS_FILL_GUID_22 - Correction report to fill missing GUID22 in WFD_ATS_000 WFDBP_ATS_CREATE - Add Service Arrangement to existing WFM Core Resources