Hi guys,
I am having a simple issue, in my customer's productive environment the fields DDFTX-SCRTEXT_S, SCRTEXT_L, SCRTEXT_M (short, medium and long screen text labels) for a specific combination of TABNAME / FIELDNAME of this table DDFTX have other values than Develpment and Quality systems. Thats weird because in VIM Analytics (Open Text transaction /OPT/VIM_ANALYTICS) the ALV report showed with this transaction has different headers due that difference.
There is no maintenance view for this standard table (DDFTX), someone knows how to change it? Actually I looked for FMs DD_ACTUALIZE_DDFTX, DD_UPDATE_DDFTX but they dont work alone, so I looked where they are used but the classes and function pools where DDFTX is updated or inserted are called dynamically son I cannot see where they are utilized. If you can help please do so! Thanks
DDFTX is not user maintained, This table buffers texts from the ABAP Dictionary. (Stores at table/field level language related text informations from table or data element definition)
Hint: Even, if you delete every record in it, system will rebuild it from ddic information (List of such tables : D010L, D010Q, D010Y, D010LINF, D020L, D020LINF, D021L, D021LINF, D346T, D342L, DDFTX, D344L, REPOLOAD, DYNPTXTLD, DYNPLOAD, DDLOG)
So
Regards,
Raymond
Hi,
Have you tried to fix the problem using conventional means, like: activating the table or the affected data element, or transporting the table/data element/translation from development again?
cheers
Jānis
Add a comment