2006 Feb 16 4:32 AM
hi christian and all, i while populating the main strucuter bgroo,bkond1 bkond2, i need to populate the KOMG strucutre using vakey ,but i am not getting how it get approprite split and populatee the stru KOMG,
can any one please help me in details.
2006 Feb 16 8:26 AM
Hi Deepak!
Either you work with an own structure, defined like the key of your A-Table, our you might use a function module. I prefered the structure, it's less coding lines and easy to understand.
* Bestimme zugehörigen Objektschlüssel.
* Translation: Get the according object key "CWO
call function 'SD_CONDITION_KOMG_FILL'
exporting
p_kotabnr = konh-kotabnr
p_kvewe = konh-kvewe
p_vakey = konh-vakey
importing
p_komg = i_komg.
Regards,
Christian