Does SAP have standard return Po output?

Hi experts
Now we plan to use return po flag on PO item. In case ,it's po which return to vendor, We will check the po return item flag. The return PO form will be some different from the standard one. eg: the title will not be purchase order.
Since in purchase order condition, it could not trigger the item level- PO return flag. Even we craete new output type , it will not be trigger out.
what's the way to setup return po form ? Any one use this return po funciton? Or if it's possible we could create new form and program in form  / routine to trigger which form it need be printed?
Thanks
Alice
Edited by: alice zhang on Apr 17, 2008 10:29 AM

Hi Alice,
Based on your settings, if you will created now Return PO (means ticked the Return indicator under Doc type NDC) it will print the all zcac/zceu since you don't have the RTN output type.
Once you create your new form and new output type for Return PO. it will triggred automatic.
Doc type NBC will not be a problem for you since this is for your standard PO.
If you want try this in your Development Client
Do some testing like:
Output type: RTN
PO form ZPCC_PURCHOR_A4 (use this form)
Doc type: NBC
Just create a RTN output type.Then create a PO with Retrn Ind ticked, Doc type is NBC. Then in ME22N/ME23N, do a print preview.
the system should ask you 3 output types:
zcac/zceu/rtn
you have to select rtn, it will obviously print your current PO form since you dont have new one.
if you dont meet this, try to check you message output whther RTN is maintain if not you may maintain manually for this testing only.
hope this is OK.
regards,
Maia

