2007 Jun 22 11:36 AM
Hello, i need to call vl10a transaction inside a program for all entries of an internal table.
Is batch input the only way to do it?
How can i do it?
Thanks
2007 Jun 22 11:38 AM
Hi
You can populate the necessary <b>BDCTAB</b> (with BDC data) and use <b>call Transaction</b> for each record of the internal table.
Regards
Raj
Hello, i need to call vl10a transaction inside a program for all entries of an internal table.
Is batch input the only way to do it?
How can i do it?
Thanks
2007 Jun 22 11:38 AM
Hi
You can populate the necessary <b>BDCTAB</b> (with BDC data) and use <b>call Transaction</b> for each record of the internal table.
Regards
Raj
2007 Jun 22 11:40 AM
Hi Javier,
You can record the transaction VL10A using the transaction SHDB.
Using the code generated in the recording, we can proceed in two ways
1) Use Batch Input method
2) Call transaction method.
If data that shall be uploaded is more then go for the first choice otherwise second choice would be perfect.
You pass the internal table values in a loop for the fields in the recording and the upload would work.
If you want any sample code Plz let me know.
<b>Saying thanks is by awarding points in SDN</b>
Regards,
Kiran
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |