CODBCPUT 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 CODBCPUT 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: General PUT routines for logical data base area PP-SFC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = CAUFVD-OBJNR ONLY_ACTIVE = KREUZ SPRAS = SY-LANGU IMPORTING ANW_STAT_EXISTING = CAUFVD-ASTEX LINE = CAUFVD-STTXT EXCEPTIONS OBJECT_NOT_FOUND = 01.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES JSTO_PRE_TAB = OBJNR_TAB.
CO_SF_CONVERT_TIMES_OPR CALL FUNCTION 'CO_SF_CONVERT_TIMES_OPR' EXPORTING AFVGD_IMP = VGN_TAB IMPORTING AFVGD_EXP = VGN_TAB.
CO_SF_CONVERT_TIMES_OPR CALL FUNCTION 'CO_SF_CONVERT_TIMES_OPR' EXPORTING AFVGD_IMP = UVGN_TAB IMPORTING AFVGD_EXP = UVGN_TAB.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES JSTO_PRE_TAB = OBJNR_TAB.
CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' EXPORTING VIEW_RCR01 = 'X' TABLES TARBID = CRID_TAB.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = MOPER-OBJNR ONLY_ACTIVE = 'X' SPRAS = SY-LANGU IMPORTING LINE = MOPER-VSTTXT.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = SOPER-OBJNR ONLY_ACTIVE = 'X' SPRAS = SY-LANGU IMPORTING LINE = SOPER-VSTTXT.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES JSTO_PRE_TAB = OBJNR_TAB.
CF_BT_CO_FHM_FROM_AFFH_FILL CALL FUNCTION 'CF_BT_CO_FHM_FROM_AFFH_FILL' EXPORTING AFFH_IMP = AFFH_TAB IMPORTING AFFHD_EXP = FHM_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CODBCPUT - General PUT routines for logical data base area PP-SFC COCR_CMX_PI_SHEET_SHOW - Display PI Sheet/Work Instructions COCR_CMX_PI_SHEET_SHOW - Display PI Sheet/Work Instructions COCONSTMSG - Constants for error logs COCONSTCRE - documentation and ABAP source code COCONST - Include to Define Common Data Areas