cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to work around run_tbl_allocation in NW

Former Member
0 Likes
199

Hello Experts,

We are facing an issue with a migration from ms to nw version project. In ms version, the procedure with "run_tbl_allocation" is used and it can be seen roughly with the guidance document here starting from page 16th with the title "Table-based allocations".

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e09eb0c0-87b1-2b10-06be-f1061a206...

Is there anybody can suggest us how to do the workaround with this method in NW version?

Thanks and greetings,

EE

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

In some cases it's possible to call an SAP allocation method from BPC script logic BADI. Can you share your case and i can tell you if it fits those conditions. Assuming you are ready to write a simple BADI in ABAP.

former_member186338
Active Contributor
0 Likes

Hi Emre,

Ups, it's absolutely impossible to use run_tbl_allocation in nw (and no workaround). You have to rethink the logic using normal allocation command. No general solution.

Vadim