RNCTTWKB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is a test program and is not intended for general use...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 RNCTTWKB 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_BEGDT = From
Selection Text: P_EINRI = Institution
Selection Text: P_ENDDT = To
Selection Text: P_EPROC = EDI procedure
Title: IS-H: Test Program to Check NC13 Workbench Display
INCLUDE MNCEDIG0.
INCLUDE RNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_DATE_RANGETAB_FILL CALL FUNCTION 'ISH_DATE_RANGETAB_FILL' EXPORTING BEGINDATE = P_BEGDT ENDDATE = P_ENDDT * RSIZE_MAX = 50 TABLES X_DATERANGE = R_ERDAT EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCTTWKB - IS-H: Test Program to Check NC13 Workbench Display RNCTTWKB - IS-H: Test Program to Check NC13 Workbench Display RNCTTREF - IS-H: Change Message Assignment LF301REF RNCTTREF - IS-H: Change Message Assignment LF301REF RNCTTEDIBLDWITHCASENO - IS-H EDI: Order Processing RNCTTEDIBLDWITHCASENO - IS-H EDI: Order Processing