Item text of PO print output is not generatiing but text is updated  in PO

Hello ,
I am changing the PO through IDOC. When ever there is change in the quantity ,net price and delivery date the print out put is generated autoamtically and changes are appearing the print output.
when ever there is change in the item text of PO print output is not generatiing but item text is updated in the PO.
If i change manually print out is generating for item text also but through IDOC print output is not generated . please help to slove this isuue.
i am passing the value as :
idoc_data-segnam = 'E1BPMEPOTEXT'.
e1bpmepotext-po_item = Po line item number .
e1bpmepotext-text_id = txtid.
e1bpmepotext-text_form = textform.
e1bpmepotext-text_line = line item text .
idoc_data-sdata = e1bpmepotext.
APPEND idoc_data.
CLEAR idoc_data.
CLEAR e1bpmepotext.
please help me it is urgent
Thanks
Venkatesh

Hi,
For triggering the output for changes you have to make some changes.
- Go to SM30
- Enter view name "<b>VV_T161M_EF</b>".
- Hit 'maintains' view.
- Now let's say your outpu type is 'NEU'. For this there will be one entry like this.
Operat.  Ctyp.  Name            Short text  Update
1        NEU    Purchase order  New
Now with this entry add one more entry like this.
Operat.  Ctyp.  Name            Short text  Update
2        NEU    Purchase order  Change      X
You just need to enter Operat. = 2 and  Ctyp = NEU. The 'name' and 'short text' will come automatically.
- Save your entry and create.
After doing this, your PO will trigger output on change.
Let me know if you have any other information.
Regards,
RS

