cancel
Showing results for 
Search instead for 
Did you mean: 

Fill a InfoObject master table with ABAP?

Former Member
0 Kudos

Hi to all

I like to save data into a master table of a InfoObject with ABAP.

I'm using a BSP to enter manualy data into a master table of a InfoObject. When i maintain

the InfoObject in RSA1 i see the manual entered data, but when i start

a query, the datas are not visible.

What is the meaning of the fields OBJVERS and CHANGED in the master table

of a InfoObject?

Thank you

Tobie Niggli

Accepted Solutions (0)

Answers (1)

Answers (1)

dirk_feeken
Advisor
Advisor
0 Kudos

I can't say anything about InfoObject details, but maybe you stepped into the typical trap of changing table entries directly, while the object model might be more complicated and distributed over several tables and should only be touched via function modules or BAPIs.

Dirk