Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

read table data with items information using objects

Da_l
Participant
0 Likes
1,056

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

4 REPLIES 4
Read only

Former Member
0 Likes
952

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.

Read only

Sandra_Rossi
Active Contributor
952

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.

Read only

DoanManhQuynh
Active Contributor
0 Likes
952

what is the object you found? what enhancement do you use?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
952

What do you call 'global memory' (AS memory, User session memory, Abap Session memory, Internal Session memory?)

What do you call an ObjectS? a reference to a class? did you try to use a field-symbol of TYPE REF TO a class.