Similar Messages

  • Does SAP have  function to allow the prices for the activities type to copy

    Hi Expert,
    Would like to seek for your help refer to above subject.
    Does SAP have  function to allow the prices for the activities type to copy from previuos fiscal year to current fiscal year so that we do not need to manually set up the acitvities types prices via KP26.
    What are the T-code and what are the configuration need to be set in order to use the function.
    Please help.
    Regards,
    KH

    Hi,
    Thank you for the prompt reply.
    However, would like to seek for your advise does SAP provide standard report to view the cost of activities incur?What are the T-code?
    Thank you.
    Regards,
    Karen

  • Does SAP have report display the history of dunning

    Dear Expert,
    Would like to seek for your help,Does SAP have report display the history of dunning for AR module and what are the T-code and report?
    Please help.
    Regards,
    KH

    Hi
    Dunning status is updated in customer master,you can get the required data from Table LFB5
    hope this will help to some extent
    Thanks
    Kameshwar Rao

  • Does SAP have any WBS report able to drill downdown detail to PO level

    Hi Expert,
    Would like to seek for your advise as below:
    a) Does SAP have any WBS report able to drill downdown detail to PO level for the assign cost?
        What is the T-code?
    b) What is the table contain WBS information with related PO level for the assign cost?
    Please help.
    Regards,
    KH

    Hi,
    a) Try CJI5 as menioned by Gokul.
    b) Try a query combining EKKN, EKPO and PRPS (if you need any other WBS detail).
    regards
    Sreekanth

  • Does SAP provides standard webservices?

    HI Experts,
    Does SAP provide any standard webservices in PI for  different areas of modules like FI,HCM etc.. for  payroll,ESS etc...
    IF So, How to access and make use of them.
    Thanks in advance
    Reyaz

    Hi Reyaz
    SAP provides Enterprise Services for various modules and industries.
    you can access these and get more information from'
    http://www.sdn.sap.com/irj/sdn/esworkplace
    You can also browse these entreprise Services in the systems like HU1, etc hosted in ESworkplace
    It is possible to consume these Enterprise Services using PI. these could be inbound as well as outbound. the proxy implememation is also provided for these Enterprise Services in the backend.
    Regards
    Monika

  • Does SAP have a report can display check# and deposit#

    Dear all,
    I was wondering if we can have a report in SAP (not a user query) to display check# and deposit#. This is for incoming but not outgoing payment. Thanks.
    Regards,
    Yuka

    Yuka,
    Actually - there is no report in SAP for this.  You have to create you own custom report.
    Use this as your base query
    SELECT DISTINCT T0.DeposDate AS 'Deposit Date', T0.DeposNum AS 'Deposit No', T2.CheckNum
    FROM [dbo].[ODPS] T0 INNER JOIN [dbo].[DPS1] T1 ON T0.DeposId = T1.DepositId
    INNER JOIN [dbo].[OCHH] T2 ON T2.CheckKey = T1.CheckKey
    WHERE T0.DeposType = 'K'
    Suda

  • Do we have a return policy for ipad

    I want to return my ipad2  which is one day old . Does apple have a return policy in India

    if you bought it directly from apple you can return it within 14 days for a full refund
    if you bought from another store you will have to check with them to see what their policy is

  • Xbacklight returns 'No outputs have backlight property' on Sony laptop

    Laptop: Sony VAIO VGN-NW130D
    Graphics: Mobility Radeon HD 4500 Series
    WM: xmonad
    I am trying to get the two brightness adjustment keys on my laptop to work, which they currently they do not. To this end I want to map a xbacklight command to each of these keys.
    Problem: running xbacklight alone or with any arguments and options returns: No outputs have backlight property
    I read here that "it is a driver issue. The vesa and fglrx drivers simply do not support backlight setting. You may get better results from the radeon driver." (The OP is not me.)
    But I am using the Radeon driver (xf86-video-ati), so maybe this is not accurate. However I was using the fglrx driver before this, and the xf86-video-radeonhd driver before that. Is it possible that, even though I have now removed them, some trace of them remains, so that xbacklight mistakenly detects a driver with which it does not work? I closely followed ArchWiki's simple instructions when removing each driver before installing a new one.
    Additional info: I am currently using laptop-mode-tools to automatically set brightness upon startup. This is fine if I want a static (or at least not quickly adjustable) brightness, but I do not think there is any clean way to make it work with the Fn keys. laptop-mode-tools writes to /proc/acpi/video/VGA/LCD/brightness but I also have /sys/class/backlight/acpo_video0/brightness which would presumably work as well.
    Thank you for any help I have been eating neighborhood children in frustration.
    Last edited by error (2010-08-01 03:50:56)

    try with setpci command ( for eg  setpci -s $DEVICE F4.B=<your brightness level> device is your device bus id)

  • Output Column does not have a matching source column in the schema

    Hi Everyone,
                           Can you please help me in this. Already an ETL is loading the data from AS400 TO SQL server. I need to add a new
    column. In the Source (OLEDB source) am pulling the data from AS400 using ADO.NET connection manager.
    New column is added in AS400. To bring the new column from AS400, I added column name in the query in OLEDB source. Test connection is good. In the Source editor, when I click on preview it gives me the values of the new column and if I click on build
    new query also it gives me values for the new column.
    After mapping the columns and refreshing the data in OLEDB destination, I don't see any errors or warnings.
    But when I start executing the package it throws me the below error.
     Error: The output column  (4659) does not have a matching source column in the schema.
    [SSIS.Pipeline] Error: "component  (2861)" failed validation and returned validation status "VS_NEEDSNEWMETADATA".
    I need suggestion on this.
    Thanks
    Veeresh

    Hi Veeresh,
    As per my understanding, this error happens when the OLE DB Source component cannot find the corresponding source column in the database table. Possible reason is the the column name in the external database table has changed or
    the column has been removed.
    To verify this issue, please go to the Advanced Editor for OLE DB Source Input and Output Properties tab to see the External columns and Output columns. To fix it, please refresh the data or recreate the Source.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Our organization uses an Oracle database hosted on a Unix platform and one of our data processing outputs is a "stuffer" document that has a barcode, and Unix jobs automatically send the document to a printer.   Is there a way, or does Adobe have a produc

    Our organization uses an Oracle database hosted on a Unix platform and one of our data processing outputs is a “stuffer” document that has a barcode, and Unix jobs automatically send the document to a printer.
    Is there a way, or does Adobe have a product or solution, to create a PDF version of the document including the barcode, before it’s sent to a printer?

    What format is the document that is printed? Or what technology is used to format the printer? There isn't a standard way of doing things in Unix.

  • How can I do live streaming with a Mac Book Pro 2011, using a new model of Sony HD camcorder which does not have firewire out/input? it comes only with a component video output, USB, HDMI and composite RCA output?

    I need to do live streaming with a Mac Book Pro 2011, using a new model of Sony HD camcorder (http://store.sony.co...ber=HDRAX2000/H) ..this camcorder model does not have firewire out/input ..it comes only with a component video output, USB, HDMI and composite A/V video output..
    I wonder how can I plug this camcorder to the firewire port of my laptop? Browsing on internet I found that Grass Valley Company produces this converter http://www.amazon.co...=A17MC6HOH9AVE6 ..but I am not sure -not even after checking the amazon reviews- if this device will send the video signal through firewire to my laptop, in order to live streaming properly? ..anyone in this forum could help me please?
    Thanx

    I can't broadcast with the built in iSight webcam... how would I zoom in or zoom out? or how would I pan? I've seem people doing it walking with their laptops but that's not an option for me... there's nothing wrong with my USB ports but that's neither an option to stream video because as far as I know through USB you can't connect video in apple operating systems ..you can for sure plug any video cam or photo camera through usb but as a drive to transfer data not as a live video camera...  is by firewire an old interface developed by apple that you can connect all sorts of cameras to apple computers... unfortunately my new sony HDR-AX2000 camcorder doesn't have firewire output...
    thanx

  • I just purchased the apple tv, i have an older tv that does not have an HDMI input.   is there a converter i can get because the itv only have an HDMI output ?  help.

    i just purchased the apple tv, i have an older tv that does not have an HDMI input.   is there a converter i can get because the itv only have an HDMI output ?  help.

    Welcome to the Apple Community.
    There are hardware converters that will convert HDMI to various other types of output, however there are some issues with doing so that you should be aware of.
    HDCP
    HDCP compliant converters will not allow you to watch HDCP protected content such as that from the iTunes Store. Non compliant converters exist but we cannot discuss them under the Terms of Use for these communities.
    Resolution and aspect ratio
    I'm not aware of any converters that will scale the output from the Apple TV, any TV or projector which is used will need to be widescreen and support resolutions of 720p.

  • Received ipad2 synced to itunes and uploaded my backup, now I find out it does not have WiFi 3G and need to return it, is there a way of getting all of my data off the ipad2?

    Received ipad2, synced to itunes and uploaded my backup from my Ipad, now I find out that it does not have Wi-Fi+3G, need to return it, is there a way to get my data off the ipad2 so I can return it?

    if you mean restore it to factory default then you can choose that while having it connected to the computer and using itunes

  • Does the ipod nano 7th gen work with Belkin Blue tooth In car hands free? Customer support said it did when I bought it, but the box doesn't say it does and I dont want to open it in case I have to return it.

    Does the ipod nano 7th gen work with Belkin Blue tooth In car hands free? Customer support said it did when I bought it, but the box doesn't say it does and I dont want to open it in case I have to return it.

    If the Belkin supports the A2DP (Stereo Bluetooth) profile then it will work.

  • Can anyone point me in the right direction for the link to download Acrobat 9 Standard?  I found the link to download 9 Pro but not standard.  Old computer crashed and new computer does not have a CDR/DVD rom drive.

    Can anyone point me in the right direction for the link to download Acrobat 9 Standard.  I found the link to download 9 Pro but not standard.  Old computer crashed and new computer does not have a CDR/DVD rom drive.

    Hi,
    Standard or Pro would be licensed through your serial number, the download link and downloaded file would be the same for both of them.
    Pro or Standard would be determined after you put in your serial number.
    Download Acrobat products | 9, 8
    Thank You
    Arjun

Maybe you are looking for

  • Memory speed issue

    Just purchased a 648 mx L Mother board  P 2.4 533 CPU using 1 stick 512 400 ddr ram But if i set mem speed in BIOS to 400 XP & ME keep crashing the only way the keep the system stable is the set mem speed in BIOS to 133 which seems a bit of a waist o

  • Do not understand how to manage multiple libraries in iTunes

    Hope to learn from you! What I am trying to achieved? Using the proper procedures as described in "iTunes for Mac: Moving your iTunes Media folder" - I have succesfully moved my iTunes library to an external hard disk. So, I can play from this HDD wh

  • MediaSource Organizer not seeing Zen To

    Seems there are quite a few questions like this without any good answers (that i can find, i apologize in advance if this has been in fact answered before), so i am going to try and spell everything out as detailed as possible in hopes of help. I hav

  • SQL SERVER 2005 to Oracle 10g r 2

    Hi all, I'm getting an "error" when I'm trying to convert a sql server 2005 database to a oracle 10g database. It seems to be right in te convert step: Copying Model:     1 Transforming identifiers: 1 Transformation Result: 16 Transformed successfull

  • SQL help, how to group by column A and then get top frequency of column B?

    Assuming the following table, operation represents each kind of transaction operation table operation employee other column c '<' id1 '<' id1 '<' id2 '*' id3 '/' id1 question, for each operation, which employee do the most? which employee do the 2nd