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: 

T-code MBBM

Former Member
0 Kudos

Hi All,

I need to use the t-code MBBM in this T-Code i need to create a session and process Batch input in sm35.

did any one of you have worked on this type of requirement. If yes please help me how to go about it.

Thanks in Adv.

regards,

3 REPLIES 3

Former Member
0 Kudos

Please explain it a little more descriptively.

former_member181962
Active Contributor
0 Kudos

Hi Venkat,

As the MBBM transaction is a report type transaction,

you can use submit statement to call it.

submit RM07MMBL with <select options> in <ranges>.

This creates a session in sm35.

Later you can go to sm35 to process the same.

Regards,

Ravi

Former Member
0 Kudos

Fallowing are the steps.

1. You have to upload the data from a local pc file of structure BMSEG with fixed length for the fields. ( there will be no indicator to seperate each fields, length of the fields will determine the offset position of each field starting from the first field at position 0).

2. Write a program to upload this PC file into application server.

3. Now use MBBM to read from this server and execute it.

4. Session will be created, which can be viewed through SM35.

5. Process the session in background/foreground mode to create goodsmovement documents.