Application Development 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: 

fund center in BAPI_SALESORDER_CREATEFROMDAT2

raktim_banerjee
Participant
0 Kudos

Hi All

I am creating sales order from using RFC BAPI_SALESORDER_CREATEFROMDAT2.

How will I pass fund center to this bapi?

Fund center is available in go to> item > account assignment in VA01 screen.

Plese help.

Thanks is advance .

Raktim.

8 REPLIES 8

Former Member
0 Kudos

Raktim,

We are running 5.0 and I do not see a field called FUND CENTER on that screen. I see a PROFIT CENTER, however.

Perhaps you have:

a) extra config turned on to make this FUND ctr visisble

b) an older version of R/3

c) the wrong name identified

Can you clarify?

0 Kudos

Hi john

Thanks for ur answer.

We also cannot see this field in our office but is available in client side. This is available in addition to cost center. There is a button "FM accassignt" the that particular screen. If I ress that button I get a popup where I need to give fund center.

Thanks

raktim

LucianoBentiveg
Active Contributor
0 Kudos

We have the same prolem with CeCo and use "set parameter id" before bapi call, and "get parameter id" in MV45AFZZ, FORM USEREXIT_MOVE_FIELD_TO_VBAK.

May be is helpfull for you too.

Good Luck.

0 Kudos

Hi Peluka

I got the form u r talking about. I cannot find FISTL (Fund center) in VBAP table. Can you please tell me where I need to put data of fund center (FISTL).

Thanks

raktim

naimesh_patel
Active Contributor
0 Kudos

Hello,

I am also not able to see the FUND CENTER in VA01.

If you mean profit center than use field PROFIT_CTR

Regards,

Naimesh

0 Kudos

Or perhaps, your company has altered core and changed the screen's text to read FUND CENTER.

Go to the screen, set focus in it, and press F1, and then Technical Info.

Is the screen field defined as COBL-PRCTR ?

If this field def is COBL-PRCTR... then set...

ORDER_ITEMS_IN-PROFIT_CTR = (your profit/fund center) .

ORDER_ITEMS_INX-PROFIT_CTR = 'X'.

for each line item that you want to change.

Then call the BAPI.

Don't forget those points.

Former Member
0 Kudos

Try running it without the funds center. If you get an error messave, that may help you determine what to do next.

Rob