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

Reg: variants in Module pool Program

Former Member
0 Likes
589

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

Former Member
0 Likes
560

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

Former Member
0 Likes
561

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,

Read only

MarcinPciak
Active Contributor
0 Likes
560

See this:

Regards