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 screen F-28 in program

Former Member
0 Kudos

i want to reflect VF01 entries in the F-28 using call screen, can i use bdc for that?? how can i write code for this ???

1 REPLY 1

Former Member
0 Kudos

go to trans SHDB

press new recording, type recording name zF-28, transaction code F-28 and press start recording.

When F-28 appears type the test parameters and the required sequence or save.

When you finish recording, the recording appears(trans SHDB) and press SAVE and EXIT.

At main screen you will see your recording and press buton Program and type program name and select

transfer from recording, so you can sustitute the parameters in your program.

Press continue and specify the title, status, etc and press source code.

After package name you will have your bdc program created.

Now copy this bdc and put it in your program.

Remember to sustitute the values that you will pass from your program.

Hope this help