Wants-own sheet in SAP B1

Dear Friends,
my requirement is that i want one sheet to store in SAP B1,in that how to make item master data code, its meaning is stored.it is required for making a new item code .means this is one type of summry of guideline to make perfect item code.
means while making new item code ,we will see it.
how to incorporeate it.
regards,
mahesh

Dear Sudh.
your solution is right,but this i have to attach for each master data.
my req. is that. when i create new item master code.that time for help i req.this doc.That may be present in tool bar like.means i can just see it.
regards,
mahesh

Similar Messages

  • Uploading data from Excel sheet into SAP.

    Dear All,
    I want to upload data existing in Excel sheet into SAP. Is there any possibility with the following requirements?
    1) Excel file contains serial numbers with different values.Like power(230Wp),Voc,Isc,Vmp and Imp.
    2) We need to upload the same data into SAP with validations.
    3) Validations are like no serial number should be repeated.
    4) And depending on the Power value, the serial number should be assigned to different batches.Eg:The batches are as follows:
         201 - 210
         210 - 220
         220 - 230
       and if the Pmax of the serial number is 205.It should be assigned to batch 201 - 210 .
    5) At present we are using MB31 to post the serial numbers which are existing in the flat file.
    Thanks and Regards,
    Varun Siddharth

    Hi,
    Refer to the following code:
    DATA: lv_filetype(10) TYPE c,
            lv_gui_sep TYPE c,
            lv_file_name TYPE string.
      lv_filetype = 'ASC'.
      lv_gui_sep = 'X'.
      lv_file_name = pa_dfile.
    FM call to upload file
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = lv_file_name
          filetype                = lv_filetype
          has_field_separator     = lv_gui_sep
        TABLES
          data_tab                = gi_zhralcon_file
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    The excel file must be a tab delimited file.
    Hope it helps.
    Regards,
    Rajesh Kumar

  • Fax Cover Sheet from SAP / Rightfax

    Hi,
    My requirement is to generate a cover sheet whenever a PO/SO/any document is faxed. We have Rightfax through SMTP/SAP Connect configured. Rightfax does provide a generic cover sheet option but it can only contain the fax numbers and recipient name. It suggests to use SAP Cover sheet. Have few questions, and here they goes:
    1. How can I enable SAP Coversheet? Even after checking the option for cover page I am not able to get any cover page and may have been disabled. I've also checked SAP note 553113 but wanted to check if there's any other way as well.
    2. After I have enabled cover sheet and lets assume the Standard cover sheet is copied in a ZForm, how can I ensure that always the zform cover sheet will processed? I am not able to find any configuration setting for it. I've research to find that SAP uses SO41 OFFICE-TELEFAX coversheet. This observation can be seen when I goto SO02 -> New Message -> Goto -> Fax , a pop up window appears which asks for Fax details. On Top Right, one can check the cover page option but the Coverpage is always specified as 'STANDARD'.
    3. Researched a lot. SDN & Google but not able to come to a conclusion for any specific solution. Appreciate if anyone has worked on this requirement, please share their ideas. There's no much help available as well (seen as much available links in SDN and Google). Basically, the requirement is just to generate a generic fax cover sheet from SAP.
    Thanks,
    Santosh Verma

    Hi,
    Thanks for your time in looking the issue.
    @ Sandra,
    I've already researched on SDN and google and have visited this link as well. It wasn't of much help. But thanks again.
    @ Weidong,
    Actually thought of that solution but wanted to check if there's any generic way. Please let me know further on 'You need change configuration for fax - output type.'. Are you referring to NACE output type configuration?
    Let me add more:
    1. If we set the Parameter 'BCS_NO_FAX_COVER' to 'X' in TMV/SM30 'SXPARAMS', this way, the Fax cover sheet from SAP can be enabled of disabled. This cover sheet uses the Form OFFICE_TELEFAX_M in SE71 (SO43). What worries me, even if I copy the standard to custom, how to make sure that custom form is printed as there is no place where i am able to find any configuration. SAP note 553113 says to edit this form in SE71, that's it.
    2. The other solution is right fax generic cover sheet. Which is generated right now, but with limited info. The Right Fax documentation recommends to use SAP Cover Sheet as the Right Fax cover sheet does not provide much details except Senders Fax No, Recipients Fax Number and Name. This cannot be of much help.
    3. Use a custom form. A custom form which will contain cover sheet data, independent of SAPConnect. This form has to be generated at runtime. This is one of the approaches thought but here's the list of issues with it:
    a. The print program has to be modified as well. Issue when using standard print program. At same time, i think in FP_JOBOPEN one has to specify the cover page as well. Looks good for custom print programs.
    b. Our requirement also looks for mass fax. For eg: lets say, i have to fax, around 10 PO's, there should only be one cover sheet for all the 10 fax documents. This solution may not help here.
    Appreciate your help.
    Thanks,
    Santosh

  • Add own Customizing in SAP Reference IMG

    Hi all,
    i want to add some of my own customizing into the SAP Reference IMG Tree.
    I created with transaction SIMGH a new structure for my things.
    But how will i get this structure into the SAP Reference IMG  Tree?
    I want to have it under the node "Logistic Execution->Shipping->Picking"
    I want to do this in my developing system, and transport it to customers.
    When i use transaction S_IMG_EXTENSION , it warns me that i will do a modification, is this the right way ?? can i transport this modification to customer systems?
    Regards
    Steffen

    Hello Steffen,
    Ofcource you can add your own customizing in SAP Standard IMG.
    If you want to do any changes in SAP delivered IMGs, then you should do it using enhancement ID. The transaction for this is S_IMG_EXTENSION..
    If you do any changes in standard SAP customizing and if you later apply any SP or upgrade, then there are changes that your changes will be over-written by the standard SAP IMG again. But if you do it through enhancement ID then these changes will remain even after system upgrade. Enhancement ID (also known as Extension ID) can be used to encapsulate your changes to the standard objects.
    If it helps then please reward points.
    Best regards
    Mayank

  • Want to move to SAP BW. Suggestion required

    Presently I am working in India in the Data Warehousing area as Business Analyst. I have considerable functional experience and very good exposure to Supply Chain. Apart from that I have some exposure to BAAN ERP package.  I would like to move to SAP BW. I have access to SAP BW and want to move to SAP BW. Can any want suggest what kind of role I can fit into?

    Hi,
    I think in most of BW Projects only 1 or 2 developers will be alloted to it. So most of the time you have to handle all things.
    When comparing BW project with other DW projects, It is very pretty and easy job. If you have functional knowledge in the learning phase of BW ,It is very good.
    So try to learn all things like Extraction,Modelling,Reporting,some sort of Sytem maintanance. And I think Work in Each part is dependent on other parts. i.e Modeling and Reporting are mutually dependent to each other.  
    With rgds,
    Anil

  • Want to move to SAP BW. Help required

    Presently I am working in India in the Data Warehousing area as Business Analyst. I have considerable functional experience and very good exposure to Supply Chain. Apart from that I have some exposure to BAAN ERP package.  I would like to move to SAP BW. I have access to SAP BW and want to move to SAP BW. Can any want suggest what kind of role I can fit into?

    bb,
    Could you tell me if you have access to a BW system for development or as an end user.
    Also I suggest you have a look at BW Projects happening in your company. That would give you an idea.
    Also one more thing to do would be to go thru Fu and Fu first ( BW Setp by Step ). SDN please forgive me for recommending this book, it is on an older version but it is the only one in this category. ( Someone has to write a better book ...)
    Then get yourself familiar with how DW and BW work , one area where you could fit in would be in Data Modelling and depending on your expertise with Data Modeling you could sell your skills as a BW Data Modeler.
    But , the caveat is that getting in head forst as a data modeler is tough , most probably you might have to:
    1. Get into a support project and work your way upwards or..
    2. Get certified and then go into hardcore BW.
    Arun
    P.S I am also a Business Analyst of the DW Practice at my company and now full time into BW.

  • Can we add our own menu in sap easy access screen

    can we add our own menu in sap easy access screen
    along with the existing menu items...
    ex : can i add the new menu item as help1 on that screen
    regards
       raghu

    go  to transection se43 ...ther e  u can create   ur  own menu list.. and  ur  cusomize transection to that perticular menu list.....
    You can enter the area menu in the command field like any other transaction code, also in menu exits can be filled with a area menu.
    You might play a little with S000 and S001 - when you enter them, the menu tree of easy access changes.
    Do you search for the menu exits to append your area menu into the standard menu tree?
    Message was edited by: kishan negi

  • BALANCE SHEET IN SAP?

    Does anyone know the transaction code to run a simple Balance Sheet in SAP. Are there Balance Sheet reports within SAP or are they in the Business Warehouse.
    Any information would be greatly appreciated.
    Thanks,
    Linda

    For a very simple balance sheet just listing the balance sheet accounts and their balances for a fiscal year run t-code S_ALR_87012277. Remember to choose from the dynamic selection, Balance sheet account type = X (yes).This report will not have any grouping of accounts to various categories such as Fixed asset, current assets etc.
    For a more refined balance sheet, create a Financial statement version from IMG and then use that FS version to run the report S_ALR_87012284.

  • Hi Gurus, I want to know about SAP Insurance Certification course

    Hi Gurus,
    I want to know about SAP Insurance Certification course.  Can anyone guide me how to proceed.
    Regards
    Raghu

    Hi Raghu,
    Check this link.... https://training.sap.com/in/en/curriculum/sfi_ins-sap-for-insurance-g-en
    This will give high level view of the available certifications in this space.
    Regards,
    Sanijan

  • How to design FACT SHEET in SAP-CRM 4

    Hi Experts,
    Could you guys please tell me the steps to Design the FACT SHEET in SAP-CRM 4
    Thanks and regards

    solved

  • Wants to survive in SAP

    Hi,
    Now i am working in Netweaver Developer Studio [java] for past three months.I want to survive in SAP as many year as possible .i want to work as a Functional consultant.what steps should i have to take to achieve.Is there any sponsor programs to learn any specific functional part.
    What is meant by boot camp.
    Tell me what top most stage i can achieve in Netweaver .Does ABAP knowledge is mandatory to have a standard stability to survive in SAP. consider my current situation and share me some useful guidance.
    with hope,
    Ramanan.P

    Hi,
    Check things like
    Java vs. ABAP
    Eddy
    PS. Reward useful answers and earn points yourself

  • Want to know about SAP course and SAP modules

      I am Sandeep, done BBM and have 3 years experience as Medical Representative(Pharma sales), and i'm perusing MBA in Sikkim Manipal University Distance Education, i came to know that SAP course has lot of scope in major industries, so that want to know about SAP course and SAP modules available and which module is suitable for me and details about the cost, duration of course please guide me
    Message was edited by: Colleen Lee - moving from Careers space to Training and Education.Also removing the bold text formating

    Ashok,
    Hi! Excellent that you are take the next steps in your education and applying them to work experiences.
    The best approach in taking SAP-related courses is to contact the university and confirm their approach. View SAP UA member schools here - http://uaaroundtheworld.informatik.tu-muenchen.de/overview(bD1lbiZjPTEwMQ==)/start.htm
    ...and assess the ones in the UK which does include Brunel.
    Ask if they provide SAP-related curricula (or supplements) and hands on SAP software in this course or others that you can take in your program.
    Best regards,
    Richard

  • Cost Sheet from SAP

    Dear All,
    I am consulting with Cement Industry client, here we have only one Final Product i.e., Cement. We implemented SAP FI and CO module 2 yrs back but till now they are not using Controlling module properly in SAP. Now they need total costing from SAP, mainly Cost Sheet as per Indian cement industrys format. We are following repetetive manufacturing process, by using Product Cost Collectors. Can any body explain what to check for getting Cost Sheet and useful T.codes please.
    Regards,
    Prasad

    The process in SAP costing is you set a standard cost estimate for a material (say Cement bag) and release it to the material master. The cost estimate shall be with quantity structure (i.e with a Bill of material and routing). This will serve as the standard for all production during the year (or any period you decide). To do this you need to set up a costing variant T-code OKKN)
    You also need to design a cost component structure created OKTZ to capture various cost element that would be involved in representing the cost of making the cement bag. This can be tailored to suit the format regulated by the industry.
    For e.g
    Raw materials to include powder of alumina, silica, lime, iron oxide, and magnesium oxide)
    Conversion (kiln operations cost)
    Pulverizing
    Depreciation (of kiln etc)
    Labour cost
    Packaging etc.
    Once you have assigned, you can run the cost estimate through CK40N collectively or cK11N individually.
    Cost sheet or costing sheet within SAP is a terminology used to allocate overheads to products. You can also use this feature (found under SPRO>Controlling>PCP>Basic settings>Overheads) This feature will ensure to transfer cost from cost centers to the products on any preferred basis.

  • I created webdynpro view then i want to export to sap portals using SLD CON

    hi
    every body
    i created WebDynpro views in NetWeaver dev studio
    then i want to export to sap portals i have to use
    SLED CONFIGURATION what are all step required can
    post to me and aloes step to configure in visual administrator and JCo connections
    bee

    hi
    check out this weblog for SLD configuration
    /people/sugree.phatanapherom/blog/2005/08/14/configuring-sld-in-sneak-preview-sap-netweaver-04-sneak
    or
    Do the following
    SLD (System Landscape Directory) CONFIGURATION on J2EE Server.
    http://host:j2ee_port/sld
    Enter Administrator user name and password.
    Go to Administration -> Server Settings
    Make sure that the SLD server is stopped
    Enter the following Server Parameters
    Object Server:
    <Host name of the J2EE server>
    Working Directory:
    The working directory of the System Landscape Directory.
    The standard path is "/usr/sap/<SAPSID>/SYS/global/sld"
    Click on SET.
    Select the following parameter for Persistence
    Persistence: Database
    Click on SET.
    Leave ABAP Connection Parameters Blank.
    Go back to Administration.
    Click on Data Supplier Bridge
    Configure the data supplier bridge with following parameters.
    Update local SLD (sld/active): TRUE
    RFC Gateway:
    Server : <host name of J2EE server>
    Service : <The SAP gateway service port>
    Click on SET.
    Open Administration Tool for J2EE server from following Location.
    C:\usr\sap\<SID>\JC<instance number>\j2ee\admin\go.bat
    Select Default and Click on Connect.
    Enter password for Administrator.
    Click on Connect.
    Select Cluster->Server->Services->SLD Data Supplier
    Select http setting tab page and enter following details.
    Host: <host name of J2EE server>
    Port: <Port Number of J2Ee Server>
    User: <Administrator User>
    Password: <Password for Administrator User>
    Use https? : <Check this if you want to use https>
    Trust Store: <leave default i.e. TrustedCAs>
    Click on SAVE.
    Select RFC Settings tab page and enter following details.
    Gateway Host : <host name of J2EE server>
    Gateway Service/Port: sapgw<instance number>
    Click on SAVE.
    Restart the SLD data Supplier Service.
    After the SLD is configured.
    go to the path.
    http://<hostname>:50000/webdynpro/welcome.
    go to your application.
    click on the application. on the right hand side you can see you logical systems.
    create the JCO connection going through that steps.
    Deploy you application on to portal from NWDS and run your application.
    Regards,
    Gopi

  • Hi i am new to SCN. I want a help regards SAP-PM . Where to post any query regards SAP PM

    Hi i am new to SCN. I want a help regards SAP-PM . Where to post any query regards SAP PM

    Please check this link SAP Portfolio and Project Management (SAP RPM, cProjects) and cFolders
    Please check scn index to find relevant forum link.
    SCN Site Index

