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

screen exit

Former Member
0 Likes
1,218

Hi All,

Can anybody let me know if any screen exit is available for T-Code: VK11 or VK12 ?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,065

Hi Salil,

May be you can use CACS_COND_VERSIONING BAdI.

Regards,

Raghav

7 REPLIES 7
Read only

Former Member
0 Likes
1,066

Hi Salil,

May be you can use CACS_COND_VERSIONING BAdI.

Regards,

Raghav

Read only

naimesh_patel
Active Contributor
0 Likes
1,065

Hello,

In the condition records, you need have to screen exit, because all the fields on the screen are generated based on your condition tables. So, change your conditions accordingly to have a field on the screen.

Regards,

Naimesh

Read only

0 Likes
1,065

Thanks Nimesh,

My requirement is, i need to add one button on the screen wich will execute one Z program.

My issue is, instade of saving the pricing condition records i want to send for approval to VP once VP will approve it at that time it should be saved in VK12.

Can you please give some input in that, as well as how to use a BADI?

Thanks,

Salil Patel

Read only

Former Member
0 Likes
1,065

Try this BADI SD_COND_DETAIL.

Name of Business Add-in class: CL_EX_SD_COND_DETAIL.

Read only

Former Member
0 Likes
1,065

HI

GOOD

there is no screen exits for the tcode a VK11 or VK12.

THANKS

MRUTYUN

Read only

0 Likes
1,065

Thanks Mrutyun,

Before goin on this concusion i just need to check once... thats it. but i think you are correct, i could not found any Screen Exit yet.

Thanks,

Read only

Former Member
0 Likes
1,065

Hai Salil

Go through the following Methods for Finding Screen Exits

1. in se11, goto table MODSAP

View table contents

2. in Type field, enter 'S' (for screen exit)

E Function exit

S Screens

T Tables

3. For that tcode, u should know the program name

or the CALLING SCREEN.

eg. SAPLLMOB

4. then type SAPLLMOB* and execute

For Field Exits

1. field exits

2. goto tcode CMOD

3. in the uppper left text box (where we type cmod)

again type PRFB.

4. all list of field exits, (which have been created so far),

will come.

Regards

Sreeni