cancel
Showing results for 
Search instead for 
Did you mean: 

Validate Sales Organization in SWI5 Report

Former Member
0 Kudos

We are enhancing SWI5 report in CRM system and we are copying this to Z program and enhancing it.

In our new custom Z program we are adding new search field "SALEs Organization". The requirement is to get all the Work items as per sales organization in new Z SWI5 report. I am facing problem in validating the sales organization. Please let me know is there any configurations involved to validated sales organizations entered by user.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

We have a consultancy providing some work on a similar issue.

You can use method CL_CRM_ORGMAN_SERVICES=>F4_SALES_ORG to provide input help on the sales organization.

Regarding validation, one of our consultants used

u201CSELECT SINGLE sales_org FROM comm_pr_frg_rod WHERE sales_org = <xxx>"

This does not seem great to me - if you find a better way, can you share it?

Stuart.