Maybe you are looking for

  • How to delete a 6.2gb file from my ipad.

    I downloaded 6.2gb of holiday video from my PC through iTunes to iMovie and synced onto my ipad. It used up the 6.2gb on my ipad (in settings) but does not appear anywhere at all.  How can I find and delete the 6.2gb from my ipad?

  • Problem with Adobe Send Email functionality

    I have come across an issue in Adobe Reader 9 where if a PDF doucment loads with an IE frame, and you click the 'Send Email' button, the subject line is blank. Example URL: http://sc.openoffice.org/excelfileformat.pdf On clicking the Send Email butto

  • My Airport Express ethernet port is not working

    I recently purchased a refurb Airport Express (latest version) to extend my home wifi.  Extending the network works fine.  I then tried to set it up as a wireless bridge to my new AV receiver but the receiver would not connect -- no IP address, nada

  • Delete old log files

    Hi, on FSCM91, tools 8.52. on Win 2008 We have several systems on several servers. All logs (tuxedo, as and PS start logs) are on a net work map drive. \\fileserver\log\system....... I want to run a batch regularly to delete the file older than n day

  • String Tokenizing Help

    I'm having problems with looking through a sentence for a word in my case the word breakfast should be found and the result should be "found" but it is doing my 'else' what am I doing wrong with the IndexOf i have been looking at this for hours on th