Skip to Content
0
Former Member
Dec 06, 2005 at 08:04 PM

VBO1 -bdc question - is there any alternative method available?

272 Views

Hi Friendz.

I am working on prod support for a custom Interface which will upload the data from VBO1(create rebate agreement)

transcation.

In the program, they have used a bdc method by calling the VBO1 transaction.

The BDC Method was done by the Recording method and the cursor positions were hardcoded in the program

Initially they have some custom conditions(KSCHL) for which we have to upload the data. Now they want to include some more new conditions. So I have included the new conditions and done.

My issue is: When they created the program as they used the Recording method, it was taking the cursor positions of the fields on the VBO1 screens (eg: the custom created conditions field).

(plz run the VBO1 transaction once for clear idea)

when i added a new condition in the middle of existing conditions and run the upload program it was very hectic as i hve to take the cursor positions for each conditions and do the recording. and more over , if they want to add a new condition in future again it will give some more problems.

my question is : can i avoid this all fuss and is ther any alternative method available for this(eg. any BAPI or Function Module).

Plz suggest me.

Thanks in advance.

Venu