Quantcast
Channel: SCN : Popular Discussions - SAP ERP SD Sales
Viewing all 766 articles
Browse latest View live

No PXA storage space available at the moment

$
0
0

Dear all,

 

After delivery i am this dump, plz guide me how to solved this issue"NO PXA STORAGE SPACE AVAILABLE AT THE MOMENT"

 

Runtime Errors         PXA_NO_FREE_SPACE                                                           

Date and Time          25.08.2009 00:45:08                                                         

Short dump has not been completely stored (too big)                                                

-

-


 

Short text                                                                               

No PXA storage space available at the moment.                                                

 

What happened?                                                                               

The current ABAP/4 program had to be terminated because there                                

    was no space available to load it.                                                                               

Each ABAP/4 program to be executed is stored in a central                                    

    storage area that is divided between all users.                                              

    This area was too small to hold all currently active programs for all                        

    users.                                                                               

Resource bottleneck                                                                               

The current program "SAPLARFC" had to be terminated because                                  

    a capacity limit has been reached.                                                           

 

Error analysis                                                                               

Unable to load a program of 1837056 bytes.                                                   

    The PXA ('program execution area') was too small to hold all                                 

    currently active programs for all users.                                                     

    At present, the size of the PXA is set at 144868 Kbytes.                                     

    The largest contiguous and unlocked memory chunk has 1764352 bytes.                          

    Last error logged in SAP kernel                                                                               

Component............ "NI (network interface)"                                               

    Place................ "SAP-Gateway on host gcecc62 / sapgw00"                                

    Version.............. 38                                                                     

    Error code........... "-2"                                                                   

    Error text........... "hostname 'xxxxxx' unknown"                                            

    Description.......... "NiHsLGetNodeAddr: hostname cached as unknown"                         

    System call.......... " "                                                                    

    Module............... "nixxhsl.cpp"                                                          

    Line................. 223                                                                               

The error reported by the operating system is:                                               

    Error number..... " "                                                                        

    Error text....... " "                                                                               

Trigger Location of Runtime Error                                                                

    Program                                 SAPLARFC                                             

    Include                                 LARFCU07                                             

    Row                                     25                                                   

    Module type                             (FUNCTION)                                           

    Module Name                             ARFC_BP_REQUEST                                      

 

Source Code Extract                                                                               

Line      SourceCde                                                                               

1     function arfc_bp_request.                                                                  

    2     *"----

-


 

    3     ""Lokale Schnittstelle:                                                                  

    4     *"  IMPORTING                                                                               

5     *"     VALUE(REPORT) LIKE  SY-REPID                                                        

    6     *"     VALUE(STARTDATE) LIKE  TBTCJOB-SDLSTRTDT DEFAULT '00000000'                         

    7     *"     VALUE(STARTTIME) LIKE  TBTCJOB-SDLSTRTTM DEFAULT '000000'                           

    8     *"     VALUE(TID) LIKE  ARFCTID STRUCTURE  ARFCTID                                         

    9     *"----

-


 

   10                                                                               

11       data: hlen      type i,                                                                  

   12             diff      type i,                                                                  

   13             jobname   like tbtco-jobname,                                                      

   14             jobnummer like tbtcjob-jobcount,                                                   

   15             istate    like arfcsstate occurs 0 with header line.                               

   16                                                                               

17     * Plausibilitätsprüfung                                                                    

   18       check tid <> space.                                                                      

   19                                                                               

20     * Jobname erzeugen                                                                         

   21       jobname = 'ARFC: '.                                                                      

   22       hlen = strlen( jobname ).                                                                

   23       write tid to jobname+hlen.                                                               

   24                                                                               

>>>>>       call function 'JOB_OPEN'                                                                 

   26            exporting                                                                               

27                 jobname          = jobname                                                     

   28            importing                                                                               

29                 jobcount         = jobnummer                                                   

   30            exceptions                                                                          

   31                 cant_create_job  = 1                                                           

   32                 invalid_job_data = 2                                                           

   33                 jobname_missing  = 3                                                           

   34                 others           = 99.                                                         

   35       if sy-subrc <> 0.                                                                        

   36         perform batchjob_error_handling using tid report.                                      

   37         exit.                                                                               

38       endif.                                                                               

