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: 

HI BDC

Former Member
0 Kudos

HI ALL

IN BDC, I WANT TO SKIP FROM SCREEN 200 TO SCREEN 700 SO THAT THE DATA FROM 100 TO 200 AND 700 ONWARDS SHOULD BE RECORDED IN BDC PROGRAM, HOW TO SKIP OR JUMP TO THE SCREEN IN SAP TRANSACTION WHILE RECORDING IT??

THANX

ROCKY

2 REPLIES 2

Former Member
0 Kudos

When you are populating the BDCDATA.

First you are populating the screen 100

and then commented out the screen 200 realted code.

and proceed with 700 screen.

you do the normal recording and make chages in code.

Because in standard transaction you cann't able to jump from screen 100 to 700 because they have set the screen sequences for the requirement.

please follow to make the changes in your BDC code it will work.

and try it it will work.

Regards,

madan.

Former Member
0 Kudos

Hi Rocky,

Check the Function Code associated with SCREEN 700 and use that in BDC for

example:

perform bdc_field using 'BDC_OKCODE'

'=FREI'. (Function Code)

You can use this logic after you process for screen 200.

Regards,

Ramkumar.K