Application Development 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: 

Transaction VRRE not able to post using BDC

Former Member
0 Kudos

am doing a BDC for returns delivery for RMA and the OK-CODE shows up for the first screen of transaction VRRE i.e. SAPMV45A screen 130 but when i go to the next screen i.e SAPMV50A screen 200 the OK-CODE box does not show up on this screen. If I type the OK-CODE in the command field it works but it does not show up automatically as it has to in a BDC. Even by recording this transaction and playing it again I have the same problem of the OK-CODE not showing up on this particular screen.

I get the error message 'No Batch I/P data for screen SAPMV50A 200'.

Please let me know if anyone has done a BDC for VRRE or what is the alternative to post this transaction.

3 REPLIES 3

Former Member
0 Kudos

Why dont you insert a row for the OK_CODE in you BDCDATA table at the approprite location. You metion that it works if you put the ok_code in command field . I think it should work fine.

Cheers .

Former Member
0 Kudos

You already opened another post for the same requirement? Please continue to use the same one and do not duplicate the effort.

Please close one of the posts.

What okcode are you passing for the initial screen 130? Also please post your BDC code for the first two screens(130 and 200).

Thanks,

Srinivas

Former Member
0 Kudos

Many years ago I wrote a call transaction for a returns delivery using transaction VL02 (Change Delivery); however, if you try to execute this now the message 'Transaction VL02 is outdated' comes up and suggests VL02N instead. But I think this is an EnjoySAP transaction and may not be suited to batch input. VL02 is supported in 4.6C for batch input.

Rob