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

Batch Input Multiple Lines

Former Member
0 Likes
1,038

Hi xperts.

I'm developing a batch input wich it have to post multiple lines on a table control in the tcode kke1, does anybody knows how do this. The program must post 'x lines, cause the number allways will be different in the upload file.

Thnks for your help.

3 REPLIES 3
Read only

Former Member
0 Likes
699

Hi,

you need to write as normal as simple for other fields, when comin gto fill the table control, just write a DO and end DO, when the Line items is over there you need to put EXIT. here you need to trigger only this DO while filling the lines itesm in BDC , i mean the othere fields should not be trigger, i hope you understand some what logic ..

see the code ...

http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm

Regards

Sudheer

Read only

Former Member
0 Likes
699

hi!

I dont know this transaction but....

Set the flag "default size" in the structure of call transaction( look for help f1 ). the lines of table control always been fixed.

After this you can set okcode page down or page up.

regards,

Alexandre

Read only

Former Member
0 Likes
699

At the bottom of the screen (1301 - Create Unit Cost Estimate) there is a field called Entry (RK70E-LST_SETNR). You can put a number in that field to bring it to the top of the screen. In that way, you can always make your entries in the first line of the screen.

Rob