RGJVPMSTART is a standard Executable ABAP Report 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 RGJVPMSTART 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_BUKRS = Company Code
Selection Text: P_DELET = Delete entries first
Selection Text: P_TEST = Test Run
Title: Initialize Production Month Data
Text Symbol: 100 = Processing completed successfully
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
JV_PM_ACTIVE CALL FUNCTION 'JV_PM_ACTIVE' EXPORTING I_BUKRS = p_BUKRS IMPORTING E_PM_ACTIVE = ld_PM_ACT.
G_JVA_T8JTPM__FR_JVSO1_UPDATE * CALL FUNCTION 'G_JVA_T8JTPM__FR_JVSO1_UPDATE' * exporting * I_JVSO1_tab = lT_JVSO1.
G_JVA_T8JTPM__FR_JVSO1_UPDATE CALL FUNCTION 'G_JVA_T8JTPM__FR_JVSO1_UPDATE' EXPORTING * I_UPDTASK = 'X' I_JVSO1_TAB = lt_jvso1.
JV_PM_ACTIVE * CALL FUNCTION 'JV_PM_ACTIVE' * EXPORTING * I_BUKRS = p_BUKRS * IMPORTING * E_PM_ACTIVE = ld_PM_ACT.
JV_PREPARE_JVAP_FROM_JVSO1 * CALL FUNCTION 'JV_PREPARE_JVAP_FROM_JVSO1' * EXPORTING * RBUKRS = p_bukrs * INITIAL_RUN = 'X' * TABLES * T_JVSO1 = lT_JVSO1 * T_JVAP = lT_JVAP.
G_JVA_T8JTPM_UPDATE * CALL FUNCTION 'G_JVA_T8JTPM_UPDATE' * EXPORTING * updtask = ' ' * TABLES * T_JVAP = lT_JVAP.
JV_PREPARE_JVAP_FROM_JVSO1 * CALL FUNCTION 'JV_PREPARE_JVAP_FROM_JVSO1' * EXPORTING * RBUKRS = p_bukrs * INITIAL_RUN = 'X' * TABLES * T_JVSO1 = lT_JVSO1 * T_JVAP = lT_JVAP.
G_JVA_T8JTPM_UPDATE * CALL FUNCTION 'G_JVA_T8JTPM_UPDATE' * EXPORTING * updtask = ' ' * cutback = 'X' * TABLES * T_JVAP = lT_JVAP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGJVPMSTART - Initialize Production Month Data RGJVPMSTART - Initialize Production Month Data RGJVPMRECON - Reconcile Production month numbers iwith JV totals RGJVPMRECON - Reconcile Production month numbers iwith JV totals RGJVPM01 - Modification for LCOIHI10 to add JV data to PM orders RGJVPLRP - Delete and repost JV plandata created by CO