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

PR Creation with additional custom filelds by BAPI_PR_CREATE - BADI Help

Former Member
0 Likes
990

Hi all,

My requirement is PR creation by BAPI_PR_CREATE FModule .

for pr item level customer fields added in the EBAN table append structure CI_EBANDB. .

i am creating PR by using Funcation module BAPI_PR_CREATE.

In this Function Module I have to pass the structure name and field values in the EXTENTIONIN .

after that i have to create PR and populating the two custom field values in the EBAN Table.

how to proceed for updating the customer field values in the eban table.

thanks in advance.

sri

Hi all,

My requirement is PR creation by BAPI_PR_CREATE FModule .

for pr item level customer fields added in the EBAN table append structure CI_EBANDB. .

i am creating PR by using Funcation module BAPI_PR_CREATE.

In this Function Module I have to pass the structure name and field values in the EXTENTIONIN .

after that i have to create PR and populating the two custom field values in the EBAN Table.

how to proceed for updating the customer field values in the eban table.

thanks in advance.

sri

1 REPLY 1
Read only

Former Member
0 Likes
504

Hi Sri,

To proceed for updating the customer field values in the eban table u need to Extend the BAPI first.

Please check this link for BAPI Extension

http://help.sap.com/saphelp_46c/helpdata/en/c3/4099a68b8911d396b70004ac96334b/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c3/4099ac8b8911d396b70004ac96334b/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c3/40999d8b8911d396b70004ac96334b/content.htm

Example for Filling the ExtensionIn Parameter

http://help.sap.com/saphelp_nw04/helpdata/en/6b/3f6d2b6d0711d396a50004ac96334b/content.htm

<removed_by_moderator>

Best regards,

raam

Edited by: Julius Bussche on Jun 23, 2008 8:18 PM