Zcppc Master Recipe

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Zcppc Master Recipe as PDF for free.

More details

  • Words: 219
  • Pages: 2
************************************************************************ * program name : zcppc_master_recipe create date : 21/10/07 * * author name : talwinder singh last update : 21/10/07 * * * * program title : master recipe * * description :to upload data in create master recipe in transaction* * c201. master recipe contains various operations and phases* * and if it is a phase we have to give operation details and* * process instructions for the same. if all the above * * information is provided, then master recipe is made. * * *modified by talwinder singh on 21/10/07. * *----------------------------------------------------------------------* * includes : bdcrex1,zcppc_data_dec,zcppc_bdcperforms. * 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 bdcrecx1. screen.

"include for bdc standard selection

*------------------------------------------------------------------------* * include for data declaration * *------------------------------------------------------------------------* include zcppc_data_dec.

"include for all data declarations.

*------------------------------------------------------------------------* * include for all performs. * *------------------------------------------------------------------------* include zcppc_bdcperforms.

"include for all bdc performs.

*------------------------------------------------------------------------* * start-of-selection. * *------------------------------------------------------------------------* start-of-selection. if p_pres eq 'x'.

"presentation server file

perform f_upload. elseif p_appl eq 'x'. perform f_appl_ser.

"application server file

endif. perform f_c201_bdc. 'c201'. if session <> 'x'. perform f_alvdisplay. audit report in alv format. endif.

"perform bdc for transaction

"perform for displaying the

Related Documents

Zcppc Master Recipe
November 2019 0
Recipe
July 2020 23
Recipe
December 2019 42
Recipe
May 2020 21
Recipe
May 2020 20
Recipe
June 2020 26