Application Development 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: 

adding new line item using bdc

Former Member
0 Kudos

hi frends,

i am using a bdc program to park the document. it is working fine.now i need to add one more field to the sap screen by using the existing bdc program. i have done recording and found the screen number where the new field is updating. now in my bdc program i have made changes to that particular screen and added the new field . but still the value is not updating in sap screen.pls help.thanx in advance.

2 REPLIES 2

Former Member
0 Kudos

there are a few ways to do this..

one way is to send a PAGE DOWN command for your table control to your BDC. This effectively moves a blank line to your first line of the table control. there you can put in your new line item.

after you save, you should see both line items. if you ever want to add additional lines, do the same thing.

Former Member
0 Kudos

if it is a table control in BDC u need to add one more line.... while recording, after u enter data in first line item, press page down and then enter next line item.

record this and correct ur code according to this bdc recording...