‎2006 Oct 07 9:38 AM
hi friends,
i have a requirement .i need to record a transaction QM02 and once i enter the notification number in initial screen,in next screen i have to select from
menu SYSTEM->SERVICES FOR OBJECT and it will call a pop up box. but the problem is when we go through recording that option(services for object)in system menu is disabled in recording .so i have to call the same box(container) using classes.
do any one know how to call this or solve this issue .
is there any other approach by which we can do this
thanks and regards
srinivas
‎2006 Oct 07 10:33 AM
Hai Srnivasulu,
If the required menu item is disabled when you r recording
just choose the transaction QM02 directly and go with debugging mode to capture the corresponding OKCODE .
Here I found the OKCODE For getting the pop up box is 'INIT'.
hOPE THIS WILL HELP YOU..
still if you have any clarifications Let me know your requirement clearly
Regards,
‎2006 Oct 07 12:26 PM
you cannot do that thru BDC.
first create the transaction. and then using FM
BDS_BUSINESSDOCUMENT_CREATEF
you can add attachments.
search the forum with key word BDS_BUSINESSDOCUMENT_CREATEF there are code samples available.
Regards
Raja