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: 

Set paramater ID for BUDAT is missing

Former Member
0 Kudos

Hi All,

I am trying to find a Parameter for Budat ( RM07I-budat).

I am able to pass other values like IBLNR, Gjahr. But since there is no parameter ID for BUDAT, I am not able to pass one of the values.

Can we add one more parameter id in TPARA ?

please let me know what is the way to correct this. ?

I am using customised - ZMI07 and pass values to Mi07.

thanks a lot.

Senthil

3 REPLIES 3

former_member589029
Active Contributor
0 Kudos

You can always add new set/get parameters, however the problem is that if that parameter is not used in the standard program you won't be able to pass a value to the standard through it. So if the standard does not offer a parameter for a certain field you won't be able to use a set/get parameter unless you find a user exit where you can transfer the set/get parameter value to the standard field.

Regards,

Michael

0 Kudos

Thanks for the reply.

I was able to pass parameters using below options.

CALL TRANSACTION 'MI07' USING abc OPTIONS FROM opt MESSAGES INTO xyztab.

But I a small difference occurs between calling Mi07 transaction directly and calling my zprogram.

when I fill one value in transaction Mi07 and press enter, the value does not disappear.

But it disappears when I do the same in my program.

Can you please let me how to keep the value in the field ( ISEG- GRUND) using my zprogram.

Previosly I used SHDB. I think when I use SHDB this error is occuring.

Please let me know if I am not clear.

THanks,

Senthil

Former Member
0 Kudos

I customised the screen accordingly.

Thanks