Similar Messages

  • Error in VF03 while printing "Output could not be issued"?

    Hi all,
    getting error while printing invoice VF03. Error is "Output could not be issued".
    Print privew is coming fine in both side either Smartform or VF03. If I try to print, then system giving the message is Output could not be issued.
    How to resolve this problem? Help me out.
    Thanks in advance.
    Sekhar

    Hi,
    Check out put is definded in line item of invoice.
    Also check wheter output type is definded or in t.code nact, Application is V3,  check which output type is definded for your case billing document type.
    Thanks.

  • Numbering in printed output does not match that in source after about 500 pages (RH 7)

    Hi There,
    I have just upgraded to RoboHelp 7 and have created a new
    word template. As with the HTML source I work with, this template
    has a numbered style called "step" which has nothing much special
    about it.
    I just published a word doc (*.doc) and noticed that - at
    around pg 500 in the output doc - the numbering stops matching that
    in the source document: each topic in the source doc starts at 1,
    but after a cut-off point in the printed document each numbered
    step starts to continue the preceding list (so if one topic ends
    with numbered step 15, the next begins with numbered step 16).
    I have compared the source files for topics that are "as
    expected" and "not" and I cannot see any difference between the
    HTML therein.
    Has anyone else seen this / is there any known solution?
    Thanks,
    Chrissy

    I can make the numbering correct throughout by selecting to
    output not as a single document, but as separate chapters compiled
    into a single master document.
    This is not ideal, but is a satisfactory work-around. If
    anyone knows any better solution, please reply!

  • Line Item text to updated automatically with current month

    In this trxn, we have to always set the Posting variant every month, in spro.(set up line item text).
    spro->payroll india -> Reporting for Posting Payroll Results to Accounting->Activities in the AC System->Set Up Line Item Text.
    1000     Salary for the month of  June08
    Whatever text, we give at ID 1000, it gets updated in the accounting entries. What we require, that can it be automated , based on the payroll area/period. I mean, if I give Novu201907, then the text should be u201CSal for the month of Novu201907u201D.
    PC00_M99_CIPE - Execute run
    Document Date
    Posting variant                 SAP    Standard variant

    HI,
    a text change in general ledger line item will not be forwarded to spec. ledger automatically (as the change of a line item text triggers no posting to spec. ledger).
    But as you know the document relationship from GL doc. to SL doc go to the corresponding SL doc. and change the text if this is really needed (don't understand why the line item text is that important).
    Best regards, Christian

  • Reservation line item text - non update issue

    Hi,
       We have a custom BDC (call tran) to create reservation. One of the fields for the reservation is line item text. We had this program from July 2008 onwards and we have no issues. All of sudden from 01/15/09 , the line item text is not being populated in the reservation, but reservation creation is working as before. We checked our system, there is no change to that program and infact we had only 2 transports on that day and they are related to FI and not related to MM or reservation at all.
    We did all our debugging, but this is inside a wrapper RFC and the RFC is called from EAI subsystem. (Tibco) The SQL trace and RFC trace shows all data of RESB being updated except this text. We are going crazy on this since it is such a simple BDC program and working fine so far and stopped all of sudden.
    My question is, are there any config which all of sudden made this field not available for input or something like that? I tried in config, but I couldn't find anything.
    Can you help on this? Thanks,
    The other crazy parts are,
    1. We tried writing the BDCTAB into a unix file, but the file is not created - one of the reason could be the user is CPIC user and may not have authorization to write to unix inspite of this user has sap all access
    2. We tried writing the dump into a custom table, but even that is not working. But when we execute this in SE37 manually, it is creating both unix file (in development) and updating the table as well.
    Regards,
    Sundar.

    It's sure that something changed between the last run and 01/15/09. A few ideas :
    - When the program is run, start an authorization trace, and give missing authorizations to CPIC until there is no more authorization problem (this is the most important thing to do first !)
    - Make sure that you program displays correctly all CALL TRANSACTION messages and exceptions also.
    - Analyze customizing imported between the 2 runs of this program (look at transport requests in the import queue log).
    - "Save" importing parameters so that to redo the test (with CPIC user) :
    -- change the program to write the BDCDATA to a batch input session (BDC_OPEN_GROUP, etc., SM35), and so test it later.
    -- save them to test data as indicated by [note 517767 Automatically generate test data at function module call|http://service.sap.com/sap/support/notes/517767]

  • Reservation line item text non - update

    Hi,
       We have a custom BDC (call tran) to create reservation. One of the fields for the reservation is line item text. We had this program from July 2008 onwards and we have no issues. All of sudden from 01/15/09 , the line item text is not being populated in the reservation, but reservation creation is working as before. We checked our system, there is no change to that program and infact we had only 2 transports on that day and they are related to FI and not related to MM or reservation at all.
    We did all our debugging, but this is inside a wrapper RFC and the RFC is called from EAI subsystem. (Tibco) The SQL trace and RFC trace shows all data of RESB being updated except this text. We are going crazy on this since it is such a simple BDC program and working fine so far and stopped all of sudden.
    My question is, are there any config which all of sudden made this field not available for input or something like that? I tried in config, but I couldn't find anything.
    Can you help on this? Thanks,
    The other crazy parts are,
    1. We tried writing the BDCTAB into a unix file, but the file is not created - one of the reason could be the user is CPIC user and may not have authorization to write to unix inspite of this user has sap all access
    2. We tried writing the dump into a custom table, but even that is not working. But when we execute this in SE37 manually, it is creating both unix file (in development) and updating the table as well.
    Regards,
    Sundar.

    It solved by itself

  • Printer output does not match Print Preview

    I'm just starting out with this and did a layout of some photos I took with captions. Using File>Print and then clicking "Preview in the resulting dialogue box shows that everything fits on the sheet of paper. HOWEVER, after printing the page, the bottom is cut off. What is the problem? The printer is an HP DeskJet 5150. As a work-around I've started doing the layouts as if the paper is 8" x 10".
    Also, what does the "Soft Proof" check box do in the Print Preview window?

    OK romad, the memory problem isn't the Macs but it could be the printers. I have seen this many years ago.
    You could also create a test page with one long line from top to bottom and print it. Does the problem still show?
    Does it happen if you print a full page photo from i.e. iPhoto directly.
    Do you still have AW on this machine? can you paste the content of your problem page into an AW page and print? What is the result?
    Somehow we need to do tests to pin down from where the problem is emanating from.
    I agree that AW does have a lot that isn't implemented in iWorks, but there are other features that are much better in Pages.

  • Printer output does not match screen

    Photoshop CC (recently installed)
    Windows 7
    Canon i960 printer
    Samsung SyncMaster 2494 monitor
    I am having problems getting acceptable printing results.  All prints are highly magenta.
    I have tried both printer and PS color management and all the available i960 profiles.
    I have also run all the printer maintenance tests.
    The screen has been profiled with Spyder 2 Pro
    This printer has worked fine in the past with PS CS5
    I am out of ideas.  Help!

    OK romad, the memory problem isn't the Macs but it could be the printers. I have seen this many years ago.
    You could also create a test page with one long line from top to bottom and print it. Does the problem still show?
    Does it happen if you print a full page photo from i.e. iPhoto directly.
    Do you still have AW on this machine? can you paste the content of your problem page into an AW page and print? What is the result?
    Somehow we need to do tests to pin down from where the problem is emanating from.
    I agree that AW does have a lot that isn't implemented in iWorks, but there are other features that are much better in Pages.

  • Output Requirement not Fulfilled (But output generated anyway?)

    Hello Gurus,
    I am facing a very strange situation.
    I have added a custom field to the field catalog for output determination.
    The setup looks all good, the communication structure is populating the field just fine and the output gets triggered as expected.
    However, when I go to the determination analysis (VF02 > Header > Output > Goto > Det. Analysis), it shows the infamous message: Output ignored (requirement 901 not fulfilled). I know you will all say that the requirements in 901 are custom and I should check with my developer, but let's skip that part:
    From VOFM, my requirement 901 is a 'copy' of 062 and is as simple as below. In debug I could confirm that all checks pass.
    FORM KOBED_901.
       SY-SUBRC = 4.
                                         1
       check SY-TCODE = 'VF01'.
       CHECK : KOMKBV3-UVALL CA ' C'.
       CHECK : KOMKBV3-UVPRS CA ' C'.
       CHECK : KOMKBV3-UVALS CA ' C'.
       CHECK : KOMKBV3-RELIK EQ SPACE.
       CHECK : KOMKBV3-RFBSK EQ 'C'.
       SY-SUBRC = 0.
    ENDFORM.
    FORM KOBEV_901.
       SY-SUBRC = 4.
                                     1
       check SY-TCODE = 'VF01'.
       CHECK : KOMKBV3-UVALL CA ' C'.
       CHECK : KOMKBV3-UVPRS CA ' C'.
       CHECK : KOMKBV3-UVALS CA ' C'.
       CHECK : KOMKBV3-RELIK EQ SPACE.
       CHECK : KOMKBV3-RFBSK EQ 'C'.
       SY-SUBRC = 0.
    ENDFORM.
    So the issue is more around: Why is the determination analysis showing me that the output was ignored due to requirement not fulfilled if the actual output was successfully determined and processed in the document?

    Hi Jelena,
    Thank you for your reply.
    Here you can see the details where the manual change flag can be seen (unticked).
    Regarding the Requirement checks, when I say all checks passed, I mean that every single value in the code is equal to the value it is checking against, for example:
    CHECK : KOMKBV3-UVALL CA ' C'. (value is initial = pass)
       CHECK : KOMKBV3-UVPRS CA ' C'. (value is initial = pass)
       CHECK : KOMKBV3-UVALS CA ' C'. (value is initial = pass)
       CHECK : KOMKBV3-RELIK EQ SPACE. (value is initial = pass)
       CHECK : KOMKBV3-RFBSK EQ 'C'. (value is 'C' = pass)
    Therefore, SY-SUBRC = 0 and the output is determined.
    The outcome is exactly the expected, the output is determined.
    The issue is in the analysis screen that shows the requirement as not fulfilled even though the output was successfully determined and I cannot see the access sequence used to determine the output.

  • HT4356 Can I use a wireless printer that is not AirPrint, but is WiFi capable?

    I'm trying to enable my iPhone 4 to a wireless enabled printer but, the printer isn't on the AirPrint list for Canon (PIXMA-MP495).
    My laptop is connected to the printer wirelessly.
    So I guess my question is; Can I enable the printer wirelessly to my phone?

    iOS devices use AirPrint to perform wireless printing, your User Guide will explain how to set it up.  But you need an AirPrint enabled printer or app to provide the right interface.

  • Some numbers docs not opening but requesting app update

    As the picture shows, and the title suggests, when trying to open some docs in numbers I recieve a request to update the app.  No update is available.
    This is on both my iPhone 4s and iPad 3.  Both are running up to date software.  It also happens in pages too.
    I have iCloud work installed on my Win 7 laptop, and only noticed this since iCloud work was released just after ios8 was.
    I have reinstalled pages as well.  Any ideas what I can do here?
    Thanks!

    Really surprised there was no response from the community on that one, but not a big deal.  I just had to reset passwords all over the place. 
    But now I've got some other weirdness, possibly iCloud related.  I did a repair permissions and Pages was able to open docs from iCloud.  But now it's happening again.  I can't open from iCloud and I tried downloading from iCloud through  a browser but Pages still won't open the docs.  I decided to try signing out of iCloud and that just sucked up all processes, system ground to a halt while signing out was supposedly going on.  I had to force quit everythig else and still it didnt complete signing out.  I was able to restart
    But now i have to reauthenticate with iCloud and its another 15 minutes gettig everything back in sync.  This is miserable.  I was able to open a Pages doc finally.   :(

  • Item text is not appearing in the print output through IDOC?

    Hello ,
    I am changing the PO through IDOC. When ever there is change in the quantity ,net price and delivery date  the print out put is generated autoamtically and changes are appearing the print output.
    when ever there is change in the item text of PO print output is not generatiing but item text is updated in the PO.
    If i change manually print out is generating for item text also but through IDOC print output is not generated . please help to slove this isuue.
    i am passing the value as :
        idoc_data-segnam = 'E1BPMEPOTEXT'.
        e1bpmepotext-po_item = Po line item number .
        e1bpmepotext-text_id = txtid.
        e1bpmepotext-text_form = textform.
        e1bpmepotext-text_line = line item text .
        idoc_data-sdata = e1bpmepotext.
        APPEND idoc_data.
        CLEAR idoc_data.
        CLEAR e1bpmepotext.
    please help me it is urgent
    Thanks
    Venkatesh

    Hi Venkatesh,
    Check the condition record in transaction NACE. Whether the print output field is present in the condition record.
    Regards,
    Gajendra.

  • PO Item Text Not Printing correctly

    Hello,
    Per the config settings, the PR Item Text is transferred to the PO Item text while creation of a PO.
    When the PO is created, one can see the PO Item Text maintained in ME23N, but when you do the print
    preview / print output, it is not displayed.
    Few observations I would like to point out:-
    1) Tables STXH and STXL are maintained correctly for PR.
    2) Tables STXH and STXL are not maintained when the PO is created.
    3) If you do the changes in PO Item text through ME22N for say Line Item 0010 and save, then print preview / print output shows only for Item 0010 since the entries are not present in STXH and STXL.
    4) In T-code ME23N, when you go to PO Item Text tab for Line item 0010, then interestingly PO Print Preview shows only for 0010 even though there are no table entries. If you drill down for all line items, the print preview shows for all.
    Can anyone please suggest why the print preview / print output does not show for all line items and why SAP is behaving this way?
    Is there any other config settings to be done?
    Regards,
    Sanjiv

    Hi Sanjeev,
    Can you tell me what did u do for the item text to appear on the foem. Am having the same issue. Did u do any cnahes in teh form / driver program?....Pls let me know.
    What was the customisation that was affecting it.
    I am using the same
    SAPFM06P ENTRY_NEU ZMEDRUCK(standard program).
    Did u do any changes in the form? I want the item text to appear below the item no.
    Please let me know.
    Thanks
    Micky

  • Item text in Purchase Order getting updated with info. record Purchase Order Text

    Hello All,
    I am working in a roll out project and facing issue in text repeating twice for the line item in the Purchase Order for the new company code for which rollout is happening
    Issue:
    Item text in Purchase Order getting updated with info. record Purchase Order Text
    01) PO Text is maintained in the material master under "Purchase Order Text" tab
    02) The PO text that is maintained in material master is getting updated in the Purchase Info. Record
    03) When Purchase Order is created, the "Item Text" gets updated in the Purchase Order automatically only for the new company code for which rollout is happening. when printed, this results in the text getting duplicated twice
    03.1) this behavior is not observed in the Plants/ Company code that is already Live
    Configurations in the system:
    The copying rules for the "Texts for Purchase Orders" is
    Source Object = "Info Record", Source Text="Purchase Order Text", Fix="*"
    We have modified the Purchase Order form to print one of  the condition types maintained for calculating the tax. Other than this there is no change to the plants that are already live.
    I could not locate any "Purchase Organization" / "Company Code" / "Plant specific configuration.
    Am I missing any configuration or where can I look in what is causing this error.
    Request help from the experts in the forum.
    with Regards,
    Dhandapani R

    There is no company/purchasing/plant specific customizing for purchase order text.
    The customizing copying rules for the "Texts for Purchase Orders" affects all equally .
    If the text in the purchase order in ME23N is already filled different to other plants, then you either have a modification in place, or the texts are differently maintained in the referenced data (vendor, material, info record, contract)

  • Delivery note smartform - Output could not be issued

    Hi All,
    output could not be issued for delivery note smartform.
    Here is what I get when I try to print:
    Output could not be issued
    Message no. VL 086
    There is only one Partner (ship to party) and it has record in NAST for the output type I use.
    Delivery type is ZLCC (no sold to party)
    If I try to make print preview - nothing happens at all, even no message...
    It works fine in dev system, but not in quality system.
    Any ideas?
    Regards,
    Mindaugas

    Hi,
    Check If the output type is assigned to the document in quality"
    Use transaction NACE
    Choose application V2 Shipping and press Output type button.
    Check first in your development system, and then in the quality system
    Regards
    Åsa Thenstedt

