FV45C153 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Item from billing document This is an example of a
If you would like to execute this report or see the full code listing simply enter FV45C153 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!
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING BUKRS = VBAK-BUKRS_VF COMPONENT = '**' IMPORTING ACTIVE_COMPONENT = ACTIVE_COMPONENT EXCEPTIONS COMPONENT_NOT_ACTIVE = 02.
J_1B_SD_SA_VBRP_COPY CALL FUNCTION 'J_1B_SD_SA_VBRP_COPY' EXPORTING I_VBAK = VBAK I_VBAP = VBAP I_TVAP = TVAP IMPORTING E_VBAP = VBAP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.