Step by step procdure of NACE from scratch

Hi everybody,
I am new abaper. just completed abap course, doing practicals in abap ides. I want to know detail steps of NACE. for scripts/smartforms.

PROGRAM NAME IS : RFKOPR10
AT PRESENT WHEN THE USER RUNS THE REPORT.
USER WILL GIVE THE INPUTS
VENDOR RANGE,
COMPANY CODE.
AND AT OUTPUT CONROL BLOCK
Summarization Level (0-6)       6 (USER RUNS REPORT FOR THIS OPTIONS ONLY)
ABOVE OPTION IS SELECTED.
SO WHEN HE RUNS WITH ABOVE INPUTS
HE NEED VENDOR NAME IN THE OUTPUT.
SO IN THIS ENHANCEMENT WE HAVE TO INCORPORATE VENDOR
NAME1 FROM LFA1.
SO WHEN THIS REPORT IS COPIED TO ZREPORT1.
WE DID NOT COPY THE INCLUDES. SAME INCLUDES ARE USED
ZREPORT1. NO CHANGE IN INCLUDES.
SAVE AND CHECK IT IS GIVING THE FOLLOWING ERRORS.
In Unicode programs, the "-" character cannot appear in names, as it     
does here in the name "PH-LINE".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "TOP-FLAG".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "TOP-FLA2".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "OP-RASTER".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "RART-NET".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "%_RART-NET_%_APP_%".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "RART-SKT".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "%_RART-SKT_%_APP_%".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "RART-ZHL".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "%_RART-ZHL_%_APP_%".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "RART-UEB".          
In Unicode programs, the "-" character cannot appear in names, as it          
does here in the name "%_RART-UEB_%_APP_%".     
ANSWER IS REQUIRE URGENTLY
THANKS IN ADVANCE

