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

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

 

Change of VAT Registration Number Length for country Swiss

$
0
0

Hi,

 

Requirement - in XD02, customer VAT registration number should allow for say CH6 chars and CHE9 chars but for country CH, length was maintained to 8 so, it will allow only one combination but business requires both.

 

I did some research on the web, and found this information on the VAT registration number change for Switzerland. 

 

http://codingthis.com/applications/microsoft-dynamics/new-vat-registration-number-in-switzerland/

 

Based on the article, it seems that Switzerland is adopting different formats depending on where the business is within the country and the adoption will be phased in over the next two years. 

 

I checked on SAP OSS for any notes regarding how to handle the change and did not find anything. 

 

Can any one suggest how to fix this.

 

Thanks,

Satish Arruru

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 ?

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

mwst condition type

$
0
0

hi all,

         this is vinoth installed new ides for practice,

         i configured enterprise structure,

         created customer,material,

         while executing sale order am facing problem with mwst condition type.

 

        I am using std pricing procedure rvaa01,

       created taxin tax procedure,

       v1 for output tax,

       a0 for input tax,

 

maintained condition record in vk11 on key combination option 2 domestic,

 

in order it says no condition record found.

 

while in analysis it says class1-custom is missing,,

 

 

Pls guide me.

 

Regards,

Vinoth S.

 

Edited by: vinothsing on Apr 25, 2011 6:04 AM

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.


customer consignment -fillup from vendor consignment stock

$
0
0

Dear Experts,

 

My client having a unique scenario that my clent deals with drilling equipments. my  client has some approved vendors , vendor has put 1000 quantity of X material at my client warehouse (vendor consignment stock)

 

Now a purchase order came from customer for 500 quantity under customer consignment stock

 

In standard SAP , if i want to send stocks to customer through consignment, system always pick from unrestricted stock, is there any way to pick the customer consignment from vendor consignment stock

 

valuable suggestions appreciated

 

Thanks and regards,

Pratheep

Header condition discount-value on total amount

$
0
0

Dear friends,

 

I have a requirement to fulfill the customer query

 

I have a sales Order, has 3 line items

 

Item10 -A material -$25

item 20- B Material -$55

Item 30 - C material -$35

 

Total = $115

Discount = $15

 

so the final value after discount will be $100

---------------------------------------------------------------------------------------------

tried to give discount of $15 on the total amount by defining a condition type with

 

I am trying to give in the header condition (fixed amount as condition category), it is applying each line and it is deducting $15 per item, totally $45 it is reducing

 

Any one can suggest me how to find the solution

 

Regards,

Pratheep

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 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

Use of BADI in SAP

$
0
0

Hi guys..

 

I want to know that, where do we use BADI in SAP ? and what is use of this & how to configure. Please guide me in detail....

 

Thanks in advance..

Product Hierarchy Configuration

$
0
0

Hello All,

 

Please let me know Product Hierarchy configuration process.

 

Best Regards

Suresh.

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

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

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

 

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

Viewing all 766 articles
Browse latest View live


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