Hello Team,
I'm getting error while trying to create facilities.
Scenario as below: I enter details in structure and charges tab and click to rules tab i get the dumP error as below
***************************************************************************************************************************************************
Category ABAP Programming Error
Runtime Errors GETWA_NOT_ASSIGNED
ABAP Program SAPLFTR_SYNDICATION
Application Component FIN-FSCM-TRM-TM-TR
Date and Time 16.08.2013 19:06:42
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| Field symbol has not yet been assigned. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| Error in the ABAP Application Program |
| |
| The current ABAP program "SAPLFTR_SYNDICATION" had to be terminated because it |
| has |
| come across a statement that unfortunately cannot be executed. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Error analysis |
| You attempted to access an unassigned field symbol |
| (data segment "-1"). |
| |
| This error may occur if |
| - You address a typed field symbol before it has been set with |
| ASSIGN |
| - You address a field symbol that pointed to the line of an |
| internal table that was deleted |
| - You address a field symbol that was previously reset using |
| UNASSIGN or that pointed to a local field that no |
| longer exists |
| - You address a global function interface, although the |
| respective function module is not active - that is, is |
| not in the list of active calls. The list of active calls |
| can be taken from this short dump. |
|
**************************************************************************************************************************************************************
But when i enter structure tab charges tab , profile tab then when i click to rule tab its working perfectly.
Could anyone suggest what would be the reason, Please find attached error note.
Regards,
Jain