RCPLINE0 is a standard ABAP INCLUDE 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 RCPLINE0 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: Include for output of variable lines via field symbols
INCLUDE RCPLINEA.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = RCP_TCA28-TABNAME LFIELDNAME = char132 LANGU = SY-LANGU IMPORTING DFIES_WA = RCP_DFIES EXCEPTIONS NOT_FOUND = 1 OTHERS = 3.
HELP_DOCU_SHOW_FOR_FIELD CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD' EXPORTING * DISPLAY = E01 FIELDNAME = FIELDNAME * FIELDVALUE = E03 * KEYWORD = E04 TABNAME = TABNAME.
HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING DISPLAY = FLG_DISPLAY FIELDNAME = FIELDNAME INPUT_VALUE = INPUT_VALUE TABNAME = TABNAME IMPORTING SELECT_VALUE = VALUE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCPLINE0 - Include for output of variable lines via field symbols RCPLCOMP - documentation and ABAP source code RCPLCODR - documentation and ABAP source code RCPKANTENDEMO2 - Demo Program for the Node Service Module in Function Group CSX4 RCPKANTENDEMO2 - Demo Program for the Node Service Module in Function Group CSX4 RCPKANTENDEMO - Demo Program for the Node Service Module in Function Group CSX4