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

BDC

Former Member
0 Likes
421

Hi,

My requirement is to develop a BDC report for transaction VL02N.(Change Outbound Delivery).

In the first screen i have to set Delivery Quantity to Zero for all line items.

Can you please send an example that resembles this requirement.

Regards,

Ratna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

After completion of the Recording in SHDB , you can modify the code and pss the IT_BDCDATA-FVAL to zero for all those fields

3 REPLIES 3
Read only

former_member632991
Active Contributor
0 Likes
393

Hi,

During recording , set the quantity to 0 and it will be captured.

Change thet field to 0 in all records in ur program.

Regards,

Sonika

Read only

Former Member
0 Likes
393

Hi Ratna,

Why don't you record the transaction VL01N with whatever steps you have mentioned now.

If you can do it manually using VL01n, then try the same using SHDB recording.

Once yo have the recording, you can create a BDC program using the recording. YOu can modify the program as per your need later.

Regards,

Ravi

Read only

Former Member
0 Likes
394

After completion of the Recording in SHDB , you can modify the code and pss the IT_BDCDATA-FVAL to zero for all those fields