ZCPPC Master Recipe
ZCPPC Master Recipe
* calls : f4_filename ,
* gui_upload,
* reuse_alv_grid_display.
*-----------------------------------------------------------------------*
* change history
*-----------------------------------------------------------------------*
* mod. # | date | developer | description *
*-----------------------------------------------------------------------*
*************************************************************************
report zoppc_master_recipe
no standard page heading line-size 255.
*------------------------------------------------------------------------*
* include for data declaration *
*------------------------------------------------------------------------*
*------------------------------------------------------------------------*
* include for all performs. *
*------------------------------------------------------------------------*
*------------------------------------------------------------------------*
* start-of-selection. *
*------------------------------------------------------------------------*
start-of-selection.
if p_pres eq 'x'. "presentation server file
perform f_upload.
perform f_appl_ser.
endif.
perform f_c201_bdc. "perform bdc for transaction
'c201'.