39                                                                               

40       submit (report) and return  with tid  = tid                                              

   41                                   with qoutsked = 'X'                                          

   42                                   via  job    jobname                                          

   43                                        number jobnummer.                                       

   44                                                                               

Thanks and regards

CSR

 


Control indicators for controlling area XXXX do not exist

$
0
0

Hi Gurus,

 

Am creating a new company code, and while trying to procces a sales order the get the following error:

 

Control indicators for controlling area xxxx do not exist

Message no. KI102

 

Diagnosis

No control indicators exist in fiscal year 2009 for controlling area xxxx.

 

System Response

No further processing is possible without valid control indicators in the controlling area.

 

Procedure

Check your entries or define control indicators for controlling area xxxx, fiscal year 2009 in configuration. Make sure that the fiscal year in the control indicators is a "from" fiscal year.

 

 

I have tried the follwoing trouble shooting step:

  • T code- okkp and activated all the components and checked the sales order option.

 

What might be the issue ?

 

Regards,

Harish

List of open sales order deliveries

$
0
0

Hi Gurus

 

I'm trying to fetch the list of open sales order relevant deliveries in the system. Is there any standard report to fetch the same?

 

In the current requirement, we have tried the below logic:

Join table VLPMA & VBUK at VBELN

VLPMA u2013 Pass MATNR(Material) & LFART(Delivery Type) and fetch VBELN values

VBUK u2013 VBELN values from above with WBSTK(Goods Movement status) Not Equal to C {open deliveries}

LIPS u2013 Pass VBELN from above and MATNR & WERKS to fetch open sales order relevant deliveries for a material in a plant.

 

The above logic takes a lot of time to execute and hence the report has performance issue. Is there any other means to link the multiple fields in the Deliveries to fetch, only sales order deliveries that are still open?

 

Regards

Deepak Prasanna S

transaction code for all module in excel-sheet

$
0
0

Hi Gurus,

 

How to copy the all transaction code for all module in excel-sheet from the SAP menu.

 

full mark to answer.

change IDoc status from 52 to 53 without changing the IDoc numb

$
0
0

Hi Experts,

 

Is there any standard SAP program available which help me to change IDoc status from 52 to 53 without changing the IDoc number ?

 

Your early reply would be highly appreciated.

 

Thanking you.

 

Cheers,

Khukoo

No PXA storage space available at the moment

$
0
0

Dear all,

 

After delivery i am this dump, plz guide me how to solved this issue"NO PXA STORAGE SPACE AVAILABLE AT THE MOMENT"

 

Runtime Errors         PXA_NO_FREE_SPACE                                                           

Date and Time          25.08.2009 00:45:08                                                         

Short dump has not been completely stored (too big)                                                

-

-


 

Short text                                                                               

No PXA storage space available at the moment.                                                

 

What happened?                                                                               

The current ABAP/4 program had to be terminated because there                                

    was no space available to load it.                                                                               

Each ABAP/4 program to be executed is stored in a central                                    

    storage area that is divided between all users.                                              

    This area was too small to hold all currently active programs for all                        

    users.                                                                               

Resource bottleneck                                                                               

The current program "SAPLARFC" had to be terminated because                                  

    a capacity limit has been reached.                                                           

 

Error analysis                                                                               

Unable to load a program of 1837056 bytes.                                                   

    The PXA ('program execution area') was too small to hold all                                 

    currently active programs for all users.                                                     

    At present, the size of the PXA is set at 144868 Kbytes.                                     

    The largest contiguous and unlocked memory chunk has 1764352 bytes.                          

    Last error logged in SAP kernel                                                                               

Component............ "NI (network interface)"                                               

    Place................ "SAP-Gateway on host gcecc62 / sapgw00"                                

    Version.............. 38                                                                     

    Error code........... "-2"                                                                   

    Error text........... "hostname 'xxxxxx' unknown"                                            

    Description.......... "NiHsLGetNodeAddr: hostname cached as unknown"                         

    System call.......... " "                                                                    

    Module............... "nixxhsl.cpp"                                                          

    Line................. 223                                                                               

The error reported by the operating system is:                                               

    Error number..... " "                                                                        

    Error text....... " "                                                                               

