ME2N -Customized output -Urgent!!!

I have customized ME2N transaction, my output is ALV format , Here I just changed to logic of 2 performs where I can add the my own flds into the output list.
for the GUI status which is not working like PO changes,scheduled...buttons (also there in the standard transaction).
Please help me

Hi,
You can create your own local strcutureby inlcuding this strucutre as follows.
TYPES: begin of new_struct.
INCLUDE STRUCUTRE MEREP_OUTTAB_PURCHDOC.
TYPES: new_filed type <give your type here>,
end of new_Struct.
then create table type and work area for the new type.
DATA: itab type table of new_Struct,
           wa_area like line of itab.
now copy data as followows.
LOOP at original_ta into origianl_workarea.
move-corresponding original_workarea to wa_area.
wa_area-new_filed = <assign your value using some code READ TABLE etc>.
append wa_area to itab.
endloop.
then create list using ITAB instead of original table.
Regards,
Sesh

Similar Messages

  • Issue with configuration of 'Special Function' to a custom output type

    Hi Experts,
    In my project we have a requirement to configure a custom output type for application V3 (billing) and assign a Special Function to it. I have assigned a custom Program Name and a custom form routine within the custom output type in Processing Routines (in NACE). But when I try to save the Billing document using VF01 / VF02 it gives me an error saying 'Processing Routine XXXXX in program ZXXXXX does not exist'. I have double checked that the Z program is activated. I have declared as follows:
    REPORT ZXXXX.
    FORM XXXX USING return_code us_screen.
    Can anyone please tell me if I am missing something?
    Thanks,
    Avi

    Hi Neil,
    Now this error is resolved. It does not give me that message anymore. But I am getting a new error while saving the billing document with the customized output type. Following is my configuration in NACE:
    Application: V3
    Output Type: ZMAM
    Program: YVRO_TOLLING
    Form Routine: F_FETCH_AND_PREPARE_DATA
    I am trying to place a break-point within the form routine F_FETCH_AND_PREPARE_DATA but it does not stop there. When go back inside the billing document, it shows an error against the ZMAM output type but has nothing in the processing log. Am I missing something?
    Avi

  • Custom output type configuration for Handling units

    All, Can any one guide me how to configure AZ output types for handling units?  My scenario is as follows.
    To print a new label for the handling units as soon as the packing happens. User should be able to see this new custom output type in VLO2N/VL03N.  Also user can print the labels thru VL74 by inputting the custom output type and processing mode. 
    For this I did the following.
    Created a new custom output type in "NACE" under the application "V6 - Handling Units".  And assigned print program and smart form for this output types.  After this I am able to see the output types in VL74, when I did F4 on output type field.  But I am not able to see the new output type in VL02N/VL03N.
    Can anybody tell me what needs to be done to get the new output type in VL02N/VL03N.
    Thanks in advance.

    for Delivery , Application is V2.
    regards
    Prabhu

  • Custom output type is not triggering automatically

    Hi Experts,
    We have created a custom output type for Delivery idoc processing.
    it is working fine for all ship to patrys.
    but from last 2 months onwards we are facing problem for one ship to party.
    output type is not triggering automatically but for rest of ship to party's it is triggering automatically.
    we have maintained conditions and also selected trigger immediately.
    earlier it was working fine, but from last 2 months onwards we are facing this problem.
    Thanks
    Sai

    Hi,
    Goto the Delivery document  and in the Output screen check the Determine analysis for output.
    There it will clearly show what is missing .
    Please check that and revert back if you need more clarification.
    regards,
    santosh

  • Configuring custom output

    Hi All,
    I want to configure a custom output for Idoc messaging/ printing purpose. So I have used NACE to create a new output type then unable to configure the access sequence fully. I am getting error "Corresponding entry in "Accesses" missing" while trying to config via transaction V/50.
    Can you please tell me what the steps in details are?

    Hi
    The language to be used is in parameter CONTROL_PARAMETERS, and it can't change it as it's an IMPORT parameter.
    Then the language is transferred to the global data %HEADER-LANGU and %LANGUAGES-LANGU1, u can't try to change them.
    also refer the link
    how to change the language in smartform?
    Regards,
    Dhina..
    Edited by: Dhina DMD on Aug 2, 2011 9:26 AM

  • After Effects CS6 render-only: Custom output modules?

    With After Effects CS5.5, we've been able to include custom output module templates (so, aside from the default Lossless, TIFF Sequence with Alpha, etc.).  We're having trouble doing the same with CS6.  Is there any way to make this work?

    this explains what we are trying to use, non-royalty-bearing mode.
    http://blogs.adobe.com/aftereffects/2012/06/codecs-and-the-render-engine-in-after-effects- cs6.html
    please understand we are using a render queue to remotely execute aerender from the commandline.
    http://help.adobe.com/en_US/aftereffects/cs/using/WS3878526689cb91655866c1103a4f2dff7-79a3 a.html
    this is the command that is entered:
    "C:\Program Files\Adobe\Adobe After Effects CS6\Support Files\aerender.exe" -project "\\nas3\graphics\jobs\13912_SHIELD\cmp\BB\BB_CS6_Test2\BB_CS6_Test2.aep" -comp "HeroComp" -output "\\nas3\graphics\jobs\13912_SHIELD\images\BB\BB_CS6_Test2\BB_CS6_Test2.[####].sgi"   -v "ERRORS_AND_PROGRESS" -RStemplate "Full" -OMtemplate "SGI_Premultiplied" -s 11 -e 20
    if we place ae_render_only_node.txt into the appropriate folder this is the error that is generated:
    has video RAM(MB): 0
    aerender version 11.0x378
    PROGRESS: Adding specified comp to Render Queue
    aerender ERROR: No output module template was found with the given name.
    LoadLibrary "n" failed!
    LoadLibrary "n" failed!
    if we register the software aerender correctly renders the frames.
    note: the sgi file format does not have codec licensing restrictions such as mpeg2.

  • NXT custom output

    I'm constructing a robot for a school project in which I am needing to use custom NXT inputs and outputs.  For my input I am needing the NXT to recognize a voltage sent to it from a metal detector (between 1.5 and 1.9 volts) and then rotate a motor, to specific degrees that correspond to a sorting device I have made.  Secondly I need a custom output that will send a voltage to a solednoid to life a plunger to allow a coin to fall through a hole.  I am having troubles creating code that will succesfully run, and perform the actions desired....any help will be much appreciated.
    Solved!
    Go to Solution.

    Hi LracNayr,
    I'm not familiar with the NXT. What I can offer is going to be more of a top
    level approach to trouble shooting. I would recommend that you visit the Lego
    FAQ webpage for more specific trouble shooting steps.
    If you are having an issue with reading in the input, the first step I would
    take is to read the raw voltage output from the metal detector using a DMM.
    Your metal detector may not be outputting the correct voltage for each of the
    corresponding coins. Once you have verified that the output voltage is correct,
    I would go on to test the raw voltage reading with the NXT hardware. With NI
    products, you can accomplish this using Measurement and Automation (MAX). I do
    not know if this is possible with NXT, however, the general principle will be
    the same. You want to verify the output voltage from the hardware first before trouble
    shooting the software. When that's done, it's unlikely that you will see an
    error assuming that you are using the appropriate functions.
    I hope this helps. As stated before, NI does not support this particular
    product. I strongly recommend that you visit the link I send you with a
    previous post.
    Regards,
    Josh L.     
    Applications Engineer
    National Instruments

  • Restrict Purchase Order to generate custom output message on condition.

    Hi Experts,
    We have custom message / output types ZEMA(E-Mail) & ZNEU(Standard Mail) configured for Purchase Orders.
    We have a requirement from client to restrict the generation of output message ZEMA, if the amount of the PO is greater than some limit say 100USD. And the message output should also be avoided to create entry in ME9F.
    Can you please advise if there are some way (User Exit?) that prevent the output message in this scenario (specific PO Type) without touching the current Condition setup?
    Here I would need the new PO object being created and the amount on the PO from the field NETWR.
    Thanks,
    Ankur

    Hi Jurgen,
    Sorry for missing out the Dump details earlier.Please find below an extract from the dump:
    Category               ABAP Programming Error
    Runtime Errors         POSTING_ILLEGAL_STATEMENT
    ABAP Program           FRMSCM0012
    Application Component  Not assigned
    Date and Time          10.06.2014 08:30:46
    Error analysis
         There is probably an error in the program
         "FRMSCM0012".
         This program is triggered in the update process. The following ABAP
         statements are illegal here:
         - CALL SCREEN
         - CALL DIALOG
         - CALL TRANSACTION
         - SET SCREEN
         - LEAVE TO LIST-PROCESSING
         - SUBMIT
         - LEAVE SCREEN
         - LEAVE LIST-PROCESSING
         - LEAVE PROGRAM
         - LEAVE TO TRANSACTION
         - MESSAGE I/W/E (if not handeld using EXCEPTIONS ERROR_MESSAGE)
         - MESSAGE A
    How to correct the error
         Probably the only way to eliminate the error is to correct the program.
    If the error occurs in a non-modfied SAP program, you might be able to
    find a solution in the SAP Notes system. If you have access to the SAP
    Notes system, check there first using the following keywords:
    "POSTING_ILLEGAL_STATEMENT"
    "FRMSCM0012" bzw. FRMSCM0012_SF
    "SFORM_PRINT_OUTPUT"
    Information on where terminated
        The termination occurred in ABAP program "FRMSCM0012", in
         "SFORM_PRINT_OUTPUT". The main program
        was "RSM13000 ".

  • Customer Statement URGENT

    Hi Guys,
    What is the stnadard T-code to generated customer statement or the program name.....
    appreciated ur reply urgently.. thx

    HI
    Customer statement if your looking for leagcy report it is not available std SAP. We need to go ABAP development the tables are BSID (open item) BSAD (cleared items)
    Thanks
    Colin thomas

  • Extra Page coming in the PDF output -- Urgent

    Hi All,
    I have created an AR Invoice Print report (pre-printed).
    size of the stationary is half of A4.
    In a single A4 page two invocies will be accommodated.
    Here i have not used page break concept. I have adjusted the template with spaces.
    But when are invoices are given in a range lets say 1 to 10.
    The PDF output should have 5 pages accommodating 2 invoice in each page (this is working perfectly), but with this an extra black page is also getting generated. (The PDF is having 6 pages).
    If the range is given between 1 to 9 the extra blank page will not get generated.
    Is there any way to solve this issue???
    It little bit urgent.. :)
    Regards,
    Jana

    Jana,
    http://blogs.oracle.com/xmlpublisher/2007/03/
    Check on the "Anatomy of a Template I & II"... should work on your case. Also, make sure extra carriage returns and unnecessary spaces between tables are removed. If you use fillers, be sure to have the same height attribute as the field being filled.
    regards,
    Rownald

  • BA00 Output Urgent

    Hi all,
    I created a new payment terms but the invoice output shows
    the one thats in the order i.e. the correct one.
    but the order output shows the diffrent payment terms the one that is not in the order or the customer master.
    all partner functions are same.
    Rgds

    hi,
    check your layout program with help of your abaper. It seems that part of text is either hardcoded or you would then need to check the print program whcih is fetching the values from VBKD table.
    Your abaper can simply debug the output program and can fix it.
    regards
    sadhu kishore

  • ME32 Outline agreement problem(when saving it issuing message output)urgent

    Hi ALL,
    I executing Tcode me32 and make changes on this. It will issuing output message.My need is to suppress <b>output message</b> while executing this in Background.Because me32 uses more than 500 PO orders.This will posted data to IDOC(For LSMW processing).IDOC uses message type BLOACH.IDOC type is basic(BLAORD03).

    Hi
    If the requirement is for one time data transfer then it is better to delete the condition records before the transfer and then add it again after the transfer.
    ( This is the way we normally do for initial data transfer ).
    If its an ongoing process then you will have to use routines as IDOC will only create the document . Output processing is done by the Contract Create program itself and not by IDOC Function Module .  The only thing is intead of SY-BATCH you can use some other way to distinguish whether the contract is being created by IDOC .
    Now you have not mentioned whether you will use standard FM IDOC_INPUT_BLAORD or write your own Z Function for IDOC processing.
    I am giving a sloution for both.
    In IDOC_INPUT_BLAORD  there is a user exit
    EXIT_SAPLEINN_002 ( ZXM06U10 ). You can just write one line here
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    Or In you custom FM you can write
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    In the requirement routine as suggested in previous post
    use
    DATA FLAG.
    SY-SUBRC = 0 .
    IMPORT FLAG TO MEMORY ID 'BLAORD'.
    IF SY-SUBRC EQ 0 AND FLAG = 'X'.
    >>> C0de will branch here only when executed thru IDOCs
      SY-SUBRC = 4 .
    ENDIF.
    With above method only when contract created thru IDOCs messages will be suppressed.
    Cheers

  • Customer exit ==== Urgent

    Hi All,
    I ,  have a requirement where i have a purchasing organization to be displayed on the selection screen of the quesry and when the user executes an F4 on the selction screen he should only see the Purchasing Organization which have Classification (which is an attribute of Purchasing Organization ) which Equals to 'X'
    Can u pls help me it's urgent.
    Regards
    Rao

    Hi,
    this is for creating customer exit,
    goto CMOD> Goto ur project code> Enhancement for reporting>there u'll find the function module name>EXIT_SAPLRRS0_001> double click on this> ZXRSRU01--> it will lead to the next screen, here u have to write an ABAP code
    create a variable for purchase organization(right click on the corresponding info object-->create variable), it will be available in ur selection screen, here in the variable processing type u should customer exit as the processing type.
    then type ur ABAP code, for ur case u have to use IF condition like Purchase organisation= " " then give ur attribute name="X"..else come out of the loop.
    hope this helps...

  • Getting processing log for our custom output triggering FM?

    Hello,
    VA02 > Extras>Header>Output>Edit --- Triggering an custom IDOC
    Stadnard SAP output programs shows IDOC number on output processing log. But, our custom programs/FMs the one we use to trigger on order IDOC, don't show the processing log. How to get this processing log for custom FMs just like standard SAP?
    Thank you

    Hello
    I am sending my custom IDOC by using FM  'MASTER_IDOC_DISTRIBUTE', if it went well (sending successfully - status is '03') in next step am using PERFORM FILL_NAST_PROTOCOL(ROIKCALE) routine.
    But, when i checked the PROCESSING LOG of the associated green latest item in VA02/03>Extras>OP>Header>Edit....am getting a message that "No processing log exists"
    How to get/see my IDOC #?
    when i saw the F1, it says, "System logging has been de-activated for the selected output type (use settings in Customizing for current application for the selected output type)"
    When i checked the settings in NACE (and then clicking lense), they are fine.
    Am i seeing correctly to get/know the generated IDOC #?
    Thank you

  • Deleting obsolete customer outputs

    We haven't used customer master configured outputs for quite a while now.  Is there a program which will mass delete output records from table KNVD?  Or is there a BAPI or FM which I can program into an abap?

    Nice report but it won't delete entires from the table unless the customer no longer exists.  My customers still exist; I just want to eliminate some/all of the output records on KNVD.
    Edited by: Bruce Risto on Dec 16, 2009 7:38 PM

Maybe you are looking for

  • [SOLVED] Xfce terminal open links with wrong browser.

    After installing Opera as second browser, xfce terminal began to open links with it, instead of my default browser - Firefox. I right click on an URL, choose 'Open Link' and it opens in Opera. Firefox is set as default browser in Settings -> Preferre

  • AccessControlException:  What am I doing wrong?

    Hey guys. I am trying to read an write files on the web server that the applet is on but I keep getting an AccessControlException error. Here is the method that is getting the error: public void saveFile()         File dayFile = new File( fileName );

  • BT ADSL2+ Activation Date Disappeared

    On checking samknows regarding broadband in our area and noticing that BT changed the activation date for the enablement date of March 2010 after originally being marked for November 2008, the activation date has now disappeared again. Does this mean

  • Not able to sign in to iMessage (iOS 7.1)

    Hi I have iPad mini running iOS 7.1. I am not able to sign in to iMessage. The apple id is correct as I am using it to post this question. Please help me with this problem. Thank you for your time Tahir Shaikh

  • String Character Selection

    I just want to know if anyone knows the code so I can select the first character in a string and the last character in the string so that I can do the following function : First("ABC") ^ Last("ABC") = Answer Tks for any help