on ā2025 May 27 11:12 PM
Hi Gurus,
I have a field J_1BNBM in EKPO table which is getting field with control code.
There is validaion in po creation ME21N using method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM to make the field as mandatory due to which I am getting the
same error while using the BAPI_PO_CREATE1.
However, there is no field available in line item of BAPI_PO_CREATE1 of related to J_1BNBM or control code.
The bapi will only post the PO if I could able to pass control_code(J_1BNBM) using the same BAPI.
I thought of using as well as tried to achieve it through extension . But extension is for only customer add on fields .
J_1BNBM is standard field in EKPO and not customer field.
How to resolve this issue as I am at crossroads now ?
Request clarification before answering.
In table parameters POITEM and POITEMX, the relevant field name is BRAS_NBM.
NB: Look at data element from SE11 on EKPO, 'Further Characteristics' tab, field 'Default Component Name'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
use method by get_data,you can get the value of field for J_1BNBM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.