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: 

ALE_RESERVATION_CREATE1 -

Former Member
0 Kudos

Hi Everyone,

I need to do the reservations load so for that i m planning to use FM ALE_RESERVATION_CREATE1.

But there is a mandatory TABLE parameter PROFITABILITYSEGMENT which i dont require and not sure about how to use.

Any Help is appreciated.

Thanks & Regards,

Ankur

1 ACCEPTED SOLUTION

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Ankur!

Just define a internal table like BAPI_PROFITABILITY_SEGMENT. You don't have to fill this table, just assign it in call function. Then calling will be syntactically correct and you don't have unnecessary data.

Regards,

Christian

1 REPLY 1

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Ankur!

Just define a internal table like BAPI_PROFITABILITY_SEGMENT. You don't have to fill this table, just assign it in call function. Then calling will be syntactically correct and you don't have unnecessary data.

Regards,

Christian