‎2006 Oct 26 6:56 AM
PARCOM_LOC IS AN INTERNAL TABLE
TABL IS ALSO AN INTERNAL TABLE.
WHAT THIS SYNTAX MEANS.....
CALL 'SYSTEM' ID 'COMMAND' FIELD PARCOM_LOC
ID 'TAB' FIELD TABL-SYS.
‎2006 Oct 26 7:09 AM
Hi,
you're calling a system command:
If a formal parameter expects an internal table, the latter is passed in the form "FIELD tabl-sys".
it's for the output of your function
A.
Message was edited by: Andreas Mann
‎2006 Oct 26 7:06 AM
It's a call of SAP Kernel function, there is no documentation of these kinds of functions.
Fred
‎2006 Oct 26 7:08 AM
thanks fred,but what you told to me actually that i already know thats why i am looking for some kind of help..please describe me this if you know this..
‎2006 Oct 26 7:08 AM
hi
good
PARCOM_LOC IS AN INTERNAL TABLE
TABL IS ALSO AN INTERNAL TABLE.
CALL 'SYSTEM' ID 'COMMAND' FIELD PARCOM_LOC
ID 'TAB' FIELD TABL-SYS.
I dont think all the above line ll work, it is giving error after IS statement.
and the below line also giving the syntax error.
so you can't use these syntax.
thanks
mrutyun^
‎2006 Oct 26 7:08 AM
‎2006 Oct 26 7:09 AM
Hi,
you're calling a system command:
If a formal parameter expects an internal table, the latter is passed in the form "FIELD tabl-sys".
it's for the output of your function
A.
Message was edited by: Andreas Mann