cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum line item in settlement rule (need more than 999)

Former Member
0 Kudos

Hi All

Requirement is our user needs more than 999 distribution rules in an Internal order settlement rule

I have gone through the forum and find out one thread

http://scn.sap.com/thread/2053635

Above thread is explains, it has been done by some development

So how can I achieve this functionality by development

Thanks in advance and inputs will be rewarded

Vishnu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184065
Active Contributor
0 Kudos

Copy the same program which you are using for settlement, like KO88 program and ask your ABAPer to make Z Tcode and explain him the requirement that the line items should be like 1500 in settlement rule.

Just a trial, sorry if it doesn't work

Thanks

Former Member
0 Kudos

Hi Narendra

No problem with the program, problem with the field length KO02 settlement profile ie 3 (COBRB-EXTNR)

I can not change the length 3 to 4 for a standard field, it may affect so many areas

So any other work arounds

Thanks

vishnu

narasimhulu_konnipati
Active Contributor
0 Kudos

Vishnu,

I do not thin we need 999 line items for one order to settle to AUC, CTR, or GL. It is always better creating an additional order or WBS element when you see more than 999 line items to fill in Settlement rule.

May i know the business requirement please?

Former Member
0 Kudos

Hi Narasimhulu,

Actually we have one Internal Order and got settled to AUC. From that AUC we need to settle to final asset with amount 40,000 for every asset. Since its huge amount it is exeeding 999 lines

So how can i proceed further in this situation

As i mentioned above link, somebody did this with a development

So any work arounds

Vishnu

Former Member
0 Kudos

Hi

Anybody come across this kind of situation

Thanks

vishnu

former_member464436
Participant
0 Kudos

Hi Vishnu,

In which version your client is using.

Thanks,

Venkat

Former Member
0 Kudos

Hi Vishnu,

I am facing this issue now.How did you resolve?

Former Member
0 Kudos

Hello Selva,

I raised OSS for this issue and sap proposed three options

You have 3 options:

1.       Create new order.

2.       Use program Z_SAP_SRULE_DEL_DISTR_GROUPS to delete unused distribution rule groups,

          you can execute it through transaction code SE38 or SA38. 

3.       Use of program Z_SR_DEL to delete used Rules, however after deleting already used rules it is

         IMPOSSIBLE in future to cancel already processed settlements.

  SAP recommend the first option. so go with KB61 to repost the line items.

Reg

vishnu