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

Custom Control

Former Member
0 Likes
568

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
521

No, you can not do that.

Regards,

RIch Heilman

Read only

ferry_lianto
Active Contributor
0 Likes
521

Hi,

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

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
521

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