RFTBDF19 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used to list technical errors in workflow DATAFEED...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 RFTBDF19 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.
Title: Datafeed: Output Of Technical Errors In Workflow DATAFEED
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING * COLLECT_AND_SEND = ' ' * RESET = 'X' * LINE_FROM = ' ' * LINE_TO = ' ' I_IDENTIFICATION = SY-UZEIT.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = SMESG_T-ARBGB * EXCEPTION_IF_NOT_ACTIVE = 'X' MSGTY = SMESG_T-MSGTY MSGV1 = SMESG_T-MSGV1 MSGV2 = SMESG_T-MSGV2 MSGV3 = SMESG_T-MSGV3 MSGV4 = SMESG_T-MSGV4 TXTNR = SMESG_T-TXTNR ZEILE = SMESG_T-ZEILE * IMPORTING * ACT_SEVERITY = * MAX_SEVERITY = EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 NOT_ACTIVE = 2 OTHERS = 3.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' * EXPORTING * CORRECTIONS_OPTION = ' ' * CORRECTIONS_FUNC_TEXT = ' ' * LINE_FROM = ' ' * LINE_TO = ' ' * OBJECT = ' ' * SEND_IF_ONE = ' ' * BATCH_LIST_TYPE = 'J' * SHOW_LINNO = 'X' * SHOW_LINNO_TEXT = ' ' * SHOW_LINNO_TEXT_LEN = '3' * IMPORTING * CORRECTIONS_WANTED = EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2 OTHERS = 3.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 1 E_MESSAGE = 2 I_MESSAGE = 3 W_MESSAGE = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTBDF19 - Datafeed: Output Of Technical Errors In Workflow DATAFEED RFTBDF19 - Datafeed: Output Of Technical Errors In Workflow DATAFEED RFTBDF18 - Datafeed: Report issue for datafeed workflow RFTBDF18 - Datafeed: Report issue for datafeed workflow RFTBDF17 - Program for Object Category, MARKET DATA: Datafeed Object. RFTBDF17 - Program for Object Category, MARKET DATA: Datafeed Object.