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 Exits

Former Member
0 Likes
704

Hi all

i want to add 2-3 zfields in MFBF transaction ..there is no screen exit for this..how to go abt it if there is no screen exits.

regards

shankar

5 REPLIES 5
Read only

gopi_narendra
Active Contributor
0 Likes
671

u can create your own screen for that transaction and write a BDC to populate the data from ur screens to the original transaction.

i did the same way for CO15 transaction.

Read only

former_member404244
Active Contributor
0 Likes
671

Hi Shankar,

u can do it in the screen itself.Screen number is 801,but in order to add the zfields u require the access key.If u get the access key u can put ur zfields in the screen.

regards,

nagaraj

Read only

0 Likes
671

generally they wont be giving the access key, if the access key is given the problem is solved, if they wont give the access key. u ll hvae to follow up this way..

create the required screens of that transaction and write a BDC to populate the values on ur created screen to the original transaction

Read only

Former Member
0 Likes
671

Hi,

You have to create one sub-screen with naming convention and create the layout with required fields.

after in main screen flow logic you have to write like"call customer-screen 'subscreen name' including 'sub screen no'".

after that for transporting data from screen to data base you write the code in function exit.

in database table you have to append the structure with your zfields.

Thanks ,rayeez