cancel
Showing results for 
Search instead for 
Did you mean: 

Hi,How to trace line item number in SHC

Former Member
0 Kudos

Hi friends,

I would like to know from where this line item number in SHC comes?

Wether we need to do any settings or it is system generated?

In my case this is jumping like if one item in SHC is having line item number 1 then next one is coming like 20 ?....so its a strange......

Regards,

Navneet

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

<u>SPRO Path</u>

Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Number ranges -> Define number ranges for shopping cart and follow-on documents

<u>In SPRO Setting, you define number range settings for shopping cart, etc.. using SNUM / BBNU transactions.</u>

Technically speaking, there is a field NUMBER_INT inside the BADI Standard SRM Structure, which is called at run-time to create a number (Satrting with 10, then 20, then 30, and similarly onwards... ). [Similar to the line item numbers, what are created in R/3 system Purchase order number, Sales order number transactions]. Incase you implement BBP_DOC_CHANGE_BADI, you can find the detailed numbers in every line item..

Hope this will help.

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

Nice to see your quick reply.

But I am more concern about line item number.....it means like shc no. 1234 / 1.....1234/2....and ....

So here line item numbers are like 1 and 2 but in my case its jumping like 1..2......20...40..like this.So why the system is behaving like this way?

Navneet.

Former Member
0 Kudos

Hi

In SRM Web browser side display, it should ideally display 1, 2, 3, 4.. and so on.. etc..

But in SRM GUI display, it will be displaying 10, 20, 30 40,, etc

<u>NUMBER_INT (Item Number)

NUMBER_EXT (External Item Number)</u>

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi,

But why this jumping is happening?

Can u check that?

Navneet.

Former Member
0 Kudos

Hi

May be some Active Customer BADI is responsible here or may be possibly due to some SAP bug.

Try de-activating the customer implementations of BBP_DOC_CHANGE_BADI / BBP_ITEM_CHANGE_BADI using SE19 Transaction, if any.. and then try again.

Please raise a Customer OSS Message with SAP as well.

Do update me as well.

Regards

- Atul

yann_bouillut
Active Contributor
0 Kudos

Hi,

I have misunderstood your question and thus have deleted my answer.

I my SRM50 SP7 system, i do have the same line item numbering between BID and PO (1,2,3,..); i do not have any 10,20,30..

Kind regards,

Yann

former_member206439
Contributor
0 Kudos

Hi Navneet,

The jumpping reason is.

When ever your adding a line item in shopping cart the NUMBER_INT will start from 1,2,3,4...

Example 1-

suppose you created a shopping cart with 6 line items then NUMBER_INT will be having 1,2,3,4,5,6

and you deleted some line items say 4 and 6

then system will show 4 line items with 1,2,3,5

and again if you add 5th line item it will create with NUMBER_INT with 7.

This is standard behaviour of SRM system

But when your creating line item in ECC system system will create 5 line items with 10,20,30,40,50 etc correctly with out jumpping.

Let me know is your doubt cleared or not.

Regards

Naresh

former_member183819
Active Contributor
0 Kudos

in the bbp_pd

deleted items will be inactvate ..after you run clean req job

sap says SRM is different ECC is different...

jay any thoughts. every customers expects system should behave same as ECC . but it is not diagonised by customer.

what a consulant to do here. why sap did not bother this behavior.

yann_bouillut
Active Contributor
0 Kudos

-