PO Print indicator

Dear All,
Is there any option to check whether the PO printout been taken or not..
We need that indicator in an cuztomized report where user need to know whether the PO printout taken or not(before release).
The important thing here is in NAST Table system shows the status(VSTAT - Processing status)for the pos which is taken in ME9F which is after PO Release
But i need to know before release whether the PRintout is taken or not. Why because the user need to know whether the draft PO is taken prinout and kept in file for approval or not.
Please suggest.

Hi,
    In standard SAP, system wont issue the PO output before the PO is completely released. If the users are taking the print through print preview, then you need to restrict the same through transaction variant or similar. Train the users to take the print always through ME9F.
    Refer the similar thread: PO Printing Before Release
Regards,
AKPT

Similar Messages

  • Printing indicator in mat. doc

    Dear all,
    When viewing a material document in MB03, it is found that the print indicator is selected, but none of the printing options: Individual Slip/Indiv.Slip w.Inspect.Text/Collective Slip is selected.
    I just wonder how user could do so, as it is supposed that he has either select or not select the printing option in MIGO.
    Is this a system bug?
    Thanks in advance!

    It is not a bug. some iuser would have ticked the print functionality while doing MIGO.
    Thanks & regards,
    Kiran

  • MIGO - NDR print indicator default to unchecked

    We would like to default the 'print' box in MIGO to always be unchecked when a user goes into the transaction.  There will be times when the user will check the box to print a label; however this will not be often.  Today, if a user checks the box, backs out of MIGO, then goes back into MIGO the box remains checked.  It's like it remembers whatever was set in that box previously.
    We've tried playing with the user parameter of NDR being set to 'X' (capital), or being set to blank, but it's like the parameter is not being read at all.  The screen is only remembering what we did last when we re-execute the transaction.  We've also tried playing with the GET/SET parameters in SE51, program SAPLMIGO screen 0110 - but again no luck.
    Am I missing something being set somewhere for the NDR parameter to be read?  Any tricks to get this to always default to unchecked?
    Thank you for the suggestions.

    I worked with ABAP'ers and it looks like this change was already in the enhancement section:
    Program: LMIGOKH1
    ENHANCEMENT-POINT HEADER_DEFAULTS_SET_02 SPOTS ES_SAPLMIGO.
    Set print indicator
      GET PARAMETER ID 'NDR' FIELD ps_gohead-xnapr.
    We also have this:
    Program: LMIGOHG2
        CHECK lcl_migo_globals=>kernel->s_action-create = abap_true."       307284
         REPLACE
        SET PARAMETER ID 'NDR' FIELD gohead-xnapr.
    The even more strange (frustrating) thing is that if we set a break point at the SET indicator in program LMIGOHG2, then the logic is picked up based on the user Parameter - not based on the last value that was entered.  However, if a breakpoint is set at the "get" section - it does not work.
    I may be sending this one to SAP. Thank you for your suggestions.

  • .error Print indicator 029 not defined. Message no. L3118.

    error Print indicator 029 not defined. Message no. L3118
    Hello everyone.
    I need some help.
    when i run program RLVSD40 (Initiate printing of transfer order).
    i got error.
    Print indicator 029 not defined
    Message no. L3118
    what should i do to solve this error ?
    please help.

    Hello,
    I am getting the same issue.
    Please let me know the solution.

  • Printing of transfer order . error Print indicator 029 not defined.

    Hello everyone.
    I need some help.
    when i run program RLVSD40 (Initiate printing of transfer order).
    i got error.
    Print indicator 029 not defined
    Message no. L3118
    what should i do to solve this error ?
    please help...

    is 029 your warhouse?
    if so then SAP found a record with print indicator "blank" , but this "blank" print indicator is not defined in OMLV.

  • MIGO,MB1B, print indicator should be default

    Hello
    MIGO and MB1B transcations, print indicator is not selecting automatically. why?
    background:
    In user profile (SU01D), paramater NDR was maintianed correctly.
    eventhough user is having NDR parameter, but he is not able to see the print indicator automatically??
    in additioon , if they give manually print indicator for individual slip /collective silp, out is saved. and output is displayed in green color in GR iteam leavel "Message" tab.It means output setting are correctly maintained.
    even i tested with my user id..if i dlete the NDR to my id, it is not working.
    again i added NDR parameter, now it is correctly.
    Question: In production already user was maintained with NDR parameter, but he is not able to see the print automatically.
    so shall i delete his NDR parameter once  and add again?? this will be work or not ?? please confirm.
    Regards,
    Pabbati Obulesu

    Hi,
    NDR parameter value should be upper case X.
    Pls check your user parameter.
    Regards,
    Renuga.A

  • Print indicator assigned to the MM movement type 101 F ( GR for Production Order )

    Hello!
    I'd like to know how to assign a print indicator to the movement type GR for Production Order 101_F
    When I use the IMG path : Material management/ Inventory Management and Physical Inventory/ Print Control/ Maintain Print Indicator for Goods Receipt Document, I can only assign the movement type 101 (Goods receipt) but not the movement 101_F.
    Thank you for your help!
    Charlotte

    Hello Dev!
    The movement 101 F is Goods Receipt for Production Order. The letter "F" corresponds to the movement indicator.
    I'd like to dissociate the movements types 101 and 101_F to have only one printed label.
    Regards,
    Charlotte

  • Add New Transaction code at OMBR - Version Print Indicator

    Hello
    I need to add one transaction in the Version Print Indicator List. I know it can be done.
    Can any one guide me  how to do, as "New entries" is grey there. ( To best of my knowledge it is done through some other route or means)
    Regards

    Hi,
    Use t.code SE16.
    Enter table name T158 and press F5.
    This will allow you to add new transactions to the table.
    Nir

  • Default print indicator tick in MIGO transaction

    Hi all,
       I need to set the print indicator for 'Collective slip' ticked by default for all the documents created in MIGO. I have done output determination settings for the same. How to do this? Because what happens is that, sometimes user doesnt ticks the check box and ultimately output doesn't gets saved. When i try to tick it from display mode in MIGO, again output doesnt gets saved. And i am doing it in MB02. Is there a way out to set the indicator(Check box) default for all documents created in MIGO?
    Thanks in advance.
    Regards,
    Raj.

    Goto SU3,enter your userid,in parameter tab give NDR and maintain parameter values as X.
    regards,
    indranil

  • Print header conditions w/o print indicator

    Hi experts,
    I'm using a PDF based quote form and would like it to also print header conditions that don't have a print indicator. Is there a way to implement the BADI_SD_SLS_PRINT01 BAdI resp. get the FM RV_PRICE_PRINT_HEAD to also return conditions that are not flagged as print relevant?
    Thanks & best regards,
    Matthias

    Hi Lily,
    i think problem be create in Repetetive Area.
    Do this in your PLD,
    ->> Open your PLD and save as a duplicate PLD (Just testing PLD).
    ->> Right Click in PLD and Choose the Display Hidden Fields in PLD.
    ->> Reduce the Height of all fields in Repetetive Area, Page Header and End of Reports.
    for example,
    ->> Select all fields including Hidden fields in Repetetive Area & Repetetive Area Footer and
    Reduce the Height in General tab on Properties Widnow.
    put the Height -> 15 and Font Size -> 10
    ->> Reduce the Repetetive Area Height and put the Tick mark in Area Height Adjustment in Format Tab.
    Try to remove all fieds(including Hidden fields) in Page Footer and Reduce the Height.
    ex. Page Footer Height -> 0
    Regards,
    Madhan.

  • SPRO: Maintain Print Indicator for Goods Receipt Documents

    Hi,
    In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for GI/Transfer Posting Documents I don't understand the difference between options 2,3,4,5,6.
    I only understand that Im can print (0) or not (1) a material document but what is the purpose of options 2,3,4,5,6 ?
    Yours faithfully

    Hi
    Check help given by SAP
    Printing of document item
         Indicates whether a material document item can be printed with a certain  movement type. The indicator also determines which type of GR/GI slip (for example, GR slip, GI slip, return delivery slip, label) is printed.
    Use
         The output type relevant to the given goods movement is derived from the  print indicator and other indicators (for example, transaction/event type, version).
    Vishal...

  • Black ink color will not print. Printer indicator on the printer and at the computer shows that the

    The Black ink color will not print on my HP Officejet 7500 E910 printer.  Printer indicator on the printer and at the computer shows that all the colors are about 50% full.  Any ideals?  I have the run the printer thru the diagnostic page and have cleaned the cartridges. 
    Thanks

    Just wanted to let everyone in on a little trick I learned about 10 years ago with inkjet printers.  This might not work for everyone but it worked wonderfully on this printer and all the previous ones that I have owned.
    The printer head will get clogged.  On this printer it seems to get clogged often. You will need to wash it under Warm water.  It might take as long as 4-5 minutes to run the water thru the small circular apertures and also the bottom of the printhead-- where the ink actually exits the printhead.
    What you need to do:
    1.  Remove all of your ink cartridges
    2.  Release the grey latch, or lift it up
    3.  Remove the printhead
    4.  place the printhead under a warm water stream cleaning both the inside and outside of where the ink enters and exits the printhead
    5.  keep running under warm water untill you dont see anymore ink coming out of the printhead
    6.  Dry with kleenex dabbing lightly untill you soak up all the water off the printhead
    7.  replace in printer
    8.  Run clean up twice and then try and print a diagnostics page or print alignment.
    I hope this works!
    Cheers

  • Print Indicator in ME9F

    Where the print indicator is set in ME9F when we took the PO printout. i want to use it in my report of PO printout.
    my rewuirement is that if the PO print is been taken , then it should not another for the same PO to take print again.
    where it is updated in ME9F and from where n how i can took it to my code?

    Hi
    It should be NAST-VSTAT, but I don't know what print indicator means, if it's the status it's NAST-VSTAT
    NAST is the table where the message is stored
    Max

  • Printing Indicator (Individual/Collective Slip) at Display MIGO GR document

    Hi, Good Morning...
    FYI , I 've been check Collective slip indicator when prepare GR document. Once after press CHECK  and POST button, system will generate document GR number. Then I just want to display the document again. When system prompt out, we discovered there is not in collective slip indicator status but it become individual slip. Any Other suggestions?

    The system is default to pick the individual slip. Are you getting the print from MB90. If yes, then you dont need to worry on this one. On some systems I have seen all 3 options, mapped as collective slip for convenience of users, so that whatever they choose, it doesnot effect the print. Only main thing here is to get the Print active check enabled. If not the print will not go to MB90.
    Usually I make the Print check button mandatory, so that material document is not saved without this check.
    Edited by: Afshad Irani on Apr 28, 2010 7:33 AM

  • Printing Indicator Icons in Primavera 6.2 Client Reports

    Ok, bare with me since I am new to this forum. We are running Primavera 6.2 client as well as P6 web. Some of the reports that are being generated are in the Client and I am trying to have the indicator icons (red, green, yellow or blue) that display in a layout, print in a report instead of the wording "red", "green", etc.... Executive Staff wants to see colors and not words...
    Is there any way to do this within Primavera Client?
    Thanks

    Greg,
    Could you send me that sample report as well. I took your advice and actually created some simple circles (red, green and yellow). Inserted them into a report as a graphic and then created a filter. However, since the list of projects on the report are listed going down the page and the graphics are in a row across, if a project is marked as green then the next project is marked as red, the items don't line up since you can not overlay the graphics on top of each other so that they are centered.
    Example (I want all of the status colors to be aligned under each other):
    Project Name Funding Amount Project Overall Status
    Primavera 1.5M O (this would be green)
    Intel 10.8M O (this would be red)
    Microsoft 25.2M O (green)
    Does this make sense?
    Thanks so much for your help....
    Michelle

Maybe you are looking for