Hello All
I need to start transaction ME54N running *.sap logon file.
I do use here parameter - command=*ME54N.
The problem is that I have to run it with specific requisition number according business process.
I mean that one time I have to run it with requisition 1111 and next time with requisition 222 and so on.
If it will be program code I should run command like set parameter id 'BAN' field 1111 and
then call transaction ME54N and it will work.
But here in *.sap command parameter I can't find the option or right syntax how to run in with a parameter.
I tried some think like
command=*ME54N set parameter id 'BAN' 1111
command=*ME54N mepo_select-banfn=1111
and so on, but nothing helps.
Could anyone to help me, please ?