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 okcode regarding

Former Member
0 Likes
670

hai

i have 3 screens in my trasaction. i want to upload first two screens data, i dont want upload remaining screen. i want to apply back in ok code, what i have to give bdc_okcode for this.

i dont want to see 3rd screen. tel me bdc_okcode for back .trasacton has to terminate after two screens.

4 REPLIES 4
Read only

Former Member
0 Likes
633

hi

WB_BACK

regards

padma

Read only

Former Member
0 Likes
633

First you must make sure there should not be any mandatory fields on 3rs screen.if yes the easiest way to find them, if you know the program name (System-Status menu).

Then go to SE41 transaction, and check out the pf statuses for the given OK-CODES.

Amit.

Read only

Former Member
0 Likes
633

Hi Chinni,

In your SET PF-STATUS give provide one OK_CODE as 'BACK'.

then in your code write as following.

case OK_CODE.

when 'BACK'.

leave to screen 0.

endcase.

Regards.

Eshwar.

Read only

Former Member
0 Likes
633

answered