Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

calling container using classes

Former Member
0 Likes
454

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

2 REPLIES 2
Read only

shishupalreddy
Active Contributor
0 Likes
414

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,

Read only

athavanraja
Active Contributor
0 Likes
414

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