Symptom
- Custom Code Field Extractor ( NEW ) is failing with the following error:
"Filed Symbol has not been assigned yet" - In ST22 the following dump is produced :
Category ABAP Programming Error
Runtime Errors GETWA_NOT_ASSIGNED
ABAP Program SAPLAGS_CUSTOM_CODE_EFWK
Application Component SV-SMG-CCM-CDMShort Text
Field symbol has not been assigned yet.Error analysis
An attempt was made to access a field symbol that has not been assigned
yet (data segment number "-1").
That error occurs if
a typed field symbol is addressed before it has been set with ASSIGN,
or
a field symbol is addressed that points to a row in an internal table
that has been deleted, or
a field symbol is addressed that was previously reset using UNASSIGN,
or that pointed to a local field that no longer exists, or
a parameter of a global function interface is address, although the
corresponding function module is not active (is not in the list of
active calls). The list of active calls can be taken from this short
dump."GETWA_NOT_ASSIGNED"
"SAPLAGS_CUSTOM_CODE_EFWK" bzw. LAGS_CUSTOM_CODE_EFWKU20
"AGS_CC_CCLM_EXTRACT">>>>> lv_val = <val>.
FUNCTION SAPLAGS_CUSTOM_CODE_EFWK LAGS_CUSTOM_CODE_EFWKU20 383
AGS_CC_CCLM_EXTRACT
3 FORM SAPLAGS_CUSTOM_CODE_EFWK LAGS_CUSTOM_CODE_EFWKU20 1
AGS_CC_CCLM_EXTRACT
2 FORM SAPMSSY1 SAPMSSY1
Read more...
Environment
SAP Solution Manager 7.2 SP07
Product
Keywords
GETWA_NOT_ASSIGNED,Custom Code Field Extractor ( NEW ), field, symbol, SAPLAGS_CUSTOM_CODE_EFWK, function module. , KBA , SV-SMG-CCM , Custom Code Management , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.