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

Urgent! Batch input

Former Member
0 Likes
556

How to model Scrolling Down in the batch input for transaction VA02? in the bookmark "Facturing Plan"

Like theres a table on the screeen and i need to put data into every line but the scrolling down doesnt work in the batch input for some reason.

please help!

thank you!

1 ACCEPTED SOLUTION
Read only

valentin_catalin2
Active Participant
0 Likes
508

Hi Julia,

I will also suggest you to use the BAPI for this changing the sales order.

Still, if you want to use a BDC to change sales order one solution is to press the button to select all sales order items and then from the menu Goto -> Items -> page that you need to modify.

I will see that some additional controls appeared on the screen to navigate between selected positions (the arrows ...).

I hope this is helpful for you.

BR,

Valentin

3 REPLIES 3
Read only

Sougata
Active Contributor
0 Likes
508

Hello Julia,

I would suggest that you not to do a BDC on VA02 screen instead use BAPI_SALESORDER_CHANGE to acheive the same functionality as per your requirement. You'll see in the BAPI there are a lot of (optional) tables supplied which you can use to fill up various sales order data and then change the order.

Hope this helps, please don't forget to reward points.

Sougata.

Read only

Former Member
0 Likes
508

If you are doing a BDC, you could do it by using the page down, when you are doing the recording.

For EG:

If you want to place two records into a screen table, then during the recording you might have to enter a record then press PAGE-DOWN button then enter the next record.

Please let me know if there is any confusion.

Read only

valentin_catalin2
Active Participant
0 Likes
509

Hi Julia,

I will also suggest you to use the BAPI for this changing the sales order.

Still, if you want to use a BDC to change sales order one solution is to press the button to select all sales order items and then from the menu Goto -> Items -> page that you need to modify.

I will see that some additional controls appeared on the screen to navigate between selected positions (the arrows ...).

I hope this is helpful for you.

BR,

Valentin