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: 

How to Fetch Region name from region sets based on company code (from value in the region set )?

ravi_0808
Explorer
0 Kudos

Hi Team ,

I have three region sets created through GS01 and here i want to display region name based on company code(from value in the region set ) . i found one link in SCN but i am getting clarity from that . Please help me to fetch specific region from multiple region sets based on company code .Is there any function module for this or any table name to fetch region created through GS01.

Thank you !

RSB

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Look at FM G_SET_LIST_SELECT_RANGES, G_SET_SEARCH_FOR_INTERVAL

Hint: Look at report RGUSI100 for sample code.

Regards,

Raymond

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Look at FM G_SET_LIST_SELECT_RANGES, G_SET_SEARCH_FOR_INTERVAL

Hint: Look at report RGUSI100 for sample code.

Regards,

Raymond

0 Kudos

Thank you Raymond

Former Member