Condition record table to pick printer

Hi Friends,
What is condition record table, based on this table how can i pick the printer? and how I can find this table? can any one help me its very urgent.
Regards,
DVNS.

You can see the list of processed document through output types in the table NAST.
Check the table TNAPR in SE16. It will have all the output condition records assigned through transaction NACE.
You can find the output types in the field KSCHL of TNAPR table.

Similar Messages

  • Retrieve the Purchase Order Condition Records Table

    Hallo!
    I have found this code right here:
    http://www.sap-basis-abap.com/sapab025.htm
    It is very useful particular for purposes which I need. Please can somebody
    try to fix the error to get it working. There is an internal table missing.
    Regards
    Ilhan
    Retrieve the Purchase Order Condition Records Table
    select * from ekko.
           select * from konv where knumv = ekko-knumv
               "Get all the condition records for the purchase order
           endselect.
    endselect.
    * Get the info record conditions record
    * First declare the record structure for the key
    data: begin of int_konp,
                 txt1(5),
                 lifnr(5),
                 matnr(18),
                 txt2(4),
                 txt3(1),
            end of int_konp.
    clear: konh, konp, int_konp.
    * data for the record key konh-vakey
    int_konp-txt1    = '00000'.
    int_konp-lifnr    = ekko-lifnr+5(5).
    int_konp-matnr = ekpo-matnr(18).
    int_konp-txt2    = 'ALL'.
    int_konp-werks = ekpo-werks.
    int_konp-txt3    = '0'.
    select * from konh where      kschl = 'PB00'            "Conditions (Header)
                                         and datab => p_datum.       "valid from date
          if konh-vakey = int_konp.                                  "Conditions (Item)
                 select single * from konp where knumh = konh-knumh.
                 continue.
          endif.
    endselect.

    Hi flora
    Just get through the sequence .
    see the table fields ...
    1. From EKKO table take an entry which is having pricing conditions.
    Now in the fields list check out for field EKKO-KNUMV(document condition number).
    2.Take this condition number and now goto table KONV.
    Give the document condition number in the field  KONV-KNUMV and execute .
    This will lead to a list of document condition numbers and some other fields .
    3.Now check for field KONV-KNUMH ,KONV-KAWRT(quantity) and note the value KONV-KWERT  .
    (Remember this is at header level).
    This is ur condition record number.
    **comments
    Now from document condition number we got the condition record number (KNUMH).
    4. now since u want the item level tax procedure go to table KONP and give the condition record number and execute .
    This will give u a list of details .
    Now concentrate on KONV-KAWRT (scale quantity) KONP-KBETR(rate) as this table will store “Pricing  per UNIT “ so product of these two will give u the total pricing tax, for a particular condition type say PR00  .
    For that particular condition item .
    Check the pricing procedure .
    See t-code VK13 and check the pricing procedure .
    From me23 check the same PO num select the item and check the pricing conditions applicable .
    Select a particular pricing and goto condition->analysis->analysis pricing  ,
    Better take help of a SD functional consultant in the process.
    regards,
    vijay.

  • Condition Record is not picking

    Dear All,
    We are facing the problme while creating Sales Order.
    It showing Pricing error: Mandatory condition VR00 is missing
    I have done the follwoing activities:
    1.Created New Table with MVGR1 and MVGR2 (Material Group1 and 2) and Gennerated
    2.Created the new Acess Sequence and assigned to Newly created table
    3.Assigend the Acess Sequence to Condition type
    4. Created the condition records in VK11
    While creating the Sales Order it is showing Pricing error: Mandatory condition VR00 is missing
    In the Analysis it is showing Condition record is missing
    Please Guide me where im doing the mistake
    Thanks
    Vinay

    Hi Vinay,
    If you are getting the error like that means,
    In your pricing procedure apart from PR00, other condition type VR00 has been put check box as Mandatory.
    Remove that check now you will not be getting that error.
    See, you might be mainaianted condition record for PR00, for which its taking properly. But you might not maintained condition record for VR00. Check it out once. Mainainte condition record for VR00 or remove check box for "MANDATORY" in your pricing procedure.
    Hope this helps you.
    Reward if helpful
    Thanks,
    Praveen

  • Service Tax Condition record - Table-3 and access sequence MWST

    Dear All,
    For maintaining the service tax conditon record , it is required to have the condition record to maintain under Tax classification table, which is available in access sequence MWST or we can add this condition table( table no :3) in any other access sequence and that access sequence needs to be assigned in Service tax condition type i.e JSRT, becasue system will check the rates from the table A003 while doing the service tax transfer from intermediate account to service tax account in report RFUMSV50.
    But the issue in there is NO validity period defined in the condition table : 3 , which signifies that we can not maintain the service tax condition record along with the validity period.
    Is there any way , we can add validity period field in Tax classification table.
    and how can we see the maintainace of Taxes table , is there any T.code avaiable for the same, as I could't find the same.\
    Please suggest.
    Thanks & Regards
    Nitin

    Hi Nitin,
    SD can give validity period for a tax code either for an individual customer or for all the customers through their pricing conditions.
    Aravind

  • Re : Condition record not getting picked

    Hi All,
    This is with reference to Inter-company PO.
    A condition record has been maintained for MWST condition type(for key combination of Departure country -ID & Destination Country BE).But the system is not picking this condition record but it is picking the condition record maintained for MY to BE.
    Could you please tell me where I need to check if a condition record is not getting picked.
    Regards,
    Mahesh.

    Dear Mahesh
    -  Check your Ship To Party Country
    -  Ensure that the tax code you have maintained for the combination of ID -- BE
    thanks
    G. Lakshmipathi

  • Duplicate record in Condition record table

    Dear Experts,
    when we create a record in the same access and in same validity period with same processing status. System give a popup of overlapping the dates and short close the existing record.
    But we are facing issue if existing record status is released and when we create record with the same validity period  with block status, system not splitting the condtion and save with the same validity period and after that system give a error massage in VK12 for duplicate insertion.
    I want that system will split the condition record even if existing condition record with different release status.
    Please help.
    Regards,
    Lucky verma

    Dear Lucky,
    I understand your scenario, when you create Condition Record at the first time in Vk11 by block status "A" lets say 01.01.2014 till 31.01.2014. Afterward you change the processing status as "C" release. at the middle of the month you come up with new price so you maintain with processing status "A" from 15.01.2014 till 31.01.2014, system will not stop you at that time because processing status is with blocked. when you release this status into "C" . system will not allow you to do so why because this is standard behavior that when you have an existing record with same Access Sequence, Condition, processing status and Validity. system will not overwrite it until or unless you change the from date as same as you have already maintain.
    If you want to propose your date while creating condition record, you have to change your settings in V/06 Valid From and Valid to as "No proposal" so that you can maintain your own validates but when ever you have to create new condition record at the same time (in middle of the month) you have to manually change the first one as 14.01.2014. this is because as i have mentioned system cannot allow two condition record as the same time with your same characteristics. Furthermore you can ask freely if you have any query.
    Please go through this information too. hope this will clear your understanding.
    Validity Periods - Pricing and Conditions (SD-BF-PR) - SAP Library  Thanks
    Regards,
    Suhaib Bin Aziz

  • Condition Records ( Table /field mapping)

    Hi Experts
    I am working on the Report object.
    I have to populate the Some of the condition types value in the report from Purchase order
    E.g Freight charges (Amount against - condition types - FRA1) to be be captured in the Report.
    The field for this is KWERT. 
    Could you please let me know from which table I have to capture the data
    Thanks in Advance
    Tanvi

    Hi Sunil,
    Please go to table KONP,
    In Field - KSCHL give condition type, get the condRec Number - KNUMH
    give the KNUMH in table - A017 (Material Info Record (Plant-Specific)
    else give it in A018 (Material Info Record)
    else in A016 (Contract Item)
    as per your clients requirement.
    Cheers
    Arun.

  • Condition record table

    Hi
    I want to make a report of all the cust-material price with validty which are stored in VK12.How can i do it.Is there a particular Tcode or table name where i can get all the price with cust ,material and vality period of condition type..
    Thankyou

    Hi,
    Go to transaction VK12/VK13 and enter your condition type. After that click on the  condition information (Shift+F4).
    Input the required field values and execute to get the required information.
    Hope this will help you.
    Please revert back to the forum in case of any concerns.
    Thanks and regards,
    Atul

  • Condition Record Table Download from R/3-CRM

    Hi,
    We have created the condition table A922 in the R/3 system
    we have used the Tcode CND_MAP_CUST_CORR to generate the condition table
    and downloaded the objects DNL_CUST_CND,DNL_CUST_CNDALL and DNL_CUST_PRC
    But the new condition table is not gettign created in the CRM system
    Can you guys let us know how to transfer the condition tables
    Thanks,
    Krishna

    Hi Krishna,
    Generally when you do the load of the object DNL_CUST_CNDALL  it generates the corresponding CRM condition table e.g. in your case it should generate condition table CNCCRMPRSAP922. So please check the same in transaction SE11/SE16. If it is not there then reffer the oss note 514952 which will help to maintain the field catalog etc in CRM and have the CNC* table in CRM. Once you have this table you have to create an adaptor object DNL_COND_A922. You can just copy the existing adaptor object DNL_COND_A002 and change the table in the tab table/structure. Then load this object.
    This should bring the data to CRM.
    <b>Reward points if it helps!!</b>
    Best regards,
    Vikash.

  • Default Output Condition Records in SD

    How do I maintain default output conditions in SD when I create a new customer? As of now, whenever I create a new customer, I have to create output condition records for quotations, sales order, shipping and invoicing. Thank you, Pravin

    Pravin,
    It depends on the fields in the condition table.
    If you have customer no., then for each customer you have to create a record.
    But if you have a field e.g. customer group, then assign the customers to that customer group and output will work.
    Paste the condition records, table NACH, for your output condition type.
    TW

  • PO outbound message control - Condition record

    I have created a message control for outbound PO to be sent to one unique customer(actually a plant set up as customer).This works fine.
    Right now, I have condition record table set up by just document type this and I have specified this customer number (partner number) there. Now, my requirements have changed and I need to send POs to variable customers(partners), depending on the plant on the PO. So i created another conditional table '925' with Doc type & Plant as key. This does not seem to be queried upon and I am unable to determine the output and create IDOCs. Since plant is at item level, will i be able to use this field in the condition table at all ? Please advice.

    I found a OSS note -Note 457497 (Q&A # 34), which talks about the same . This was my assumption too. I was just confused because I saw plant(WERKS) in the field catalag of the access sequence.
    I don't know what header field I can use to map the plant (I agree its a good idea to do this). But I have decided to do it another way. I will change the receiving partner on the control record depending on the plant in an user exit
    -  EXIT_SAPLEINM_001.
    Thanks for your answer , Mahesh.

  • Condition records- setting printer for multiple vendors at the same time

    Hi all,
    I have maintained condition record for POs for Key combination of Doc type,Purch Org and vendors.Now for a particular doc type and P.Org , I have around 50 vendors. I need to change the printer for all these 50 vendors to 'printerx'.Is it possible? I tried selecting multiple vendors at a time and changed the printer but its not working.

    Hi Saurav ,
    You can achieve this through SCAT transaction.
    For running SCAT take the help of ABAP team.
    I hope u might be having the list in the form of text file.
    If not , download the same from NACH table.
    Regards
    Ramesh Ch

  • How to print devlievery document with out condition record mess type

    Hi,
    Actually user want to take the sample print out  ( Hard copy ) of the delivery note and other documents for reference, even the message type processed, not processed and even ended with errors also
    I have written a program to display the delivery document numbers  with check boxses and added one button in application tool bar.
    onece user executed the program, he will able to see all the delivery or sales numbers with checkboxes.
    now requirement is, users will select check box and click on the print button it should fire printouts in local printer of user location.
    for this what we are planning is we want to maintian the entries in NAST by RV_MESSAGE_* function modules and printing the output immedaietly
    If any one worked on this kind of requirement, please suggest step by step, how we can print the documents with directly maitaining the message types with out condition records
    Thanks in advance.
    Raju

    Hi,
    Generally if we create any document ( sales or delivery ), based on the condition record message type will be created and with message type details print will be triggered when the medium is 1, date time 4
    But in my case i want to take the printout irrespective of the message and condition records
    i want to take printout even if the message processed,not processed and ended with error.
    is there any way to take the print of the documents by using function modules or updation of NAST table.
    Please help me.
    Thanks in advance
    Raju

  • PO item Condition Record number and delivery address of PO - Need a table n

    Hello Experts,
    I need some help as I have searched enough but did not find any solution.
    I need a table name where I can find Condition Record number for PO line item.
    As I have to create a new PO Layout in which I have to mention each & every condition type with value for line item.
    I need to know one more thing that from which table I will get delivery address number so on the basis of that I can read entries from table ADRC.
    Thanks in advance.
    Bhagat

    HI,
    The First Question is regarding the PO Conditions.
    For Extracting the same. we have to Go to The Table EKKI and in this table pass the PO Number and after entering the PO NUmber ,at each item level we will have a condition record number KNUMV created,
    collect the condition record number and pass the value in KONV table ,in that table we will get all the conditions and its values maintained.
    The second question is the delivery Address
    the Delivey address comes from four ways
    Plant
    EKPO -Pass PO NUmber - collect the plant and pass in table T001W  to get the address number
    and pass the address number to ADRC table
    Customer (third party)
    IN table EKPO -collect the customer Number-KUNNR and pass that value to KNA1 table and then get the address number and then get the address from ADRC table.
    Direct address number ( created by t code MEAN- Type ME01)
    This adress number-ADRNR can be taken from EKPO table and pass this value to adrc table to get the address.
    Vendor ( subcontracting)
    In this IN EKPO we will have the vendor field -LIFNR and this field collect the vendor number and pass in LFA1 and get the address number and then pass the address number to ADRC table
    If in EKPO,the address number and customer vendor field are blank then it picked from the plant and we have to default the Plant Address
    Hope so it helps
    Regards
    Anjanna.

  • PO having Item Category u0091Pu0092 or u0091Qu0092  price not picking from Condition Record

    Hi Guru,
    Purchase order having Item Category ‘P’ or ‘Q’ Price should pick from the condition type.
    Where my condition type against on material and WBS based on this Price will be fixed. 
    Now I create the PO for same, which the price was not picking from the Condition Record.
    Please help on this.
    Thanks
    Muthukumar

    The condition record was created and is being picked up in the calculation.  Also, I am now testing with a material that does not have a PIR created, so the PIR does have an impact on my current results.
    My current test has results as follows:  condition P101 = Std. Cost (as expect) $100.00; ZUPP = calculated at 5% (as expected) $105.00.  However, the Net Price in the PO line item is showing only $100.00, not the $105.00.
    A look at table EKPO shows the following: Net Price  (NETPR) $100.00; Net Value (NETWR) $100.00 ; Gross Value (BRTWR) $105.00.
    Can you tell me what I am missing with this setup?

Maybe you are looking for

  • Problem with af:poll in IE

    In my searchpage, i've <af:poll> which will show the timer once the user selects some rows from resultstable and clicks "submit". The timer will run till some processing is done . Intermittently, i face the foll issue in IE but not in Mozilla.Sometim

  • 2 Logical Databases in one report - urgent

    Hi all, I need to use PNP and PCH databases in my report. In Attributes of an abap program, i can define just one logical database. so does it mean that we can use only one logical database in our report? Regards, Aisha Ishrat ICI Pakistan Ltd.

  • MS SQL Server JDBC Datasource

    Hello everybody! We need to retrieve data from an MS SQL Server inside a java application running on a SAP NetWeaver 7.3.1 AS (with an underlying Oracle DB). I downloaded the Microsoft-provided JDBC driver from here. After creating a new JDBC driver

  • Unable to call webportal through internet - but works in intranet

    I am working on Collaborate planning in APO (SCM), I enabled all the required services using SICF and published services. Portal works correctly in Intranet (with in our network), But doesnot work in Internet, link/url doesn't not bring up log on scr

  • Unable to Install Mobile Client on my machine

    Hi, I am trying to install MSA on my machine but i am unable to do so . I have  got following installed on my machine JRE Version -   j2re1.4.2_09 JSDK Version - j2sdk1.4.2_09 SQL Server 2005 with TCP/IP protocol enabled on it . MSA  Version -- CRM 5