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

problem with call transaction

Former Member
0 Likes
495

Hi guys,

In my alv report if i select a line and click a button in the toolbar,then the transaction MF47 will gets executed in the background by taking the material no in the selected line.I used bdc recording when the button is clicked.this is working fine it is taking the material no in the selection screen of transaction MF47 and getting executed.When i click back button in that screen it should come back directly to the alv report again but it going to the intial selection screen of transaction MF47.

Any suggestions.

3 REPLIES 3
Read only

Former Member
0 Likes
453

While calling the transaction, which MODE are you using? It should be "E". That should fix the issue.

Read only

0 Likes
453

Hi Ashish,

I m using the mode E only.In the same alv report i m using another button for calling transaction MD04.That one after executing when i m pressing back button it is coming to the alv report screen.

Thanks.

Read only

0 Likes
453

I think this is a report which you are calling (Currently i do not have access to SAP so i will not be able to check). Try using SUBMIT and RETURN. This should work.