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

bdc recording

Former Member
0 Likes
1,172

hi all,

i have a recording which is running fine as now .

in order to fulfill the requirement i have to add another screen to the existing recording . is it possible..??

if yes how..??

hi all,

i have a recording which is running fine as now .

in order to fulfill the requirement i have to add another screen to the existing recording . is it possible..??

if yes how..??

8 REPLIES 8
Read only

Former Member
0 Likes
1,148

Hi,

Do the recording with SHDB for all screens, it will work.

Regards,

Preetham

Read only

0 Likes
1,148

no..!! he wants me to do the neccesaaary changes in the same code..?? s it possible??

Read only

0 Likes
1,148

Record the transaction using SHDB and take only that screen...paste that in your program.

Regards,

Sri

Edited by: srikanthn on Jul 5, 2010 2:42 PM

Read only

0 Likes
1,148

i did it but its not triggering..!! while uploading it still asks for value i tht praticular screen..??

Read only

0 Likes
1,148

hi, have u tried doing wht u suggested.? did it work..??

Read only

0 Likes
1,148

Abhilash, if you're working on a NetWeaver 7.0, and you are lazy and reckless, you may use the following code to re-record an existing BDC data. Freshly tested.

SDN wiki: http://wiki.sdn.sap.com/wiki/display/ABAP/Recordduringplay

Note: before starting the recording, you may need to display the BDC data separately, so that to be able to re-synchronize with the existing BDC data after having recorded the new screen(s) (so that to be able to know which next action is needed). It may be also useful with list screens as the little okcode popup is not displayed in that case...

Read only

Former Member
0 Likes
1,148

Hi,

Yes it is possible to add to the existing recording.

First do the recording till the end including that screen which you want to add. Make sure that recording contains all the fields of the screen to be added. For rest of the screens its not necessary to include all the fields.

Now say A is the screen that you want to add and this screen comes after screen B. So in the existing recording check for the OK_CODE of screen B and put your code for screen A from the new recording after that OK_CODE.

Read only

Former Member
0 Likes
1,148

Hi Abhilash

I beleive Ruchak is correct.

suppose you have 5 screens initially and now you want to add the 6th screen as well.

now do the recording again including the 6th screen and check the OKCODE for the 5th screen to go to the 6th screen.

now identify the code where you need to put the OKCODE of 5th screen and after that write the code for 6th screen.

This will work.

Thanks

Lalit Gupta