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

Call Transaction

Former Member
0 Likes
683

Hello friends,

I have to generate a report with a selection screen.

When the user enters data in the screen and excutes the program it should call transaction MFBF and should populate the data in the MFBF screen which the user has entered in the selection screen. there is also a check box on the MFBF screen and it needs to be checked. I have stared of doing a recording of MFBF and write a BDC program using the call transaction.

Any suggestions..

Shejal.

Hello friends,

I have to generate a report with a selection screen.

When the user enters data in the screen and excutes the program it should call transaction MFBF and should populate the data in the MFBF screen which the user has entered in the selection screen. there is also a check box on the MFBF screen and it needs to be checked. I have stared of doing a recording of MFBF and write a BDC program using the call transaction.

Any suggestions..

Shejal.

4 REPLIES 4
Read only

Former Member
0 Likes
624

Yes. Thats the way to go. You set the value of the check box using "set parameter ID" syntax.

But what is the reason for not using the transaction MFBF directly and going in for a custom program?

- Guru

Read only

0 Likes
624

Thanks for letting me know how to put in the check box.

After the transaction MFBF is executed and saved the dats entered should be populated on the screen for specific plants, what happens now is the dats is cleared. How ever there is a program where we can make changes to LBARMF5Z, but the client dosent want any changes to the existing programs.

So a new dummy screen may be ZMFBF, is been used.

Shejal.

Read only

0 Likes
624

hi shejal shetty,

i am using one fo the programs posted by you before to load excel file to internal table. i am getting an error...i posted it below this post...can you help me there?

thanks in advance.

Read only

Former Member
0 Likes
624

Hi,

Have you checked existing method for posting MFBF instead of creating BDC?. This will save lot of time.

Thanks

Viswa