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 the transaction MMAM

Former Member
0 Kudos

Hi All,

When I fill bdcdata and call the transaction MMAM it says - "LEAVE TO TRANSACTION" is not allowed in batch input.

1. is this possible? let me know any other approach

2. I need to capture the output of the standard program(MMAM) in case of errors - which is like long test.(Message)

How can I capture in my program if I call this program from my program this long text.

Thanks in Advance,

Ramu.

2 REPLIES 2

Former Member
0 Kudos

Hi

What method u are using in BDC . Call transaction or create session ?

If call transaction is giving error try out with create session or send code to have look into it .

Regs

MAdhu

Former Member
0 Kudos

Hi.

Try to use Call transaction instead of leave to transaction.

Satish