on ‎2015 Jun 11 8:53 AM
Hi Experts,
There is a requirement from the customer to pull out all the CONTROLS data along with the Validations in them.
(We have approx 2000 controls, and its a lot of manual effort to copy paste each control ID with the validations inside it.)
I would like to know the back-end BW table where all this information is stored.
I tried all the *CPMB* and all *UJ* tables in se11 but was unsuccessful....
Attached the document with screenshots.
I'm looking to get table information of screenshot no.3 which contain all the validations of a control.
Please help.
Regards,
Lavanya
Request clarification before answering.
Ups, what about UJCTRL_* ?
UJ0_GET_GEN_TABNAME is not related to the subject
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just look on the sample EXPRESSION field for some control from IFRS kit:
#<?xml version="1.0" encoding="utf-16"?><ns2:ujctrl_expression xmlns:ns2="http://xml.sap.com/2010/02/bpc/controls"><ns2:expression><ns2:leftExpression><ns2:operand rank="0" sign="+" multiply="x" value="1"><ns2:tupple><ns2:dimensionMember dimensionId="ACCOUNT" memberId="TA140"/><ns2:dimensionMember dimensionId="AUDIT_TRAIL" memberId="ALL_INPUT"/><ns2:dimensionMember dimensionId="FLOW" memberId="F15"/><ns2:dimensionMember dimensionId="INTERCO" memberId="I_NONE"/></ns2:tupple><ns2:multiply>x</ns2:multiply></ns2:operand></ns2:leftExpression><ns2:rightExpression/></ns2:expression></ns2:ujctrl_expression>
If you have the same dimension names...
Vadim
Hi Lavanya,
To find out the control tables related to model specific then go to SE38 run the program UJ0_GET_GEN_TABNAME
Thanks,
Dinesh.V
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.