‎2008 Feb 11 10:01 AM
Hi all,
i want to read the classification of a document.
I have already one document type where i use this fm successfully.
Now i have a new document type. If i want to read the classification of this type one entry is found.
CHARNAME: ZTEST
CHARVALUE:
The charname is correct but the charvalue is empty. The classification field in the document is filled with the letter "B".
For this field i use an own Z-domain with value range (fix values).
If i debug the fm i can see that the value "B" is in field VALUE_NEUTRAL and not in field VALUE (internal table LT_CHARS).
Any ideas?
regards
‎2008 Feb 12 8:45 AM
Hi,
i have found it by myself.
If i configure the characteristics value check with a fm the bapi_document_getdetail2 does not read the classification.
regards