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 values not populated with set parameters

Former Member
0 Kudos

Trying to populate the values using set parameter before call transaction.

In 'MB0A' Movement type populated properly but delivery is not populated.

does anybody know why this not working?

code as follows :

l_fval2 = rm07m-lfsnr.

set parameter id 'BWE' field l_fval1. "Movement type

set parameter id 'VL' field l_fval2. "Delivery

call transaction 'MB0A' and SKIP FIRST SCREEN.

Thanks in advance,

Vamshi

5 REPLIES 5

Former Member
0 Kudos

Actually SET and GET parameters of delivery field at screen level are not set.

If you see the technical information of screen

Program SAPMM07M ans screen 0201.

Double click on screen number and click on layout.

check the screen attribute of delivery field you will get that SET and GET paramters are not set and without those you can not set and get the value of fields.

Regards

Aman

0 Kudos

Then how can i set this value since i want to set the value and skip the first screen.

Thanks,

vamshi tallada

0 Kudos

Without those you have to use partial BDC to do that.

Call transaction with MODE 'E'.

Regards

Aman

0 Kudos

I want to fill the first screen then want to go second screen. Does partial BDC help or not?

Thanks,

Vamshi

0 Kudos

Yes, partial BDC's should help, should be used as last resort.

regards,

Ravi