Hi guys,
I would like to call an ABAP Programm from another programm. For this purpose I tried to use 'CALL TRANSACTION' function.
Additionaly I have to pass some parameters.
Example
SET PARAMETER ID: 'CAR' FIELD carrier,
'CON' FIELD connection.
At the moment I can not find the parameter id of the fields. I tried with right click on the field -> help -> Technical Information, but I have there only:
Program Name,
Status,
Table Name,
Field Name,
Data Element,
DE Supplement,
Screen Field.
There is no parameter id.
How can I find it? Any suggestion are welcome.
Regards
Erwin