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 transaction

Former Member
0 Kudos

Hi,

I am using BDC for calling mc.9 using hotspot in ALV. It is executing correctly but when I click on the back button, it is taking me to the mc.9 selection screen but I want it to get redirected to the ALV report. Can anybody please help.

Regards,

Sharbani

11 REPLIES 11

FredericGirod
Active Contributor
0 Kudos

Hi Sharbani,

look if you can call your transaction using parameter ID. If yes remove the BDC option and add the option SKIP FIRST SCREEN.

regards

Fred

0 Kudos

Hi Fred,

I cannot use parameter ID for all field values I am passing in this case.  Moreover , submit and return is also not giving the correct output layout.

Regards,

Sharbani

Former Member
0 Kudos

why u need parameter id for all fields....

just u need oly one parameter id ,,, try to use

SET PARAMETER ID '' FIELD ''.

CALL TRANSACTION TCODE SKIP INITIAL SCREEN.

0 Kudos

Hi,

Can you please tell me how to pass the Month field value using Parameter ID?

Regards,

Sharbani

0 Kudos

Hi Sharbani,

Click F1 help for the month field-> Technical details and get the value of the parameter ID for that field.

Thn use SET PARAMETER ID '''' syntax just before calling the Tcode.


Regards,

~Raj

0 Kudos

Hi Raj,

I did that only. But in MC.9 , the month field is not having the parameter ID.

Regards,

Sharbani

0 Kudos

Hi Sharbani

What difference is there in the layout... ? I would still recommend you to use submit...what exactly is your requirement?

N abheet

0 Kudos

Hi,

Please execute mc.9 transaction once and also execute RMCB0300 through SE38. You will find a difference in the output. I want the output to be the current stock & stock value. I don't want the user to set the layout.

Regards,

Sharbani

venkat_aileni
Contributor
0 Kudos

Hi-

Rather than going for CALL TRANSACTION you can use SUBMIT USING SELECTION SCREEN option because 'RMCB0300' is an executable program.

-Venkat

0 Kudos

Hi Venkat,

I tried using SUBMIT but the output layout is different than that of when we execute the Tcode MC.9.

Regards,

Sharbani

0 Kudos

Hi,

This discussion will help you to achieve your result

Also, please use a meaningful subject line in future.