Trigger Location of Runtime Error                                                                

    Program                                 SAPLARFC                                             

    Include                                 LARFCU07                                             

    Row                                     25                                                   

    Module type                             (FUNCTION)                                           

    Module Name                             ARFC_BP_REQUEST                                      

 

Source Code Extract                                                                               

Line      SourceCde                                                                               

1     function arfc_bp_request.                                                                  

    2     *"----

-


 

    3     ""Lokale Schnittstelle:                                                                  

    4     *"  IMPORTING                                                                               

5     *"     VALUE(REPORT) LIKE  SY-REPID                                                        

    6     *"     VALUE(STARTDATE) LIKE  TBTCJOB-SDLSTRTDT DEFAULT '00000000'                         

    7     *"     VALUE(STARTTIME) LIKE  TBTCJOB-SDLSTRTTM DEFAULT '000000'                           

    8     *"     VALUE(TID) LIKE  ARFCTID STRUCTURE  ARFCTID                                         

    9     *"----

-


 

   10                                                                               

11       data: hlen      type i,                                                                  

   12             diff      type i,                                                                  

   13             jobname   like tbtco-jobname,                                                      

   14             jobnummer like tbtcjob-jobcount,                                                   

   15             istate    like arfcsstate occurs 0 with header line.                               

   16                                                                               

17     * Plausibilitätsprüfung                                                                    

   18       check tid <> space.                                                                      

   19                                                                               

20     * Jobname erzeugen                                                                         

   21       jobname = 'ARFC: '.                                                                      

   22       hlen = strlen( jobname ).                                                                

   23       write tid to jobname+hlen.                                                               

   24                                                                               

>>>>>       call function 'JOB_OPEN'                                                                 

   26            exporting                                                                               

27                 jobname          = jobname                                                     

   28            importing                                                                               

29                 jobcount         = jobnummer                                                   

   30            exceptions                                                                          

   31                 cant_create_job  = 1                                                           

   32                 invalid_job_data = 2                                                           

   33                 jobname_missing  = 3                                                           

   34                 others           = 99.                                                         

   35       if sy-subrc <> 0.                                                                        

   36         perform batchjob_error_handling using tid report.                                      

   37         exit.                                                                               

38       endif.                                                                               

39                                                                               

40       submit (report) and return  with tid  = tid                                              

   41                                   with qoutsked = 'X'                                          

   42                                   via  job    jobname                                          

   43                                        number jobnummer.                                       

   44                                                                               

Thanks and regards

CSR

 

CIN Transaction Codes

$
0
0

Hi,

 

Can any 1 give me all the transaction code used for CIN in SD..

 

Thanks.

Credit Limit check - Issue

$
0
0

Dear  Experts   We have dynamic credit limit check and using only one credit control area and only one risk category, It is working fine since long time and blocking to create delivery when ever they cross credit limit…

 

But recently, only two customers could create s.order,delivery and billing successfully even when they have crossed their credit limit.

 

Could you please tell where to check exactly in the system to identify and solve this issue.

 

Thank you very much in anticipation.

 

Regards

Rajesh


How to delete a delivery number/note

$
0
0

Hi All

 

How to delete a delivery number/note

 

Thanks for the help

 

Rajendra Prasad

transaction code for all module in excel-sheet

$
0
0

Hi Gurus,

 

How to copy the all transaction code for all module in excel-sheet from the SAP menu.

 

full mark to answer.

Control indicators for controlling area XXXX do not exist

$
0
0

Hi Gurus,

 

Am creating a new company code, and while trying to procces a sales order the get the following error:

 

Control indicators for controlling area xxxx do not exist

Message no. KI102

 

Diagnosis

No control indicators exist in fiscal year 2009 for controlling area xxxx.

 

System Response

No further processing is possible without valid control indicators in the controlling area.

 

Procedure

Check your entries or define control indicators for controlling area xxxx, fiscal year 2009 in configuration. Make sure that the fiscal year in the control indicators is a "from" fiscal year.

 

 

I have tried the follwoing trouble shooting step:

  • T code- okkp and activated all the components and checked the sales order option.

 

What might be the issue ?

 

Regards,

Harish

Error: No delivery-relevant items in order xxxxxxx, order type xxx

$
0
0

