Table  for Output condition record's data

Hi
In which table are the values of an output condition record stored?
Regards

go to the desired tcode  in display mode ex:"VV33" to see that condition type tables, then give ur condition type and press CONDITION INFORMATION button in application tool bar and u reach one screen and press "execute" in application tool bar  and u reach one more screen and in that screen press "control+F8" then u can reach one more screen there it dispalys the desired table of urs.
reward me if it is helpful.

Similar Messages

  • Database table for output condition records

    Hi
      Can anyone let me know " in which database table the condition records of output type will get stored?" . please let me know the table names related  to output.
    Thanks in advance

    Hi Srinivasarao,
    Check the table <b>TNAPR</b> 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. It also consists the output type and the layout and print program assigned to the the output type.
    You can see the list of processed document through output types in the table NAST.
    Thanks,
    Vinay

  • Output device for output condition record

    How can i make an output device a required entry when creating a new output conditon record? 
    Example:  When going into VV31 and setting up new output condition record, I am trying to force user to specify an output device. 
    Can some one let me know if it is possible to do?
    Thank you.

    Hi
    Write a Field Exit for that field
    and trigger a error when it is not filled , such that the user always enters it.
    Reward points if useful
    Regards
    Anji

  • Choose Printer for Output - Condition records

    Hi all,
    We are maintaining condition records at inventory management, shipping,pick list & pack list.
    at the time of print,can be able to choose the printer.  Is that feasible?  Can a condition record prompt the user to choose a printer for the output?
    Can anyone help me out..

    Hi,
    When you maintain your condition master records, (VV11, VV21, VV31) you can maintain which printer you want to print via the button option "Communication"
    Field - Output Device"
    Under that field you can give exactly which printer you want to print this output.
    Else what you can do is, Set this field as LOCL, which means the local printer of the user who is printing these outputs.
    Then in the local machine set the required printer as default printer. (This is a Windows setting). Then when he/she try to print an output, SAP goes to the LOCAL printer and from there it find the default printer of the user machine.
    You can use one of above!
    Hope this helps!
    Best regards,
    Rahal

  • To count number of records in an internal table for a condition

    Hello All,
            I want to count number of records in an internal table for a condition.
    For e.g. -- I have one internal table IT which having fields F1, F2, F3, F4, F5.
                     Now, I want number of records in itnternal table IT where F1 = 'ABC'.
    Is it possible to do..?? If yes, then how.??
    Thanks in advance...!!
    Regards,
    Poonam.

    Hi,
    If you mean an internal table, there are a few ways to do this.
    1 One would be to loop over the table with a WHERE clause and increment a counter.
    data: lv_counter type i.
    clear lv_counter.
    loop at itab where fld1 = 'ABC'.
    lv_counter = lv_counter + 1.
    endloop.
    lv_counter now has the number of rows per the condiction.
    2  Well, you may want to try this as well, and compare to the LOOP way. Not sure what kind of overhead you may get doing this way. Here ITAB is our main internal table, and ITAB_TMP is a copy of it. Again I think there may be some overhead in doing the copy. Next, delete out all records which are the reverse of your condition. Then whatever is left is the rows that you want to count. Then simply do a LINES operator on the internal table, passing the number of lines to LV_COUNT.
    data: itab type table of ttab.
    data: itab_tmp type table of ttab.
    itab_tmp[] = itab[].
    delete table itab_tmp where fld1  'ABC'.
    lv_count = lines( itab_tmp ).
    Thanks & Regards,
    ShreeMohan

  • How to create an output condition record for output type

    For SD LE shipping...
    Create an output condition record for output type
    Thanks!
    Message was edited by:
            Hoo Laa
    Message was edited by:
            Hoo Laa

    Hi Hoo,
    Follow the path.
    SAP Easy Access -> Logistics -> Logistics Execution -> Master Data -> Output   -> Shipping - > Create.
    Tcode: VV21.
    Hope I have clarified your query. Do reward if so.
    Regards
    Nadarajah Pratheb

  • Maintain output condition record for KONS

    Dear all friends,
    Anybody help me to maintain output condition record for KONS during consignment cycle.
    when,where and how i can maintain the output condition record for KONS
    thanx in advance.
    best regards,
    Rajesh

    use MRM1 t-code for KNOS.

  • Maintain output condition record for material documents

    Please help me with transaction code to " maintain output condition records" for material documents

    Hi,
    Is it MN21 transaction you are looking for?
    Cheers,
    HT

  • How to know if an output condition record is ever used in sales docs

    All,
    I can see some output condition records in table B001. Additional detail of these records is in table NACH. But is there a way to know whether these condition records are determined in any sales docs?
    In individual sales documents, I can manually check what condition records are determined from the 'output determination analysis' screen. Here I can see the number of the condition record that the system has determined. But is there a table which links sales document and output condition record? (equivalent of KONV)
    Thanks & Regards,
    KC
    PS: Table NAST stores transaction data but only the output type and sales doc number is shown but it doesn't show the condition record (though it can be checked manually).

    Hi Krishna,
    Depending on the version of SAP you are using there is a transaction i think it is VA70 in ECC6 or in 4.6 there is a standard program for mass printing from a sales order.
    You can use this tcode/program the very same as VL71 for deliverys and enter in your output type and change the processing mode to 2 and execute from here you can see if it was ever printed
    Regards
    Paul

  • Trace changes to Output Condition Records MN05

    Hi Friends
    Is there any way to trace changes to Output Condition Records made via MN05 ?  NACH table gives initial creation of the condition record, date of creation, User ID of who created it, etc.  This table also displays the updated changes but not the change history, as to who changed and when it was changed.
    Thankyou
    Francis

    No these changes are  not logged in CDHDR and CDPOS.  there, only expected changes are logged, means there is a program part in the application program that is resposible to write this change logs.
    In this thread we are speaking about table change logs. Hence the table name you have to  enter is the condition table for which you have set the log indicator in SE11.

  • FM for creating Condition Records

    Is there FM for creating Condition Records for output type like transaction VV11 (Create Output - Condition Records: Sales)

    Hi there,
    FM for condition records? Why do you want to think of a FM for creating conditon records?
    Condition records is a master data that has to be manually created as per the business requirement.
    But what we can do is that if the data ia existing in an external legacy system, we can migrate that into SAP through a BAPI / BDC or LSMW depending on the volume of data.
    But in other cases condition records are manually created in SAP system.
    If at all you have a function module to create condition records, how would you ensure that it feeds correct data into the condition records? What key combination would the system take & what data would you want the FM to upload?
    How will you monitor what data is uploaded,.
    Regards,
    Sivanand

  • 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

  • Is their any function module for deleting condition record i am trying

    Hi Experts,
    Is their any function module for deleting condition record i am trying  this way.......
    DATA: TABLE (4) TYPE C.
    DATA: KNUM LIKE KONH-KNUMH
    DATA: K_VEWE LIKE T681-KVEWE VALUE 'A'.
    DATA: T681_STR LIKE T681.
    DATA: LV_NUM TYPE I.
    GET PARAMETERS
    PARAMETERS: TABNO LIKE T681-KOTABNR.
    PARAMETERS: TESTMODE DEFAULT 'X' AS CHECKBOX.
    REFRESH INT_KNUMH.
    Select single * from T681 into T681_STR
    where kvewe = K_VEWE AND
    KOTABNR = TABNO.
    IF SY-SUBRC NE 0.
    WRITE: / 'No entry in T681 for number ', TABNO.
    WRITE: / 'Check whether corresponding condition table exists.'.
    EXIT.
    ENDIF.
    TABLE = T681_STR-KOTAB.
    SELECT KNUMH FROM (TABLE) INTO KNUM.
    SELECT SINGLE * FROM KONH WHERE KNUMH = KNUM.
    IF SY-SUBRC NE 0.
    INT_KNUMH-KNUMH = KNUM.
    COLLECT INT_KNUMH.
    ENDIF.
    ENDSELECT.
    DESCRIBE TABLE INT_KNUMH LINES LV_NUM.
    IF LV_NUM EQ 0.
    WRITE: / 'No inconsistent entries found.'.
    WRITE: / 'Each record in the condition table has a corresponding.'.
    WRITE: / 'entry in the KONH table.'.
    EXIT.
    ENDIF.
    LOOP AT INT_KNUMH.
    IF TESTMODE IS INITIAL.
    DELETE FROM (TABLE) WHERE
    KNUMH = INT_KNUMH-KNUMH.
    IF SY-SUBRC = 0.
    WRITE: / 'KNUMH =', INT_KNUMH-KNUMH(10), ' deleted from table ' ,TABLE.
    ELSE.
    WRITE: / 'DELETE: SY-SUBRC is', SY-SUBRC , ' FOR KNUMH = ' .
    WRITE: INT_KNUMH-KNUMH(10).
    ENDIF.
    ELSE.
    WRITE: / 'TESTRUN: KNUMH =', INT_KNUMH-KNUMH(10).
    ENDIF.
    ENDLOOP.
    is their any Standerd Function module  for comparing  tables if the condition record not exist in it has to exit if it is their then compare  those two tables if not exist in one table also that has  to be delete  the condition record
    Please let me know .....

    Hi,
       You can use Function module PRICING_CHECK to check condition record. Do a where-used list on it to see how to call it.
    Regards
    Kiran Sure

  • Shipment output condition record

    Hi all,
    The Shipment output condition record is maintained which can be seen in T code VV73(V7 application)
    This is stored in the table B999.In this table iam getting the condition record number but there is no condition record creation date
    I want to know when the condition record was created.Which table can i get this Info
    Thanks in advance
    Regards
    Mano

    Dear Mano,
    Go to SE16 transaction enter NACH table then press enter system will take you to the selection screen here you enter Application as V7-Transport and enter your shipment output type then execute now system will give data details in that table in that you can find the Created on colomun which is relevent to created date.
    I hope this will help you,
    Regards,
    Murali.

  • Error when maintaining output condition records

    Hello experts
    I m getting an error while maintaining output condition records using VV11. The error reads as "862     System error: system cannot read the structure for table B567". Can you pls help in identifying the root cause.
    I checked that the condition table 567 has he correct fields and the field catalogue has the fields.
    Thanks
    Regards
    Srikkanth

    Hello
    Try to regenerate the condition table B567 using the report RV12A001.
    Use TCode SE38, select usage 'B', table '567' and mark the boxes for following indicator
    - dictionary
    - reports and screens.
    Press execute and re-try by maintaining VV11 for the output.
    Regards
    JP

Maybe you are looking for

  • Closing all open PO's without unreleasing.

    Hi, We need to close all open PO's without unreleasing and  the open PO can be due to the following reasons. 1.On account of partial Qty left behind on preparation of GRIR ( Goods Reciept Note). 2.On account of certain Qty received and Buyer do not w

  • Targeting Dynamic Text Box inside moviecip with variable

    Hi, How does one target a dynamic text box to change the border color inside of a movie clip? Example below which does not work theName = ("answerPrint" + arryCount); boxName = ("box" + (arryCount+1)); _root.pagePrintPartA[theName][boxName].border =

  • How to edit adobe file

    how to edit an adobe file

  • Siri often can't connect to network

    Anyone else having trouble with Siri not being able to connect to the network a lot of the time?

  • Regarding using of LDB PNPCE  in sap hr

    Can some one please tell me how to disable some of the selection screen fields and blocks of LDB PNPCE selection-screen which are not used in my report selection-screen? Thanks, Phanisreedhar.L