‎2011 Apr 29 9:47 AM
Hello All,
im using this bapi in my program to enter data for QS41 tcode.
i want to enter datas below.
5 PMBLKAM camera 4 0010 text77x
5 PMBLKAM camera 4 0020 text66x
5 PMBLKAM camera 4 0030 text55x
and i use the function as below but i can only see that ony the last line (3rd line) has been entered to the program.
is there anybody used this function before? should i enter all lines one by one or bulk?
CALL FUNCTION 'BAPI_QPGR_SAVEREPLICA'
EXPORTING
i_code_group = gt_bapiqpgr_qpgr
TABLES
code_grp_shorttexttab = gt_bapiqpgr_qpgt
CODE_GRP_LONGTEXTTAB =
codes_of_code_grp = gt_bapiqpgr_qpcd
code_shorttexttab = gt_bapiqpgr_qpct
CODE_LONGTEXTTAB =
return = bapiret2.
EXTENSION1 =
.
‎2011 Apr 29 10:16 AM
Hi
If you want to extend material master to other plants you can use this FM' BAPI_MATERIAL_SAVEDATA', instead of
"BAPI_QPGR_SAVEREPLICA".
It will works fine for you.
Hope it helps you.
Siva
‎2011 Apr 29 10:16 AM
Hi
If you want to extend material master to other plants you can use this FM' BAPI_MATERIAL_SAVEDATA', instead of
"BAPI_QPGR_SAVEREPLICA".
It will works fine for you.
Hope it helps you.
Siva
‎2011 Apr 29 10:36 AM
‎2011 May 02 7:51 AM
hi,
Can you please share how did u solve it?
Regards,
Shraddha
‎2011 May 31 7:19 PM
‎2013 Apr 16 9:57 AM
Hi Aydin,
Can you kindly let us know how you solved this problem?
I am facing exactly the same problem in BAP_QGPR_SAVEREPLICA.
Thanks,
Vinodh