Posted: Wed Sep 05, 2007 6:30 pm Post subject: BAPI_OBJCL_CHANGE for modifying characteristics of Customer
Author: Sanjay Shah
Following code can be used for modifying classification value in Customer Master.
Code:
REPORT ZS1 no standard page heading line-size 500.
data: git_bapi1003 type table of bapi1003_alloc_values_num,
git_values_char type table of bapi1003_alloc_values_char,
git_values_curr type table of bapi1003_alloc_values_curr,
git_bapiret2 type table of bapiret2,
ls_bapiret2 type bapiret2.
data: gs_bapi1003 type bapi1003_alloc_values_num,
gs_values_char type bapi1003_alloc_values_char,
gs_values_curr type bapi1003_alloc_values_char,
gc_flag_x(1) type c value 'X'.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.