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

Custom field for bapi_pr_create

Former Member
0 Likes
1,716

Hello Experts,

I have a requirement of adding custom field at the header level. Can i use bapiextensionin in the FM BAPI_PR_CREATE

if yes what is the structure that need to be modified for appending new fields and transfer the data to the EBAN table.

Thanks in advance.

Praveen

6 REPLIES 6
Read only

Former Member
0 Likes
1,370

hi

check in the customzation of Purchase requisition screen whether the addition new custom field is available the use it by creating a customzation transport request in stead of BAPI.

Read only

Former Member
0 Likes
1,370

what new field you want to include?

Read only

0 Likes
1,370

It was a name field of character 40

can't we append a custom field to header?

Regards,

Praveen

Read only

Former Member
0 Likes
1,370

Updated custom fields using extensionin structure in BAPI_PR_CREATE

Read only

umberto_panico
Participant
0 Likes
1,370

Hi to All,

I've the same problem, using BAPI_PR_CREATE and filling EXTENSIONIN ( BAPI_TE_MEREQITEM/X)

the custom field has not filled. I've also tried to implement BADI ME_PR_CUST but doesn't work.

Please help up.

Thanks a lot.

Umberto

Read only

0 Likes
1,370

Hi Umberto, Did you solve your problem?

thanks