‎2007 Nov 08 7:57 PM
How can I determine at what point a standard SAP program is setting
a particular parameter ID. Can I use something like transaction ST05?
‎2007 Nov 08 9:53 PM
Okey.. I have tried to serach when SAP sets the prameter-id...
I have created one Sales order and before saving I had set break point for statment 'SET' ..(Actually I tried with SET PARAMETER ID, but debugger has denied) ... then I start with F8...
At some point of time while debuggin, I saw the statement which sets the parameter id...
Like: for VA01..
Check the the
Main prog:
SAPFV45KSource code of:
FV45KF0V_VBAK-VBELN_SET_PARAMELine Number: 21
You can see:
SET PARAMETER ID 'AUN' FIELD VBAK-VBELN.This means SAP has predefined statements avaliable in the source code to set the data into the parameter id.
Generally, for create transaction, this setting happens after the document has been created.
Regards,
Naimesh Patel
‎2007 Nov 08 8:06 PM
‎2007 Nov 08 8:28 PM
‎2007 Nov 08 9:53 PM
Okey.. I have tried to serach when SAP sets the prameter-id...
I have created one Sales order and before saving I had set break point for statment 'SET' ..(Actually I tried with SET PARAMETER ID, but debugger has denied) ... then I start with F8...
At some point of time while debuggin, I saw the statement which sets the parameter id...
Like: for VA01..
Check the the
Main prog:
SAPFV45KSource code of:
FV45KF0V_VBAK-VBELN_SET_PARAMELine Number: 21
You can see:
SET PARAMETER ID 'AUN' FIELD VBAK-VBELN.This means SAP has predefined statements avaliable in the source code to set the data into the parameter id.
Generally, for create transaction, this setting happens after the document has been created.
Regards,
Naimesh Patel