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
Hi,
I would not recommend writing data directly in the master data tables, as there are plenty of control tables around which have to be maintained (e.g. SID values).
I would rather write the data into a table within the BW database and use the normal data load mechanism via generic extractor from this table. Doing this, you use standard BW functionality and can be sure that all tables are in-sync.
Kind Regards,
Alex Peter, Product Management BI, SAP AG
Hi David,
I have to do the same thing and I could not find the white paper you mention, is it in service.sap.com? Which section?
Thank you very much in advance.
Best regards,
Jorge
Add a comment