cancel
Showing results for 
Search instead for 
Did you mean: 

GEN_NO_GENINFO_FOR_DATID Dump while developing Adobe forms

former_member182760
Participant
0 Kudos

I got this Runtime Errro while Executing Adobe Form with Transaction ME23n.

Earlier it was working fine but when I made some changes in layout this problem arises..

Please help....

it states...

Runtime Errors         GEN_NO_GENINFO_FOR_DATID

Date and Time          27.08.2012 20:19:30

   

Short text

     No generation information for DATID "%_#D4874".

    

What happened?

     Processing had to be terminated because an internal error

     occurred when generating the ABAP/4 program "/1BCDWB/SAPLSM

     

What can you do?

     Note which actions and input led to the error.

     For further help in handling the problem, contact your SAP

     .

     You can use the ABAP dump analysis transaction ST22 to view

     termination messages, in particular for long term reference

      

Error analysis

     There is no generation information for the internal ID "%_#D4874".

     This is most probably due to an invalid DATID or an

     object type for which no generation information is

     kept in general.

     Possible causes of the error are:

     - An RSYN programming error

     - Internal constants such as these were used:

         %_ENDIAN, %_CHARSIZE, %_MINCHAR, %_MAXCHAR, %_HORIZONTAL_TAB,

         %_VERTICAL_TAB, %_NEWLINE, %_CR_LF, %_FORMFEED oder %_BACKSPACE.

     For these constants, generation information is generated for

     oprimization reasons. Therefore, these constants can only be

     used, in generaly, for the VALUE specification of DATA,

     CONSTANTS, and so on.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182760
Participant
0 Kudos

Solved...!

I used some string operation in Interface of Forms.

After commenting it... It got resolved....

Answers (0)