Hi All SAP Gurus,

 

I have a sales order with 1 line item having a qty of 10. I have successfully created a partial delivery (with qty 5) for this order and tried to create another delivery for a later day. But I am getting the error 'No delivery-relevant items in order xxxxxxx, order type xxx'. All I noticed is that the sales order header delivery status is already "Fully delivered". Is this the reason why i cannot create another delivery? If so, how did this happen? I have only created a partial delivery and in the document flow it says that my Sales Order is "Being Processed", Delivery is "Being Processed".

 

You advice is highly appreciated.

 

Thank you very much,

Ranilo

How to find idoc number

$
0
0

Hi all,

 

My team member has created sales order from idoc now i would like to find the idoc number from sales order [Its inbound Idoc] how to do it please tell me.

 

Idoc number not configured for sales order fields

 

Gajanan  R

No Item Category Available Error (Table T184 Z123 ZTAN) - Message no.V1320

$
0
0

Dear All

 

Am getting the error 'No Item Category Available Error (T184) - Message no.V1320' during sales order creation.

 

I have maintained my entries in transaction VOV4 -

Sales order type - YO12

Item categ group - Z123

High level item categ - ZTAN

Default item categ - Z123.

 

And also, I have maintained material with item categ group as Z123 in Sales org Data 2 view for my sales area.

 

I have searched enough with existing queries related to this, but still not getting any clue to solve this.

 

Could you please help me to resolve this.

 

Regards

Rajesh

Control indicators for controlling area XXXX do not exist

$
0
0

Hi Gurus,

 

Am creating a new company code, and while trying to procces a sales order the get the following error:

 

Control indicators for controlling area xxxx do not exist

Message no. KI102

 

Diagnosis

No control indicators exist in fiscal year 2009 for controlling area xxxx.

 

System Response

No further processing is possible without valid control indicators in the controlling area.

 

Procedure

Check your entries or define control indicators for controlling area xxxx, fiscal year 2009 in configuration. Make sure that the fiscal year in the control indicators is a "from" fiscal year.

 

 

I have tried the follwoing trouble shooting step:

  • T code- okkp and activated all the components and checked the sales order option.

 

What might be the issue ?

 

Regards,

Harish


No PXA storage space available at the moment

$
0
0

Dear all,

 

After delivery i am this dump, plz guide me how to solved this issue"NO PXA STORAGE SPACE AVAILABLE AT THE MOMENT"

 

Runtime Errors         PXA_NO_FREE_SPACE                                                           

Date and Time          25.08.2009 00:45:08                                                         

Short dump has not been completely stored (too big)                                                

-

-


 

Short text                                                                               

No PXA storage space available at the moment.                                                

 

What happened?                                                                               

The current ABAP/4 program had to be terminated because there                                

    was no space available to load it.                                                                               

Each ABAP/4 program to be executed is stored in a central                                    

    storage area that is divided between all users.                                              

    This area was too small to hold all currently active programs for all                        

    users.                                                                               

Resource bottleneck                                                                               

The current program "SAPLARFC" had to be terminated because                                  

    a capacity limit has been reached.                                                           

 

Error analysis                                                                               

Unable to load a program of 1837056 bytes.                                                   

    The PXA ('program execution area') was too small to hold all                                 

    currently active programs for all users.                                                     

    At present, the size of the PXA is set at 144868 Kbytes.                                     

    The largest contiguous and unlocked memory chunk has 1764352 bytes.                          

    Last error logged in SAP kernel                                                                               

Component............ "NI (network interface)"                                               

    Place................ "SAP-Gateway on host gcecc62 / sapgw00"                                

    Version.............. 38                                                                     

    Error code........... "-2"                                                                   

    Error text........... "hostname 'xxxxxx' unknown"                                            

    Description.......... "NiHsLGetNodeAddr: hostname cached as unknown"                         

    System call.......... " "                                                                    

    Module............... "nixxhsl.cpp"                                                          

    Line................. 223                                                                               

The error reported by the operating system is:                                               

    Error number..... " "                                                                        

    Error text....... " "                                                                               

Trigger Location of Runtime Error                                                                

    Program                                 SAPLARFC                                             

    Include                                 LARFCU07                                             

    Row                                     25                                                   

    Module type                             (FUNCTION)                                           

    Module Name                             ARFC_BP_REQUEST                                      

 

