‎2017 Mar 09 2:47 PM
Hello colleagues,
I have situation where I need to access the Change Documents table CDPOS for a specific Subitem of a FICA Document number:
I need to know the character positions in order to compose the TABKEY value, i.e. Document number and Subitem.
I have the following already:
Change Document Object: MKK_BELEG
Object value = <My FICA document number>
Table Name: DFKKOP
Tabkey: ???????????
Field name = AUGRS
Change ID = U
FYI: The FICA document is split because I did a partial release of a paid Security Deposit. So, one subitem has Clearing Restriction removed, and the other does not.
Your help would be really appreciated.
Thanks and regards,
Ivor Martin
‎2017 Mar 20 9:16 PM
Hi Ivor,
TABKEY field is nothing but key fields from DFKKOP table in this case (combination of MANDT,OPBEL,OPUPW, OPUPK and OPUPZ). For example first 3 characters of TABKEY will indicate the client and next 12 characters will indicate OPBEL, next 3 will be OPUPW and so on.
Thanks,
Manish
‎2017 Mar 12 8:35 PM
‎2017 Mar 15 1:46 PM
Hi Daniel,
Thanks a lot for your response. However what I really need is the Table Key format for the Document Object (MKK_BELEG) in the case where the document is partially changed, i.e. what exact character positions for Document Number, Item number, sub-item, etc...
Thanks again,
Ivor
‎2017 Mar 15 8:16 PM
‎2017 Mar 16 7:29 PM
HI,
Yes, I ran both RSSCD200 as well as RSSCD100. The table key is returned as one large string. I need to know the breakdown by character position for Document number, Item, Sub-item and any other data thats part of the table key.
I would think this information must be available somewhere.
Thanks again.
Ivor
‎2017 Mar 20 9:16 PM
Hi Ivor,
TABKEY field is nothing but key fields from DFKKOP table in this case (combination of MANDT,OPBEL,OPUPW, OPUPK and OPUPZ). For example first 3 characters of TABKEY will indicate the client and next 12 characters will indicate OPBEL, next 3 will be OPUPW and so on.
Thanks,
Manish
‎2017 Mar 21 5:07 PM