FV45C151 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for General item data This is an example of a
If you would like to execute this report or see the full code listing simply enter FV45C151 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING object = object subobject = subobject EXCEPTIONS object_not_found = 1 subobject_not_found = 2.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
FM_CO_ASS_INPUT_MAINTAIN_SD CALL FUNCTION 'FM_CO_ASS_INPUT_MAINTAIN_SD' EXPORTING i_cobl = ls_cobl i_vbak = ls_vbak i_vbap = ls_vbap i_actyp = 'B'.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP'.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = lt_mesg EXCEPTIONS OTHERS = 1.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV45C151 - documentation and ABAP source code FV45C122 - documentation and ABAP source code FV45C121 - documentation and ABAP source code FV45C106 - documentation and ABAP source code FV45C105 - Sperren/Entsperren aller Transaktionen, die der Komponente PP angehöre FV45C104 - documentation and ABAP source code