Maybe you are looking for

  • Can't print to lexmark model X5470 printer. Get knocked off line when I try to print a document.

    Anytime I try to print a document using Lexmark model X5470, i.e. boarding passes from Delta.com, or any other web site, I get knocked off line. However; I can print the same items when on Internet Explorer, Safari, and Google Chrome with no problems

  • Repeating frame spacing Problem in Reports 6i

    I have a Matrix with Group report. Now I have two sections (one is matrix section, second is Grand totals section). After I run the report layout ,Matrix section data (repeating frame) is appearing at one spacing but the other repeating frame in Gran

  • Downloading Photoshop cs4 x86 ONLY

    I have an old scanner and wanted to install an older download of Photoshop cs4 x86 on my Windows 8 computer. I dowloaded the installer for CS4 Design Premium and selected Photoshop only.... and it only installed the x64 version of the program (the on

  • Complaints department contact details

    Is there a contact number / email for complaints about poor Apple customer service? I had a beyond ridiculous conversation with one of their non-support staff, and when I shared my perception of the customer service that she was offering and asked to

  • Change Lion folder view defaults

    I seem to have two folder view behaviors in my Lion OS environment.   One is what I will call the older view where I can click on the column heading and sort by that column.    The other has a row of icons across the top that I have to click on to ch