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: 

Hold custom screen data till save on MB1B

monika_dhumal
Participant
0 Kudos

I have created a custom screen between two standard screen of MB1B.

I want to keep the data entered by user on the screen till user is in MB1B transaction.

i.e

On MB1B,

first screen : User will enter data and next

Custom screen : User will enter data and next

Second screen : user will enter data and save or Back.

Afterr go back from second screen my custom screen will appear, But currently I am unable to hold the entered data on custom screen.

What I have to do?

Please suggest.

Thanks,

Monika

1 REPLY 1

deepak_dhamat
Active Contributor
0 Kudos

Hi Monika ,

Please check whether you are REFRESHING or clearing internal table or structure when moving from one screen to another if yes and you have to remove that and use logic of storing data globally and only clear data when you exit from MB1B transaction .

regards

Deepak.