PLANMETHOD_VARIANT_GENF01 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 PLANMETHOD_VARIANT_GENF01 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!
RKE_BP_INITIALIZATION * call function 'RKE_BP_INITIALIZATION'.
RKE_BP_VARIANT_SAVE call function 'RKE_BP_VARIANT_SAVE' exporting i_applclass = kepp_c_applclass i_subclass = kepp_c_subclass i_tabname = l_tabname i_func = kepp_c_funcl-gpko is_bpsel = ls_bpsel tables it_sort = gt_sort it_box = gt_box it_fnam = gt_fnam.
RKE_BP_INIT_GLOBAL call function 'RKE_BP_INIT_GLOBAL' exporting i_erkrs = erkrs i_pa_type = patype.
RKE_BP_GET_TABLES call function 'RKE_BP_GET_TABLES' exporting i_func = kepp_c_funcl-gpko tables pt_sort = gt_sort pt_box = gt_box pt_fnam = gt_fnam pt_tkebpsf = gt_tkebpsf.
NAMETAB_GET call function 'NAMETAB_GET' exporting tabname = kepp_c_cepl4bnam tables nametab = gt_nametab.
RKE_FILL_PLANMERK call function 'RKE_FILL_PLANMERK' exporting erkrs = erkrs pa_type = patype tables planmerk = gt_planmerk.
RKE_FILL_PLANWERTGP call function 'RKE_FILL_PLANWERTGP' exporting erkrs = erkrs pa_type = patype tables planwertgp = gt_planwert.
RKE_ADD_TO_PERIOD call function 'RKE_ADD_TO_PERIOD' exporting delta = l_pershift perio = i_perio perflag = i_perflag periv = i_periv vorzeichen = l_dir importing perio = e_shperio exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.