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

Initialize Org Units on PNPCE Org Structure selection

Former Member
0 Likes
532

Hi All

In the selection screen of programs where PNP or PNPCE logical database is used, the Org Units can be selected from the Org Structure.

Can anyone tell me how to initialize Org Units values into the org structure screen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

Hi..

I hope this may help you...

select-options: s_orgeh for p0001-orgeh.

*-- pre-populate top-level org units to process

s_orgeh-sign = 'I'.

s_orgeh-option = 'EQ'.

s_orgeh-low = 'xxxxxxx'.

append s_orgeh.

s_orgeh-low = 'xxxxxxx'.

append s_orgeh.

Thank you

Hi All

In the selection screen of programs where PNP or PNPCE logical database is used, the Org Units can be selected from the Org Structure.

Can anyone tell me how to initialize Org Units values into the org structure screen

1 REPLY 1
Read only

Former Member
0 Likes
416

Hi..

I hope this may help you...

select-options: s_orgeh for p0001-orgeh.

*-- pre-populate top-level org units to process

s_orgeh-sign = 'I'.

s_orgeh-option = 'EQ'.

s_orgeh-low = 'xxxxxxx'.

append s_orgeh.

s_orgeh-low = 'xxxxxxx'.

append s_orgeh.

Thank you