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

Parameter ID

Former Member
0 Likes
598

Hi Experts,

I have set parameter IDs in SU3 for Sales organisation (VKORG). The value for sales org is getting defaulted in standard transactions.

But its not appearing in Z program selection scree. I know in program we can use SET Parameter.

But I want to know why it does not work for Z programs. Am i missing some thing.

Thanks,

Rohan

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
540

Parameters:pa_vkorg type vkorg memory id VKO.

This is the syntax.

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
541

Parameters:pa_vkorg type vkorg memory id VKO.

This is the syntax.

Read only

Subhankar
Active Contributor
0 Likes
540

Please check the syntax.

PARAMETERS: p_matnr TYPE matnr MEMORY ID MAT.

Thanks

Subhankar

Read only

Former Member
0 Likes
540

Thanks keshav and Subhankar. I tried it. It's working fine.