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 upload problem in hr master

Former Member
0 Likes
644

Hi,

we are facing a problem in BDC upload for hr master tcode pa40.

  • we want to stop bdc after 2 screens only and not process further screens. how to do this?

please help

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
622

Hi,

If you are using Session Mode :

After 2nd screen's is porcessed Use \BEND in the ok code field of BDC TABLE.

This will work,

Regards,

Gurpreet.

Read only

Former Member
0 Likes
622

Hi,

\BEND didn't work.

is there some other alternatives

Read only

Former Member
0 Likes
622

you can pass the fileds upto 2 screens , remaing the perform's comment the code and check it.

for session method /bend works....

Read only

Former Member
0 Likes
622

Hi,

Thanks for your replies.

i got a solution myself, i used /ebck ok code and perform bdc_dynpro using 'SAPMP50A' '2000'.

Regards.