2006 Mar 21 7:55 PM
Hello All ,
I have a question related Custom Control and SAP Container.
I know we can embed text control , picture and HTML controls inside a container , can we embed an existing SAP transaction ( like VA03 , VD03 etc.) inside a custom container ?
Are there any examples .
Thanks
2006 Mar 21 7:58 PM
2006 Mar 21 8:01 PM
Hi,
I don't think so you can embed in existing SAP T/Code.
Regards,
Ferry Lianto
2006 Mar 21 9:25 PM
Hi SAPNW04.
To embed controls into a custom container, in the constructor method of most classes there is a parameter for PARENT, usualy named i_parent, you should pass the name of the custom control to this parameter.
However, you cannot embed a transaction into a custom control.
Hope it helps.
Jesus