SAP Reports / Programs

WFDBP_CHECK_ATS SAP ABAP Report - WFD Attribute Sets







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


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 WFDBP_CHECK_ATS. "Basic submit
SUBMIT WFDBP_CHECK_ATS AND RETURN. "Return to original report after report execution complete
SUBMIT WFDBP_CHECK_ATS 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_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





Text Symbol: 007 = Location
Text Symbol: 008 = Template Link
Text Symbol: 009 = List of Attribute sets
Text Symbol: 010 = Job Functions
Text Symbol: 011 = Confirmation
Text Symbol: 012 = Do you wish to create a new contract for the Business Partner
Text Symbol: 013 = Template
Text Symbol: 014 = Rule ID
Text Symbol: 015 = Time Rule ID
Text Symbol: 021 = Bussiness Partner
Text Symbol: 022 = External Key
Text Symbol: 023 = Description
Text Symbol: 024 = Resource Type
Text Symbol: 041 = Job Function
Text Symbol: 042 = Job Level
Text Symbol: 043 = From
Text Symbol: 044 = To
Text Symbol: 051 = Service Area Code
Text Symbol: 052 = Service Area Priority
Text Symbol: 061 = Address Source
Text Symbol: 062 = Address Usage


INCLUDES used within this REPORT WFDBP_CHECK_ATS

INCLUDE WFDBP_CHECK_TOP . " GLOBAL DATA


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:

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 .



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