Similar Messages

  • Steps to create quotes from scratch

    Hi guys
    We have installed ECC and just for testing purpose we want to enter some basic data starting from creating couple of customers, department, quote and order.
    Is there a simple way (steps) to follow.
    The reason for asking this question is that we don't know where to start.
    Any suggestions will be highly appreciated.
    Thanks
    Ram

    create customers (sold to, ship to, payer and bill to) through XD01, ensure you have them in correct sales area
    create material master records in MM01 making sure you have correct sales area and plant, pay attention to material type and item category group
    create quote in VA21
    I assume you will use SAP delievered enterprise structure/hierarchy.
    Mike

  • Step by Step PeopleSoft HRMS Installation from scratch.

    Hi there,
    I am a very newbie for all the Oracle products. Haven't used any oracle products ever. I need to create a POC of integrating PeopleSoft with Microsoft Technology.
    I have Windows Server 2008R2 x64 with MS SQL Server 2008R2. The Microsoft technology which would work with lastest Peoplesoft version is 9.0
    I have the edelivery account created from where I can download the software's. I need to know the what softwares and order of installing all the softwares in order to get a just basic demo Peoplesoft HRMS system ready.
    The edelivery has documentation but i found them pretty tedious for a non Oracle guy. Is there any place i can get simple steps and also if someone can tell me the order of installation here that would be great too. I need just basic Peoplesoft HRMS 9.0 env on Win 2008R2.
    Any help is much appreciated.
    Thanks,
    Vishal

    Except the database software, you'll need to go to the part number B35825-46 (PeopleSoft Human Resources Management System and Campus Solutions 9.0 Media Pack) where you can find eveything needed for download :
    1. PeopleSoft Enterprise Human Resources Management System and Campus Solutions 9.0: Feature Pack - March 2011 => V24852-01
    2. PeopleSoft PeopleTools 8.52 Disc 1 of 3 => V27724-01
    3. PeopleSoft PeopleTools 8.52 Disc 2 of 3 => V27725-01
    4. PeopleSoft PeopleTools 8.52 Disc 3 of 3 => V27726-01
    5. Tuxedo 10gR3 for MS Windows Server 2008 w/MS VS 2008 x86 32-bit => V20090-01
    6. Oracle WebLogic Server 11gR1 (10.3.4) Generic and Coherence => V24338-01
    7. JRockit JDK R28.1 for Java SE 6 with JRockit Mission Control 4.0.1 for Microsoft Windows (64-bit x86) => V23714-01
    I don't think the others components are needed in your case for a POC. And of course, the very first step is a reading of the Peopletools Installation Guide where every step is described : http://download.oracle.com/docs/cd/E26530_01/psft/html/docset.html (take the one according to the database software you are planning to build your Peoplesoft environment on).
    Moreover, you can read my previous blog entries on PS installations (sorry, it is for Oracle db, but hopefully you'll get the idea) :
    http://gasparotto.blogspot.com/p/installation.html
    An good way to get an environment for POC is of course the use of Peoplesoft OVM Template, where eveything is already ready to use, but that's based on Oracle VM, Linux and Oracle database (at least you don't have to bother with any Peoplesoft/database/tuxedo/web installation). Find out more : http://www.oracle.com/technetwork/server-storage/vm/peoplesoft-089548.html
    By the way, why 9.0 whereas 9.1 is available for quite a while ?
    HTH,
    Nicolas.

  • BADI from scratch!!

    hi all
      Can you send me documents for BADI in ECC6.0 from scratch..I am new to BADI concepts..
    Please tel me each and every steps of creating BADI from scratch..!
    Regards
    Asha

    Create BADI Steps:
    Go to SE18. Enter the definition name. Click on Create.
    In attributes, Enter short description for BADI and click on checkbox Multiple Use.
    Go to Interface tab. Double-click on Interface name which will take you to class builder screen.
    Enter Name of Method, Level and Description.
    Define Parameters for the method.
    Save, Check and Activate. Adapter class proposed by system, ZCL_IM_IM_LINESEL, is generated.
    Go to SE18. Enter the Definition name. Go to Implementation -> Create.
    Enter Implementation Name.
    Enter Implementation short text.
    In Interface tab, Double click on Method Name to insert implementation code.
    Enter code between Method and Endmethod statements.
    Check and Activate.
    Go to SE38. Create report to use created BADI.
    create badi->
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    Implementing Business Add-Ins (BADI)
    The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called
    Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and
    inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods
    as a function module with the same import and export parameters and follow the simple instructions below.
    Steps:
    1. Execute Business Add-In(BADI) transaction SE18
    2. Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display
    button
    3. Select menu option Implementation->Create
    4. Give implementation a name such as Z_HRPBSGB_HESA_NISR
    5. You can now make any changes you require to the BADI within this
    implementation, for example choose the Interface tab
    6. Double click on the method you want to change, you can now enter
    any code you require.
    7. Please note to find out what import and export parameters a
    method has got return the original BADI definition
    (i.e. HRPBSGB_HESA_NISR) and double click on the method name
    for example within HRPBSGB_HESA_NISR contract is a method
    8. When changes have been made activate the implementation
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/enhancementsandModifications-BADI,EnhancementFramework,UserExits&
    go through this above link also.
    these r excellent websites which give a step-by-step solution along with screen shots which solves u'r problem:
    How To Define a New BAdI Within the Enhancement Framework (Some Basics About the BAdI,BAdI Commands in ABAP,
    When to Use a BAdI?)
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    How to implement a BAdI And How to Use a Filter
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    Introducing Business Add-Ins
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f3202186-0601-0010-6591-b832b1a0d0de
    How to implement BAdi in Enhancement Framework
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0456c54-0901-0010-f0b3-cd765fb99702
    Business Add-Ins
    http://help.sap.com/saphelp_47x200/helpdata/en/ee/a1d548892b11d295d60000e82de14a/frameset.htm
    BAdI: Customer-Defined Functions in the Formula Builder
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    Difference Between BADI and User Exits
    http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm
    To Use BADI - Business Add In you need to Understand ABAP OO Interface Concept
    http://www.sap-img.com/abap/business-add-in-you-need-to-understand-abap-oo-interface-concept.htm
    http://www.sapmaterial.com/badi.html
    http://www.sap.com/ecosystem/partners/partnerwithsap/icc/scenarios/pdf/ICC_INTEGRATION_GUIDE_22.pdf
    Some useful URL
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    How To Define a New BAdI Within the Enhancement Framework (Some Basics About the BAdI,BAdI Commands in ABAP,
    When to Use a BAdI?)
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    How to implement a BAdI And How to Use a Filter
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    Introducing Business Add-Ins
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f3202186-0601-0010-6591-b832b1a0d0de
    How to implement BAdi in Enhancement Framework
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0456c54-0901-0010-f0b3-cd765fb99702
    Business Add-Ins
    http://help.sap.com/saphelp_47x200/helpdata/en/ee/a1d548892b11d295d60000e82de14a/frameset.htm
    BAdI: Customer-Defined Functions in the Formula Builder
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    Difference Between BADI and User Exits
    http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm
    To Use BADI - Business Add In you need to Understand ABAP OO Interface Concept
    http://www.sap-img.com/abap/business-add-in-you-need-to-understand-abap-oo-interface-concept.htm
    Rewards points if helpful.

  • TS5376 was asked to update itunes and since then itunes won't open, un-installed it and followed the necessary steps then tryed to install it from scratch but still no luck. It says it has been successfully installed but no sign of it on my computer

    was asked to update itunes last week and since then itunes won't open, un-installed it and followed the necessary steps then tryed to install it from scratch but still no luck. It says it has been successfully installed, but no sign of it on my computer.

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Pls Help me with steps to add data from xml file to SAP B1 through B1iSN.

    Pls Help me with steps to add data from xml file to SAP B1 through B1iSN. I  am getting stuck in xsl transformation. not able to understand where the mapping code needs to be added.
    Pls explain me the steps for adding data from xml to B1 quotation step by step.
    thanks and regards
    Priya

    Hi,
    Have you checked this: https://sap.na.pgiconnect.com/p45508295/?launcher=false&fcsContent=true&pbMode=normal ?
    Thanks,
    Gordon

  • Steps to extract data from teradata to bw

    steps to extract data from teradata to bw

    Thank you Roberto and Jerome!
    1.as per my knowledge my client has teradata datawarehouse on oracle database is it possible. and also can he use cognos for reporting?
    2. now teradata data can be only extracted to bw or also to r/3?
    3.and  after extracting the entire historic data where can i store?is it in 1infocube or store in different cubes related to modules?
    if my questions are wrong please clarify them?

  • Steps to uninstall app from ipad3?

    Steps to uninstall app from ipad3?

    You are pressing and holding the app for a second or two until they start to shake, and not just tapping it ? If you don't get the 'x' on any of the apps that you've downloaded (you can't delete built-int apps) then check that Settings > General > Restrictions > Deleting Apps isn't set 'off'

  • TS1314 can you write the steps for transferring photos from my pc to ipad2

    Can you please write down the steps for transferring photos from my PC to IPAD2?

    Sync photos to iPad
    http://support.apple.com/kb/HT4236

  • Post Installation steps for Messages archiving from Adapter engine

    Hi,
    Can any let me know the post installation steps for Archiving messages from AE.
    We are archiving the messages from Integration Engine (BC_XMB).
    This note refers to the Post installation steps... But i could not find them anywhere.
    Note 790226 - Messages in AdapterEngine/PCK database do not get archived
    Thanks,
    Tanuj
    Message was edited by:
            Tanuj Kumar Bolisetty

    Hi Tanuj,
    have a look at note 872388
    "2) For messages in the Adapter Framework: note 816022, question 8
    (deletion) and
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/b2fc3f48ecc742e10000000a
    1550b0/content.htm (archiving)"
    Additionally consult the troubleshooting guide,page 110
    Set the adapter service properties (note 791379)
    Hope it helps
    Jaime

  • Steps to running payroll from start to finish

    Hello please kindly help with steps to running payroll from start to finish. All my payroll elements are coming out blank. I guess i'm missing out something

    Hi,
    Please refer the below link which will give you fair idea on costing and the steps to run payroll.
    http://anilpassi.com/apps_tutorials/payroll/Payroll_Costing_Screenshots.pdf
    Thanks,
    Sanjay

  • Can anyone give me step by step for calling FM from one SAP to another SAP

    can anyone give me step by step for calling FM from one SAP to another SAP
    points will be rewarded,
    thank you,
    Regards,
    Jagrut BharatKumar Shukla

    *& Report  RFC_FOR_CUSTOMER_LIST
    *& RFC to a Fn. module from another system which implements BAPI
    REPORT  rfc_for_customer_list.
    DATA:
      fl_status TYPE i.
    DATA:
      fs_message TYPE bapiret2.
    DATA:
      BEGIN OF fs_customers,
        id   TYPE s_customer,
        name TYPE s_custname,
      END OF fs_customers.
    DATA:
      t_customers LIKE
         STANDARD TABLE
               OF fs_customers.
    CALL FUNCTION 'Z_BAPI_GET_CUSTOMER_LIST' DESTINATION 'R3N'
      IMPORTING
        return = fs_message
      TABLES
        customerlist = t_customers.
    IF sy-subrc EQ 0.
      fl_status = 1.
      LOOP AT t_customers INTO fs_customers.
        WRITE:
          /10 fs_customers-id,
           30 fs_customers-name.
        AT LAST.
          WRITE:
            /,/5 'No of customers in R3N = ', sy-tabix.
        ENDAT.
      ENDLOOP.
    ELSE.
      MESSAGE 'RFC failed' TYPE 'S'.
      EXIT.
    ENDIF.
                           TOP-OF-PAGE EVENT                            *
    TOP-OF-PAGE.
      IF fl_status NE 0.
        WRITE:
          /12 'ID'   COLOR 6,
           32 'NAME' COLOR 6.
        SKIP.
      ENDIF.
    This is one small example...
    Regards,
    Pavan

  • HT2729 Steps to transfer music from flash drive into iTunes library.

    What are the steps to transfer music from a jump drive into iTunes library? I am not finding where to drag a song off my jump drive and onto my iPhone.

    You can't drag it from a jump drive to your phone. You can drag it from a jump drive to iTunes on your computer then sync your iPhone.

  • Can someone tell me step by step how to record from audio tape to mac book with the help of xitel import deluxe

    Can someone tell me step by step how to record from audio tape to mac book with the help of xitel inport deluxe system.  Somebody had mentioned that we do not have to download the software - so I did not, but the computer does not recognize the connection.  How can I know it is connected - can someone please tell me step by step as teaching a layman.  Thanks.

    It seems this question is best posed to the makers of "xitel".
    I looked up A product and it is out for Windows but does not mention Mac OS X:
    http://www.xitel.com/USA/prod_inportpro.htm

  • Is there a step by step guide on upgrading from leopard to lion inlcuding data backup and migration?

    is there a step by step guide on upgrading from leopard to lion inlcuding data backup and migration?

    Let me just give you the breakdown:
    Snow Leopard (10.6) needs to be purchased. You need Snow Leopard because it has the Mac App StoreAlternatively, you could get the Lion USB drive, but much more expensive
    Once you have installed Snow Leopard, open the Mac App Store and find OS X Lion. This downloads OS X Lion Installer. After the download finishes, click on it, follow the steps and the installation begins!
    No data will be lost during any of the upgrades
    Let me know if you have any further questions.

Maybe you are looking for