Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_QPGR_SAVEREPLICA

Former Member
0 Likes
1,162

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 =

.

1 ACCEPTED SOLUTION
Read only

former_member778253
Active Participant
0 Likes
1,016

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

5 REPLIES 5
Read only

former_member778253
Active Participant
0 Likes
1,017

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

Read only

Former Member
0 Likes
1,016

Thanks, i solved it on my own now.

Read only

0 Likes
1,016

hi,

Can you please share how did u solve it?

Regards,

Shraddha

Read only

Former Member
0 Likes
1,016

Please!... What did you do for resolve the problem?

Read only

Former Member
0 Likes
1,016

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