‎2008 Apr 25 4:04 PM
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
‎2008 Apr 25 8:32 PM
Hi Giri,
You could go to the Tables Parameters in BAPI_INQUIRY_CREATEFROMDATA2 and look at the Long Text for EXTENSIONIN.
‎2008 Apr 25 8:32 PM
Hi Giri,
You could go to the Tables Parameters in BAPI_INQUIRY_CREATEFROMDATA2 and look at the Long Text for EXTENSIONIN.
‎2008 Apr 28 4:26 PM
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