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: 

Reg: variants in Module pool Program

Former Member
0 Kudos

Hi ,

I am developing one Module pool program , for that program i want to create sreen vaiants . so, how to do that ?. can any one send the some sample programs.

With Regards,

Narasimha

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

you have to call functions(RS_VARIANT* ) to read the variants or create or modify. After reading the variants you need to fil the screen fields from the variant details. it is some what complex. try to debug normal selection screen functionality and proceed the sameway,

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

you have to call functions(RS_VARIANT* ) to read the variants or create or modify. After reading the variants you need to fil the screen fields from the variant details. it is some what complex. try to debug normal selection screen functionality and proceed the sameway,

MarcinPciak
Active Contributor
0 Kudos

See this:

Regards