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: 

CALL Transaction VK11 should EXIT on SAVE

fredericbasilius
Participant
0 Kudos

Dear Experts,

I have a requirement for a developing a Z Transaction, in which Transaction VK11 needs to be called based on a fixed condition type after selection screen . Once the data is saved in VK11, I need to come out of VK11 and to display a report.

My issue is after the save in VK11,it stays in that VK11 screen ( Please refer the screenshot ). In my case after Save, I need to leave the VK11 screen and show my report. Could any please advise ?

Regards,

FB

1 ACCEPTED SOLUTION

roberto_vacca2
Active Contributor
0 Kudos

Hi.

If you  don't need foreground of VK11, why don't you use for your purpose, in sequence:

RV_CONDITION_COPY

RV_CONDITION_SAVE

RV_CONDITION_RESET

Instead if you need foreground session, you have to find a suitable user-exit and manage the EXIT after commit.

Hope to help

Bye

1 REPLY 1

roberto_vacca2
Active Contributor
0 Kudos

Hi.

If you  don't need foreground of VK11, why don't you use for your purpose, in sequence:

RV_CONDITION_COPY

RV_CONDITION_SAVE

RV_CONDITION_RESET

Instead if you need foreground session, you have to find a suitable user-exit and manage the EXIT after commit.

Hope to help

Bye