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/FM to create internal order with investment program

Former Member
0 Likes
1,818

Hi Experts,

We have a requirement to automate create internal order(KO01) with investment program.

I could find a BAPI BAPI_INTERNALORDER_CREATE but realised that there is limitation .

'Investment management fields are also not supported.'

As per our system configuration investment program is mandatory so using this BAPI wouldn't help.

Please suggest on any BAPI/FM for this purpose ( Using BDC would be last option ).

Note : I did my initial investigation in SDN and googled too,but no luck.

Regards

Pallavi

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
954

AFAIK there are no other BAPI, did you check for OSS notes available for your version (e.g. 2054684 - BAPI_INTERNALORDER_CREATE: Investment profile not transferred to settlement rule)

Regards,

Raymond

Read only

0 Likes
954

Thanks for your response Raymond, and sorry for a delayed reply.

As suggested, I have checked the OSS notes and couldn’t find any appropriate for my requirement.

Note 2054684 is referring to Investment profile, but in my case the fields Investment program ,year and position id are mandatory.

Kindly help on this.

Regards

Pallavi

Read only

0 Likes
954

Alas, I fear you have to rely on good old BDC or a mix (create with BAPI, COMMIT with WAIT option and then update with the smallest BDC)

Regards,

Raymond

Read only

0 Likes
954

Hi Raymond,

Thanks so much for the suggestion,followed the same BDC to create an internal order.