Question:
SEM ees
Friends I am trying to understand the picture how. where and when SAP delivered API's are employed.
My need is I read a record from the cube, before displaying the layout I need to append one more record and display to the layout.
Also after the user changes the layout, I need to have access to the records to do some data manipulation ...
How will I do this
Appreciate your thoughts on this
Regards
McGallin
Answer:
Hi McGallin,
I normally do that type of stuff using Visual Basic.
The SEM-BPS 1 sheet with the data, and then another one with the manipulated data.
This involves the used of predefined macros:
Modul1.SAPAfterDataPut
Modul1.SAPBeforeDataGet
and someone with Visual Basic knowledge.
Hope it helps,
Nelson
Answer:
Hi McGallin,
I normally do that type of stuff using Visual Basic.
The SEM-BPS 1 sheet with the data, and then another one with the manipulated data.
This involves the used of predefined macros:
Modul1.SAPAfterDataPut
Modul1.SAPBeforeDataGet
and someone with Visual Basic knowledge.
Hope it helps,
Nelson
Answer:
Hi,
I think we can use coustom functions for this problem or if we can we can enhanse copy function while loading to layout and distribute or other fucntion enhansed while taking data back to cube.
bye