cancel
Showing results for 
Search instead for 
Did you mean: 

Dump for ME53n for one Per Req Doc no

Former Member
0 Kudos

Dear Friends

Am first time working with MM and SD ... for only one Purchase Requisition doc no  it is giving dump  once  i run ME53N and  click on tab  Service / Limit

dump is coming only for these two tabs and only for this Per Req Doc no

am attaching dump  ..   from dump  .. it seems  empty table is user while insert  .. but it is inside standard program so it is tedious to debug and all

is there any table  or some thing else where i can directly compare the data of this Per  Req Doc   for  Service and Limit Tab   data

Thanks & Regards

Meeta

Accepted Solutions (1)

Accepted Solutions (1)

krishna_k19
Contributor
0 Kudos

Hi Meeta,

      Pls check ESLL table , what is the the quantity field & UOM wt you maintained byusing the PR no.(EBAN tab-Pur.Req no & in this table u can find PACKNO field map with ESLL-PACKNO).

why this error is may be because of some wrong data enterd.

pls check & revert.

Regards,

Krishna

Former Member
0 Kudos

Hi Krishna   i saw  ur reply little late  and  find in debug that ESLL  was not maintained properly

your answer is  fully correct  🙂  Thanks Alot ...  i selected Liked option  but not sure how to give points  😞

krishna_k19
Contributor
0 Kudos

click on your communications , you will get that post then there latest time you will get  click on that button then you'l get another screen like correct answer & helpful answer .

Thanks & Regards,

Krishna

Answers (2)

Answers (2)

Venkat_Sesha
Advisor
Advisor
0 Kudos

Hi Meeta,

You dont need to debug everything.

The error message is clear from your attachment.

Error is because of Insert Satement with Sy-Tabix.

So open ME53N, Before you click Service tab, Break the code with /h debug mode.

then goto menu - > Break At Statement. Enter the Command 'INSERT' in it.

Hit enter, Save break points. Execute. It will stop at the Insert statement.

Check the data in the Itab. Simple.

Hope this helps.

bastinvinoth
Contributor
0 Kudos

Check the data's what you have entered on that screen.

Also Check the Purchase record related tables

whether it is active or not ?

it its in 'INACTIVE' mode goto-> SE14 and do ACTIVATE AND ADJUST TABLE.

Regards,

Bastin.G