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

Some of the fields are not comming while using BAPI-BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
852

Hi experts,

I am using one BAPI to store data , so that i can view it using FB03 transaction.

But my problem is when i use that transaction and enter document number , fiscal year and company code,

i am not getting some of the fields like FUND CENTER, Functional Area,Business Area in front of VENDOR.

how can i solve this problem, because for uploading all this data for vender the table available in BAPI is ACCOUNTPAYABLE,

and there is no filed like fund center in that table , so my question is that how can i get those fields in FB03 transaction.

and there is a provision given to display those fields in that transaction that means it is possible to insert those fields.

Plus these fields are available in BAPI table "ACCOUNTGL",

and because of this table i am getting values in front of other fields but not in front of VENDOR.

how to get those fields in front of VENDOR.

5 REPLIES 5
Read only

Former Member
0 Likes
658

Hi,

Someone please help me for the above problem.

Read only

Former Member
0 Likes
658

Kindly check follwoing tables

ACCOUNTGL table for

costcenter - FUND CENTER

FUNC_AREA - Functional Area

table ACCOUNTPAYABLE

bus_area for Business Area .

hope it helps.

anya

Read only

0 Likes
658

ya fund center is there in accountgl table but , the values which i am assigning to this filed in accountgl table is coming in front of

G/L account but not infront of vendor,

i also want fund center in front of vendor.

FB03 display view,

NO. ACOUNT Desc Amt Fund Fun_center Fun_area

1 GLACOUNT ABC 10 11 123233 122

2 VENDOR DEF 20 11 123233 BLANK

This is what my FB03 transaction looks like when we enter document number.

My problem is that why i am not getting Fun_area infront of VENDOR.

and i think table used for VENDOR in the bapi is accountpayable

and there is nothing like fund center and functional area,

but i am geeting fund_center even though it is not there in that table.

i also want to print fun area in front of vendor how to do it.

Read only

0 Likes
658

Please help.

Read only

0 Likes
658

Still waiting for some genius to provide at least some hint for my problem.