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

conversions

Former Member
0 Likes
544

Hi All,

My requairment is i need to select the records from vbak veda table based on some conditions and need display the list of those records from that list user selects some records and he will process the bdc session or calltransaction.by default all the documents will be selected .first selection screen is with document number and auart .after displaying the list we need to do the bdc process .

Please guide me in this..

Thanks&Regards.

Ramu.

1 REPLY 1
Read only

Former Member
0 Likes
427

Hi,

VEDA table have the Contracts data and VBAK is the Sales orders data, what documents you have to display on the report output first? be clear.

So use VEDA and VEDAPO tables for contract data

VBAK and VBAP for Sales order data.

Take the VBELN and AUART on selection screen and fetch the data from the corresponding above table and display the report.

Take a check box in the output internal table , so that to select the records from the list.

Keep 2 buttons on the Appln tool bar by creating SET PF status, so that you can select the all records, or deselect the records.

then based on the selected records, to which transaction Code you wants to Upload/Process the Records?

be clear.

Take the selected records in a Internal table and process that Internal table for BDC sake.

reward if useful

regards,

ANJI