cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed asset IDOC bapi not found

Former Member
0 Kudos

Hi

I want to use import fixed asset by message FIXEDASSET_CREATEFROMDATA1 (process code set to BAPI in profile partners)

but I got message when processing IDOC

Function module not allowed: BAPI_IDOC_INPUT1.

Message FIXEDASSET_CREATE works fine but this not.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kosmo,

Goto Se37 and check whether the BAPI_IDOC_INPUT1 function module exists or not.

Former Member
0 Kudos

Yes FM for processing exist IDOC_INPUT_FIXEDASSET_CREATE1 but maybe process code BAPI isn't correct?

Former Member
0 Kudos

Are you able to pass the process code properly into BAPI, try to debug and check.

xinjiang_li
Active Participant
0 Kudos

Check in WE57 whether relevant entries exist,and also go to SWO1 to check whether following entries exist and have been released.

Former Member
0 Kudos

Problem was with structure. I correct it and now it works.