Application type in NACE

hi,
    Can any one tell me the application type (or description ) in NACE of
         1) sales quantity contract
         2) sales value contract
thanks in advance ,
sg

Hi,
The Application types shoule be V1, V2 or V3
Regards
Sudheer

Similar Messages

  • Application type for BOM in NACE transaction.

    Hi all,
    Can anybody tell me Application type for BOM in NACE transaction.If not provided by standard SAP please tell me how ca it be done z-way.
    Thank you.

    go to tcode nace.
    click on application type V3(billing).click on output types..select output type RD00 and click on processing routines..
    attach ur program anme and smartform dere...
    Customizing Commercial Invoice
    Re: SAP Standard Scripts ( how to Modify Standard Scripts)

  • How to find the application type fora Script based on Form name?

    Hi Guys,
                can anybody tell me how to find the Application Type and output type based on Form name and print program name?
    I am having form name as: ZINVENT (INVENT is the actual) and program name as RM07IDRU.How can i find the Appliction ntype and OutType for entering into the NACE tr code.
                    i tried thru TNAPR table but i was not able to find the Entry in the TNAPR with form Name and printprogram name
                   Th Script is about Phsical inventory Documents.
    Thanks,
    Gopi.

    You can use this...
    REPORT  Z_DUMMY_ATG NO STANDARD PAGE HEADING.
    *======================================================================
    * Tablas
    *======================================================================
    TABLES: TTXFP.
    *======================================================================
    * Tablas Internas
    *======================================================================
    DATA: T_TTXFP TYPE STANDARD TABLE OF TTXFP WITH HEADER LINE.
    *======================================================================
    * Selection-Screen
    *======================================================================
    SELECTION-SCREEN BEGIN OF BLOCK SCRIPT WITH FRAME.
    SELECT-OPTIONS:
                  PRINTNAM FOR TTXFP-PRINT_NAME,
                  TDFORM   FOR TTXFP-TDFORM.
    SELECTION-SCREEN END OF BLOCK SCRIPT.
    *======================================================================
    * Start-of-selection
    *======================================================================
    START-OF-SELECTION.
      PERFORM SELECT_DATA.
      PERFORM PRINT_DATA.
    *&      Form  SELECT_DATA
    *       Seleccionamos los datos del reporte.
    FORM SELECT_DATA.
      SELECT TDFORM PRINT_NAME LAST_PROG
      INTO TABLE T_TTXFP
      FROM TTXFP
      WHERE PRINT_NAME IN PRINTNAM
        AND TDFORM IN TDFORM
      ORDER BY TDFORM.
    ENDFORM.                    "SELECT_DATA
    *&      Form  PRINT_DATA
    *       Imprimimos el resultado del reporte.
    FORM PRINT_DATA.
      FORMAT COLOR 3.
      WRITE: 'Programa', 18 'Formulario', 50 'Flag de Ultimo programa'.
      FORMAT COLOR OFF.
      SKIP 1.
      IF NOT T_TTXFP[] IS INITIAL.
      SORT T_TTXFP BY PRINT_NAME.
        LOOP AT T_TTXFP.
          IF T_TTXFP-LAST_PROG EQ 'X'.
          FORMAT COLOR 4.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          FORMAT COLOR OFF.
          ELSE.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDFORM.                    "PRINT_DATA
    Greetings,
    Blag.

  • OUTPUT TYPE  in Nace!

    What is the meaning of output type in NACE ?

    Check out these threads on NACE
    SAP Script   -    NACE
    TNAPR vs NACE
    Condition records in NACE?
    NACE is used to create output type while creating the output type you will mention forms, and driver program.
    that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.
    so check in NAST, TNAPR table
    Output types are added basically by BASIS people
    contact ur basis
    Output types are represent how you want to output information. In SAP Script context it links the print program with SAP script. Output types are part of Output determination procedure which is linked to the application (e.g. Purchsing). Output types are also linked to Access sequence, which allows you to create condition records so that output types can be processed automatically.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm
    By using NACE transaction we will assign Sap script and driver program to O/P type in an aplication for different mediums (like print/fax , mail) .
    Example :
    NACE--> Application EA --> means for PO > check O/P "NEU" (SAP standard)> Medium "Print" --> You can find the Driver program and Sap script associated to it.
    If you have your Own o/p, Script and program. Then you will assign the by using T/code NACE. Then this will appear when you want to print PO or other.
    NACE transaction
    In this transaction you can attached your Form ad your driver program .
    As you know you have got a Form say ZForm
    and a driver program say ZDriver.
    In NACE you assign an output type say ZOUT in which you attached these two so that you can identify which form is attached to which layout (Very important steps).
    **how otput typpe will help you
    say in the transaction say IW32 , if you want to hava a preview of ur output , then it will ask for ur output type . then u can select ur output type ZOUT which u had created in NACE transaction and then u will be able to view ur layout preview.
    Few tables are also important in thisaspect.
    TNAPR
    **where can we get the print program for that exising form
    Say if ur using any standar transaction then u can go to
    System --> status
    there you can find the driver of print program

  • Print quantity output type in NACE

    Hi all,
    we have created a new output type in NACE for the shipping notification (application V2).
    Where can I configure the standard print quantity when using the output type?
    We want to print out the document twice every time it is triggered.
    Thanks
    Anne

    Hi Anne,
    Whenever we trigger a smartform, we normally get a pop-up window where we mention various printing options (no. of copies, device name etc...) But these options can be programmed in our driver program as well and also we can suppress this pop-up window. These printing options are part of a structure which you can find using F1 help on the pop-up window.
    Now coming to your query, you can provide the number of copies you want in your program by populating the appropriate field of the structure and also by suppressing the pop-up window. So, after that each time when we print your smartform you will get the desired number of copies.
    I hope it will help you to solve your issue.
    Regards,
    Sambaran Ray.

  • Application type for invoice

    What is the Application type for invoice in NACE?
    Regards,
    pandu.

    go to tcode nace.
    click on application type V3(billing).click on output types..select output type RD00 and click on processing routines..
    attach ur program anme and smartform dere...
    Customizing Commercial Invoice
    Re: SAP Standard Scripts ( how to Modify Standard Scripts)

  • Hoe to find the Application type for  Script?

    Hi Guys,
                 Can antbody tell me how to find the Application type for a Form.?I was given a req with form name ZINVENT.He asked to make some changes to the exisitng form.
                the form is for Displaying Physical Inventory Documents.table is IKPF and ISEG.
                 I was not able to see in NACE tr Code becoz i dont know the Application.and i dont know the print program also,But he gave me the name of the program as RM071DRU, which i was not able to find the SE38 tr code
              So anybody can plz tell me what's the Application and print program?How can we find in NACE tr code?
    Thanks,
    Gopi.

    Hi Gopi,
    U can check the application type ME or M1 in NACE transaction.
    If not check the program name given to u in TNAPR table..where in u can find the application type and output type...
    Reward if useful..
    Venkat

  • Sap script - application type

    I did not find any application type for Transfer order in Tcode: NACE.
    What shall i do now. Please help me out?

    In WM output is configured with transaction OMLV
    SPRO Menu path -> Logictics Execution->Warehouse->Activities->Define Print Control
    For more info check link
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/f83e334afa11d182b90000e829fbfe/frameset.htm

  • How does Azure Compute Emulator (or the Azure one) determine if a role is web project or something else ("The Web Role in question doesn't seem to be a web application type project")?

    I'm not sure if this is F# specific or something else, but what could cause the following error message when trying to debug locally an Azure cloud service:
    The Web Role in question doesn't seem to be a web application type project.
    I added an empty F# web api Project to a solution (which adds Global.asax etc., I added an OWIN startup class Startup etc.) and then from an existing
    cloud service project I picked Roles and
    chose Add
    -> Web Role Project in solution, which finds the F# web project (its project type guids are 349C5851-65DF-11DA-9384-00065B846F21 and F2A71F9B-5D33-465A-A702-920D77279786),
    of which the first one seem to be exactly the GUID that defines a web application type.
    However, when I try to start the cloud project locally, I get the aforementioned error message. I have a C# Web Role project that will start when I remove the F# project. I also have F# worker
    role projects that start with the C# web role project if I remove this F# web role project. If I set the F# web project as a startup project,
    it starts and runs as one would expect, normally.
    Now, it makes me wonder if this is something with F# or could this error message appears in C# too, but I didn't find anything on Google. What kind of checks are there when starting the emulator and which one needs
    failing to prompt the aforementioned message? Can anyone shed light into this?
    Sudet ulvovat -- karavaani kulkee

    Sudet,
    Yeah you are right, the GUID mentioned seems to be correct and the first one i.e. {349C5851-65DF-11DA-9384-00065B846F21} means the web application project which compute emulator uses to determine while spawning up role instances.
    You might want to compare the csproj of your C# and F# web projects which might give some pointers.
    Are you able to run your F# web project locally in IIS? If yes then you will definitely be able to run it on azure so I will recommend to test it in IIS Express first.
    Here are some other tips which you can refer or see If you are yet to do those settings
    1. Turn on the IIS Express - You can do it by navigating to project properties
    2. Install Dependent ASP.NET NuGets / Web Api dependencies (If there are any missing), Reference System.Web assembly
    Also I will suggest to refer this nice article about how to create a F# web Api project
    http://blog.ploeh.dk/2013/08/23/how-to-create-a-pure-f-aspnet-web-api-project/
    Hope this helps you.
    Bhushan | http://www.passionatetechie.blogspot.com | http://twitter.com/BhushanGawale

  • How to create a account key for application type M ?

    Hi Guys,
    How to create a account key for application type M ? and link the same with
    Gl account.
    thanks.

    Hi
    Please create the account keys or transaction keys in
    SPRO-> IMG-> MM-> Purchasing-> Conditions-> Define Price Determination Process-> Define Transaction/Event Keys
    Thanks & Regards
    Kishore

  • Document Type specific to Application Type

    Dear All,
    Can any one guide me how to configure Document Type specific to Application Type in DMS.
    What I mean, Doc Type 'DRW' should be used only ACAD Drawings, user should not able to attach or check in word document to it.
    same time Doc Type 'DOC' should be used only word document , user should not able to attach or check in ACAD Drawings to it.
    Thanks & Rgds,
    Sukan
    [email protected]

    Hi Sukan,
    Go to Tcode<b> "DC10"</b> i.e. Define Document types
    here you find the two fields <b>"Def WS Appl."</b> and <b>"Dis WS applic."</b>
    these two fields are for specifying the Application you need for a particular document types.
    so when you try to create a DIR and attach the Original by create or open then
    by default you see the application what you have set in the DC10 for that particular document type but can be changed.
    <i>So you need to put a check on field "<b>DAPPL"</b> i.e. Authorization check through Object <b>"C_DRAW_DOK"[/</b>i]
    Regards
    Rehman
    Reward Your Points If Useful

  • How do I get rid of the alert "(Java Scriprt Application)Type error: Text is undefined   I get it when I get a new Internet page using Firefow

    How do I get rid of the alert "(Java Scriprt Application)Type error: Text is undefined>  I get it when I get a new Internet page using Firefow

    I do not want to half to install things into my PC that i do not trust! I just want this gone and like i said Firefox should of given us the choice to add this and not forced us, because if there is no actual way to remove it then il be forced to remove Firefox till they either remove it or allow us to remove it!

  • Flex iPad Application : Run code before application enters background  Application Type: Flex Mobile Application Target Platform: iPad AIR Version: 4.0 Development Environment: Flash builder 4.6  I want to run some code just before iphone application goes

    Application Type: Flex Mobile Application
    Target Platform: iPad
    AIR Version: 4.0
    Development Environment: Flash builder 4.6
    I want to run some code just before iphone application goes into background. I need function similar to didEnterBackground
    of native xcode app
    (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegat e_Protocol/Reference/Reference.h
    tml#//apple_ref/occ/intfm/UIApplicationDelegate/applicationDidEnterBackground:)
    I tried using devactivated function of flash.display.STAGE.
    I used following addEventListener:
    STAGE = this.parent.stage;
    STAGE.addEventListener(Event.DEACTIVATE, onAppDeactivated);
    It worked for me but only when device is connected to development environment in debug mode. When I create my release build
    it is not working.
    So how can I make sure that my code runs before application goes into background.

    Even I am facing almost same issue
    Problem installing Adhoc version to iPhone and iPad - Development Environment Is - Adobe Flash CS6

  • Clarification sought about Application type and library availability

    I am new to Adobe's product line and am confused about something and would be grateful for some clarification.
    In Flex Builder 3 when creating a new Project, there is an Application type radio button:
    O Web application (runs in Flash Player)
    O Desktop application (runs in Adobe AIR)
    Is my understanding correct that if I choose "Web application", classes identified in the documentation as "AIR only" (e.g. HTMLLoader class) will be unavailable to my app?
    Here's the source of my confusion. The class is called flash.html.HTMLLoader  and the class is found in the flash.html package, but the documentation reads "(AIR only)".
    Do I have to choose "Desktop application" when creating the new project if I want the app to have access to the HTMLLoader class (and others marked "AIR" in the docs)?
    Thanks

    Yes, that's exactly right.
    I assume the source of the confusion is that the "AIR only" classes are still in the flash.* package. In the early days there was some discussion back and forth about the appropriate place to put AIR only classes. In the end it was decided that they would be in the same top-level package as the Flash Player classes.
    (To add to the confusion, there is also an air.* package. That package contains classes that are AIR-only but are not built-in to AIR. In other words, they're additional code libraries that make certain functionality easier, but they're written in ActionScript and run on top of AIR just like any ActionScript code you write, rather than being part of the AIR runtime.)

  • New page ignored when adding Application type items

    Is it a bug or a feature?
    When I add an item of type "Application type" and I enter "Link That Displays Item In New Browser Window" the application is still opened in the window with the folder.
    Using Portal 3.0.8 ....

    Works fine in 3.0.9. Do you mean "Application Component" type?
    Regards,
    Jerry

Maybe you are looking for

  • After upgrading to Firefox 36.0.4, it automatically installed noscript

    After upgrading to Firefox 36.0.4, it removes all my existing add-on extension. In addition, "noscript" was automatically installed and there is no way to remove it. The "noscript" add-on does not show up in any of the add-on extension for me to disa

  • IDOC Error - Function module not allowed: IDOC_INPUT_HRMD

    Hello Gurus, I have an issue with the IDOC Transfer. I am using the program RSEINB00 to read the file and convert the data into IDOCs with status 64. But all my Idocs are getting created with status 51 and the error is getting populated as " Function

  • 1920x816 circles

    Hi- I have a motion project that's 1920x816 with some circles that originate from a Photoshop file. When I import this into FCP in a sequence it looks fine. I then send it to Compressor using the custom 16:9 setting under frame size, and when I enter

  • Hp color laserjet cm1312: can no longer open the cartridge drawer

    I'm happy with my cm1312nfi printer. I've been using it for years, typically 1000 sheets a year, and I was always pleased with it. Until last weekend.  After printing 240 pages full color (yup, once in a printer's life time), I can no longer open the

  • PHOTOSMART 7520 PRINTER SETUP CARTRIDGE

    iI mistakenly trashed the 564 setup cartridge..printer will not function without this...is there a substitute cartridge that I can use???