Source Code Extract                                                                               

Line      SourceCde                                                                               

1     function arfc_bp_request.                                                                  

    2     *"----

-


 

    3     ""Lokale Schnittstelle:                                                                  

    4     *"  IMPORTING                                                                               

5     *"     VALUE(REPORT) LIKE  SY-REPID                                                        

    6     *"     VALUE(STARTDATE) LIKE  TBTCJOB-SDLSTRTDT DEFAULT '00000000'                         

    7     *"     VALUE(STARTTIME) LIKE  TBTCJOB-SDLSTRTTM DEFAULT '000000'                           

    8     *"     VALUE(TID) LIKE  ARFCTID STRUCTURE  ARFCTID                                         

    9     *"----

-


 

   10                                                                               

11       data: hlen      type i,                                                                  

   12             diff      type i,                                                                  

   13             jobname   like tbtco-jobname,                                                      

   14             jobnummer like tbtcjob-jobcount,                                                   

   15             istate    like arfcsstate occurs 0 with header line.                               

   16                                                                               

17     * Plausibilitätsprüfung                                                                    

   18       check tid <> space.                                                                      

   19                                                                               

20     * Jobname erzeugen                                                                         

   21       jobname = 'ARFC: '.                                                                      

   22       hlen = strlen( jobname ).                                                                

   23       write tid to jobname+hlen.                                                               

   24                                                                               

>>>>>       call function 'JOB_OPEN'                                                                 

   26            exporting                                                                               

27                 jobname          = jobname                                                     

   28            importing                                                                               

29                 jobcount         = jobnummer                                                   

   30            exceptions                                                                          

   31                 cant_create_job  = 1                                                           

   32                 invalid_job_data = 2                                                           

   33                 jobname_missing  = 3                                                           

   34                 others           = 99.                                                         

   35       if sy-subrc <> 0.                                                                        

   36         perform batchjob_error_handling using tid report.                                      

   37         exit.                                                                               

38       endif.                                                                               

39                                                                               

40       submit (report) and return  with tid  = tid                                              

   41                                   with qoutsked = 'X'                                          

   42                                   via  job    jobname                                          

   43                                        number jobnummer.                                       

   44                                                                               

Thanks and regards

CSR

 

change IDoc status from 52 to 53 without changing the IDoc numb

$
0
0

Hi Experts,

 

Is there any standard SAP program available which help me to change IDoc status from 52 to 53 without changing the IDoc number ?

 

Your early reply would be highly appreciated.

 

Thanking you.

 

Cheers,

Khukoo

VKM1 VKM3

$
0
0

Dear All experts,

 

I met a problem about credit release transaction. I established the credit check at order level and the credit check was done in user exit. I already got the message that metioned the credit check successfully checked in user exit 1 and I checked in table vbuk I found the status of credit check is B which means is blocked.

 

But When I gone to VKM1 , I can not find the document. When I go to VKM3 I found it.

 

As I known, VKM1 should can display all the document which has credit check status 'B'.

 

Do you known any reason about not listed in VKM1 ?

How to find idoc number

$
0
0

Hi all,

 

My team member has created sales order from idoc now i would like to find the idoc number from sales order [Its inbound Idoc] how to do it please tell me.

 

Idoc number not configured for sales order fields

 

Gajanan  R

List of open sales order deliveries

$
0
0

Hi Gurus

 

I'm trying to fetch the list of open sales order relevant deliveries in the system. Is there any standard report to fetch the same?

 

In the current requirement, we have tried the below logic:

Join table VLPMA & VBUK at VBELN

VLPMA u2013 Pass MATNR(Material) & LFART(Delivery Type) and fetch VBELN values

VBUK u2013 VBELN values from above with WBSTK(Goods Movement status) Not Equal to C {open deliveries}

LIPS u2013 Pass VBELN from above and MATNR & WERKS to fetch open sales order relevant deliveries for a material in a plant.

 

The above logic takes a lot of time to execute and hence the report has performance issue. Is there any other means to link the multiple fields in the Deliveries to fetch, only sales order deliveries that are still open?

 

Regards

Deepak Prasanna S

Viewing all 766 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>