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

MR22 Mass Material BAPI/BDC

Former Member
0 Likes
2,970

Hi Guru!

Need some help.

My problem is to start MR22 with mass Materials and Amounts using also field KONGR-Revaluation Reasn.

1. I Was trying BDC, but it can be used maximum wtih 9 materials. When i try to put f.e. 13 materials, call transaction return me an error MSGID = 00, MSGNR = 349, MSGV1 = CKI_MR22_0250-MATNR, MSGV2 = (10)

2. Can't use  BAPI_M_REVAL_CREATEPRICECHANGE and export parameter KONGR-Revaluation Reasn.

Thank you!

Regards,

Artiyom.

1 ACCEPTED SOLUTION
Read only

VenkatRamesh_V
Active Contributor
0 Likes
1,887

Hi,

Try,

Scrolling the line.

PERFORM fill_data_details USING 'BDC_OKCODE'    '=P+'.

Hope it helpful,

Regards,

Venkat.V

Hi,

Try,

Scrolling the line.

PERFORM fill_data_details USING 'BDC_OKCODE'    '=P+'.

Hope it helpful,

Regards,

Venkat.V

4 REPLIES 4
Read only

VenkatRamesh_V
Active Contributor
0 Likes
1,888

Hi,

Try,

Scrolling the line.

PERFORM fill_data_details USING 'BDC_OKCODE'    '=P+'.

Hope it helpful,

Regards,

Venkat.V

Read only

0 Likes
1,887

Venkat, Thank you for your answer!

Yeah tried it, but it has no effect becauese there is no element on a screeen and coding in the PAI with that okcode, therefore there is no such a user command.

Read only

0 Likes
1,887

Partially solved.

1. For BDC was helpful thread

    But in my case : The key is to use PageDown. It has its own code:  bdcdata_wa-fval = '=DOWN'.


2. But I still have no idea what BAPI to use for this procedure.

Read only

0 Likes
1,887

I've tried one and It was succesfull!