cancel
Showing results for 
Search instead for 
Did you mean: 

Dump GETWA_NOT_ASSIGNED in BBPCF02 - program SAPLGCNV

Former Member
0 Kudos

Hi,

it's some days that users can't post goods issues in SRM because the system give them the following dump.

Can anyone help me to understand? What can I check?

Err. run-time GETWA_NOT_ASSIGNED

Data e ora 16.07.2007 16:17

Tsto br. Field symbol has not yet been assigned.

Causa dell'errore

Error in ABAP application program.

The current ABAP program "SAPLGCNV" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Possibili soluzioni

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

is especially useful if you want to keep a particular message.

Analisi errori

You attempted to access an unassigned field symbol

(data segment 32771).

This error may occur for any of the following reasons:

- You address a typed field symbol before it is set using ASSIGN

- You address a field symbol that points to a line in an internal table

that has been deleted

- You address a field symbol that had previously been reset using

UNASSIGN, or that pointed to a local field that no longer exists

- You address a global function interface parameter, even

though the relevant function module is not active,

that is it is not in the list of active calls. You can get the list

of active calls from the this short dump.

-


"GETWA_NOT_ASSIGNED" C

"SAPLGCNV" or "LGCNV$02"

"G_CONVERT_OUTPUT"

-


Utente e transazione

Client................ 100

User.................. "DONEGAI"

Language key....... ..."I"

Transaction............"BBPCF02 "

Program............... "SAPLGCNV"

Screen.............. .."SAPLBBP_PDH_CUF 0100"

Row in Screen..........6

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Atul,

I found the problem.

I inserted a new field in INCL_EEW_PD_HEADER_CSF_PO but I forgot to insert it in the INCL_EEW_PD_HEADER_CSF structure.

For anyone that could have the same problem you can refer to 672960 Note (User-defined fields 2)

Atul thanx for you help.

Bye

Lara

Former Member
0 Kudos

The system gives the error

Per CI_BBP_HDR_PO there isn't an active table (class message DA number message 300)

We have the 5.00 Version, and I checked in SE11 for the table or structure CI_BBP_HDR_PO but I can't find it.

Please help me.

Thanks

Lara

Former Member
0 Kudos

Hi

Please take help of ABAP Person here. Please confirm whether there are any custom fileds added to the Standard functionality in this case.

<b>Using SE11, select the radio button Data type both in the SRM and R/3 systems, and type the name CI_BBP_HDR_PO and then check whether this structure exists or not.</b>

<u>Some related SAP OSS Notes to check -></u>

Note 940242 - ECS: Enhancement fields not transferred to back end

Note 874905 - Transferring customer fields in extended classic scenario

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi,

Pls see the foll notes:

1064208 Dump GETWA_NOT_ASSIGNED in transaction BBPIV03

1066498 Dump GETWA_NOT_ASSIGNED by processing invoices

1060736 GETWA_NOT_ASSIGNED Dumps in SUS

1050500 Dump getwa_not_assigned when you navigate in SUS PO

1048829 Dump getwa_not_assigned in SUS purchase order

909123 SRM-SUS :Short Dump GETWA_NOT_ASSIGNED

1017725 Dump GETWA_NOT_ASSIGNED with customer fields

955435 GETWA_NOT_ASSIGNED during transfer of ERS credit memos

BR,

Disha.

Pls reward points for useful answers.