SDCHECKT685A is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for used...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SDCHECKT685A into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VCHECKT685A - Customizing Check Condition Types
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: KSCHL = Condition type
Title: Customizing Check: Condition Types
Text Symbol: 001 = Check Condition Types
Text Symbol: 002 = Check Group Conditions / Scale Type 'D' not allowed
Text Symbol: 003 = Check Access Sequence Blank / Scale Type 'D' not allowed
Text Symbol: 005 = Check additional conditions in the pricing procedure for the cond. type
Text Symbol: 007 = Check reference cond. type and calc. type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO IMPORTING RETURN = TEXT1.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' * I_CALLBACK_PROGRAM = * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' IS_LAYOUT = LAYOUT IT_FIELDCAT = FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = 'PROT_HEAD' I_TABNAME_ITEM = 'PROT' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = IS_KEYINFO = KEY * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB_HEADER = PROT_HEAD T_OUTTAB_ITEM = PROT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = REPID "'CHECKT685A' I_INTERNAL_TABNAME = 'PROT' I_CLIENT_NEVER_DISPLAY = 'X' I_INCLNAME = REPID "'CHECKT685A' CHANGING CT_FIELDCAT = FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = REPID "'CHECKT685A' I_INTERNAL_TABNAME = 'PROT_HEAD' I_CLIENT_NEVER_DISPLAY = 'X' I_INCLNAME = REPID "'CHECKT685A' CHANGING CT_FIELDCAT = FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO IMPORTING RETURN = TEXT1.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO IMPORTING RETURN = TEXT1.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO IMPORTING RETURN = TEXT1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDCHECKT685A - Customizing Check: Condition Types SDCHECKT685A - Customizing Check: Condition Types SDCHECKT683 - Customizing check: Pricing procedures SDCHECKT683 - Customizing check: Pricing procedures SDCHECKBONUS - Customizing check: volume-based rebate SDCHECKBONUS - Customizing check: volume-based rebate