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

variant

Former Member
0 Likes
559

How to use a variant from one program to another program.

i checked se80 ans shdo,,no clues..can anyone help..

3 REPLIES 3
Read only

Former Member
0 Likes
522

With in your program you can you the submit program passing parameters which are your variant from the main program. (This runs the main payroll driver for the uk having passed through select paramaters.)

if not i_abkrs[] is initial.

submit rpcalcg0 and return

with pnpxabkr = pnpxabkr

with pnppernr in i_pernr

with rueck-ab = rueck-ab

with schema = '/GB0'

with pnpabkrs in i_abkrs.

endif.

Read only

Former Member
0 Likes
522

hi check this..

when you r calling a program from other one then it is needed.

check this for change of varients..

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/mass%2bchange%2bof%2bvariants

Read only

Former Member
0 Likes
522

Hi Surya,

I dont think you could do that.

Nayan