‎2019 Mar 21 5:17 AM
hello team. I have a little problem.
We create a FI enhacenment function. This is used into the purchase requisition process.
I need read the item information. The FI Enhacenment contains the COBL information.
And the price and basic unit is empty.
I need read this information from the global memory, but I just found a Objects.
And I don't know how assign a object into the my code using something like Field Symbol.
To read the global objects propieties and assign the items information into the local table.
Can you help me.
Thanks
‎2019 Mar 21 7:15 AM
If you want to get the information from global memory,
Maybe you can use the statement GET PARAMETER ID pid FIELD dobj.
And if you want to know the parameter id which you want the object, you can search
the table TPARA.
‎2019 Mar 21 9:42 AM
There are different "global memories" and different ways to access them, here is the starting point in the ABAP documentation. to decide which one to choose.
‎2019 Mar 22 12:37 AM
‎2019 Mar 25 12:13 PM