Application Development 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: 

Custom Control

Former Member
0 Kudos
143

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

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
96

No, you can not do that.

Regards,

RIch Heilman

ferry_lianto
Active Contributor
0 Kudos
96

Hi,

I don't think so you can embed in existing SAP T/Code.

Regards,

Ferry Lianto

Former Member
0 Kudos
96

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