Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error while running PA30 / Internal error when generating code. Field "R0000_BEGDA-SIGN" is unknown.

p190355
Active Contributor
0 Kudos

Hello..

While trying to take TCode PA30, I get an error message :
Internal error when generating code. Field "R0000_BEGDA-SIGN" is unknown.

I futher debugged to find the error to be in the include : LHRBAS00GENERICSELECTIONF02

* begin of note 0645435
          GENERATE SUBROUTINE POOL repcode NAME progname
                     MESSAGE error_message
                     LINE error_line
                     WORD error_word.
          IF sy-subrc NE 0.
            MESSAGE e100(pais) WITH error_message.
          ENDIF.
* end of note 0645435

Also, variable : repcode NAME progname are found to be empty.

What could be the issue?

Best Regards,
Remi

3 REPLIES 3

p190355
Active Contributor
0 Kudos

Closing this Thread with Solution

Ran report : RHT777DCHECK , to check infotype for 0000 of values maintained against Tables T777D/T77ID

Maintained the values against customising table : T777D, the DB Table value :

There was an Applicant DBTable maintained, that was cleared off.

Now, PA30 runs without any errors.

Former Member
0 Kudos

Hi,

For you PA30 screen is available ah?

OR when you write the IT, after that its going for dump ah?

Regards,

Vijay

0 Kudos

The PA30 screen does not pull up, due to this error.

The issue now, holds resolved, Vijay.


Cheers,

Remi