cancel
Showing results for 
Search instead for 
Did you mean: 

custom fields to backend

Former Member
0 Kudos

I have custom field at header level in purchase order. Our's is extended classic scenario, mapping is fine at header level as i see while debug in the BADI BBP_ECS_PO_OUT_BADI,

*-- PO CUF at header level

MOVE 'POHEADER' TO wa_cust-refobject.

*-- RFQ DATE

MOVE 'ZZRFQDAT' TO wa_cust-fieldname.

MOVE is_header-zzrfqdat TO wa_cust-container.

APPEND wa_cust TO ct_bapi_customer_fields.

CLEAR wa_cust.

*--PO Release date

MOVE 'POHEADER' TO wa_cust-refobject.

MOVE 'ZZPODAT' TO wa_cust-fieldname.

MOVE lv_po_rel_date TO wa_cust-container.

APPEND wa_cust TO ct_bapi_customer_fields.

Still i cant find the field at the backend.

I have enhanced the CI_EKKODB with two fields at the R/3 level.

Clean_reqreq_up and BBP_GET_STATUS_2 have also been executed.

Am i still missing something?

Accepted Solutions (0)

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

To transfer SRM CUF value to your R/3 Zfield, you have to create structure CI_EKPODBX from scratch , append your Zfield and then activate it !

Kind regards,

Yann

Message was edited by:

Yann Bouillut