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

SAP Enjoy control

Former Member
0 Likes
558

My customer wanted to develop custom invoicing process with custom screen development by taking reference of ME21N (T code) using SAP enjoy control.

Please help me if you have worked on above requirement and how to proceed further.

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
442

Generally there are lots of examples of such controls with BIBS transaction.

It is not so straightforward to learn them all at once, but you can adapt some of them in your application.

There are lots of threads describing how programm certain functionality. I.e. check my answer [here|; where I descirbed how expand/collapse works. You can use it for achieve similiar what is used in ME21N.

Read also more about [Control Framework|http://wiki.sdn.sap.com/wiki/display/ABAP/Control+Framework] itself and classes you need to use to handle these controls.

Regards

Marcin

My customer wanted to develop custom invoicing process with custom screen development by taking reference of ME21N (T code) using SAP enjoy control.

Please help me if you have worked on above requirement and how to proceed further.

1 REPLY 1
Read only

MarcinPciak
Active Contributor
0 Likes
443

Generally there are lots of examples of such controls with BIBS transaction.

It is not so straightforward to learn them all at once, but you can adapt some of them in your application.

There are lots of threads describing how programm certain functionality. I.e. check my answer [here|; where I descirbed how expand/collapse works. You can use it for achieve similiar what is used in ME21N.

Read also more about [Control Framework|http://wiki.sdn.sap.com/wiki/display/ABAP/Control+Framework] itself and classes you need to use to handle these controls.

Regards

Marcin