cancel
Showing results for 
Search instead for 
Did you mean: 

Massive report in order to see syntax procedure (CU01)

Former Member
0 Kudos

Dear all,

i would like to know if there is a way to have the syntax code present in a lot dependencies (procedures, or select condiction or pre-select condiction).

Is there a standard report to extract whole content of variant configuration dependency?

I would be also interested at tables or fm to create a custom report.

Thanks a lot

Daniele

Accepted Solutions (1)

Accepted Solutions (1)

DanielP
Active Participant
0 Kudos

Hej Daniele,

We had to build our own report for this purpose based on tables MAST, STPO, CUOB, CUKB, CUKBT. Importantly try to use standard FM CUXP_GET_DEP_SOURCE to fetch the Object Dependency syntax.

Hope it helps.

BR, Daniel

Answers (1)

Answers (1)

former_member214775
Contributor
0 Kudos

Hi Daniele,

the dependencies are stored in CUKB database tables. With CUKB-KNNUM you can search for the dependency rule description in CUKN table.

The CL_VC2OD_BO class with GET_DEPENDENCY method can provide the source code:

You can enter the CUKB-KNNUM as IV_INTERNAL_DEPENDENCY_NO parameter and you need to check the flag IV_WITH_SOURCE_CODE.

Then the ES_SOURCE_CODE internal table will contain the code of the dependency.

Appreciate the points in advance!

Best regards

Tamas