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

BAPI_INQUIRY_CREATEFROMDATA2 ?

Former Member
0 Likes
582

HI Experts,

I have some new custom fields in Additional DATA B screen and user can enter the values in those fields. I appended a structure with these fields in VBAP table.

my question is.... at the time of creating a inquiry... Standard program go thru BAPI_INQUIRY_CREATEFROMDATA2 and create and populate the values in all respective tables.

How can i populate my custom field values in VBAP table?

Am i need to create ZBAPI_INQUIRY_CREATEFROMDATA2 or is there any USEREXIT available to achieve this?

quick response will be appreciated...

any info abt this guys?

Giri

Edited by: Giri K on Apr 25, 2008 3:14 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

Hi Giri,

You could go to the Tables Parameters in BAPI_INQUIRY_CREATEFROMDATA2 and look at the Long Text for EXTENSIONIN.

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi Giri,

You could go to the Tables Parameters in BAPI_INQUIRY_CREATEFROMDATA2 and look at the Long Text for EXTENSIONIN.

Read only

0 Likes
483

Hi Keith,

Can u explain more?

even if i added custom fields in tables parameters then also i need to pass the values to there parameters.... where can i change code...

Giri