Application Development and Automation 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: 
Read only

Error when calling a form from another program

Former Member
0 Likes
600

Hi all,

I'm using the following code in EXIT_SAPLV50Q_001:

PERFORM STATIC_CREDIT_CHECK(SAPLVKMP)

USING '' LIKP-KKBER LIKP-KNKLI '' 'X'

CHANGING RC_CHECK_A RC_CHECK_F RC_WARNING RC_ERROR RC_STATUS_SET CMPSA

I'm getting the following error:

GETWA_NOT_ASSIGNED - Field symbol has not yet been assigned in line LOCAL: XVBKD-PRSDT which is in FORM MESSAGE_EXCEEDED_VALUE.

I have assigned a value for field XVBKD-PRSDT so it won't be initial, but this was not helpful.

Any ideas would be appreciated.

Hagit

3 REPLIES 3
Read only

Former Member
0 Likes
532

HI Hagit,

can u paste how did u define filed-symbol?

Read only

0 Likes
532

Hi guest,

the data definition is:

DATA: XVBKD LIKE VBKDVB OCCURS 0 WITH HEADER LINE.

the assignment:

XVBKD-PRSDT = likp-erdat.

Thanks,

Hagit

Read only

0 Likes
532

Does anybody has an answer to this question?

Please, any help would be mostly appreciated.

Thanks,

Hagit