List of programs for PO creation

Hi,
Can any one please help me? This is urgent.
ME21,ME59N,MRP Creates Pos.
What are all the program names that creates PO?
I want to know the programs or function names that really do Gross weight calculation on POs.
I am not a technical person. So i don't know how to check them...
Thanks,
Ratna

Hi Ratna,
Here is thumb rule for getting program name for any transaction.
Execute the transaction
In Menu Bar you will see 'System'. CLick that and it will open new po-up.
This pop-up will show the program name, screen number in Repository data section.
So if you know tcode for something as a functional person, then this is the simplest way to get into technical details for any screen in SAP.
hope this helps..
thnx,
Ags..

Similar Messages

  • Triggering print program for shipment creation

    Hi All,
    I have created a new print output type 'ZEDF',which should ideally generate a spool at the time of saving the shipment. But unfortunately, this is not happening.Whenever I save a newly created shipment,this output type is not getting triggered,but when I repeat the same output type through VT02,a spool is generated automatically.I have maintained all the condition records properly in the system. Please help me on this.
    Thank you,
    Archana

    Hi,
    Have you checked the settings in NACE tcode?
    Pls check the same and amde the configuration according to your Device Type.. Pls have a look on below points.
    Hi,
    1. Goto in NACE
    2. You need to ask your functional buddy to let you know about Application area, I suppose u need to take EF.
    3. Select EF from the list and than click on Output Types, select any output type (Which you wud like to give to your script)
    4. Else if you like to create a new one for your script, then on same screen click on change button, then click on New Entries
    And give all the detailed info.
    5. To use existing output types, select a output type like "ZEDI", at the left hand side double click on Processing Routines.
    6. In the Processing Routines block , Give the Program name as print program and here you need to give your SAP scrip name in Form option.
    save it.
    Regards,
    Lokesh.

  • Issue in Program for mass creation of customer plans.

    Hello all,
    I am working on a program which helps mass creation of customer plans. My code works well, when no planning account is assigned,  but when I pass the planning account value into the Function module, it gives me an error saying ' Account cannot be displayed, please check your authorizations'. I donot have this problem, when I manually createthe customer plan in the CRM_UI.
    Please let me know the possible cause for this kind of message.
    Thanks,
    Disha.

    Hi Dishaa,
    I'm afraid that I don't have any other clues. Most often it is a difference in user. If you are absolutely sure that you are using the same user at the exact moment the authorization is checked it cannot be that.
    Kinda curious now what the solution to your problem is....
    Best regards,
    Guus
    Edited by: Guus Jansen on Feb 14, 2011 1:32 PM

  • Mailling list label program for 10.7.2?

    I used to use MAIL LIST and while not elegant certainly did the trick for maintaining and editing a database of of approximately. 125 holiday card labels.  Unfortunately it does not like Lion so that is now useless
    Can Address Book maintain such a database/group that will easily print to an Avery template?  OR - can someone recommend a good program that will maintain a database of labels?

    See: Printing mailing labels
    There is and it’s an application you’re likely very familiar with: Address Book. Though it’s not a highly visible feature, Address Book supports label printing. You print labels this way:
    1. Create a group in Address Book with an appropriate name—My Holiday Labels, for example—and move into it those addresses for which you’d like labels.
    2. Choose File -> Print.
    3. In the sheet that appears, choose Mailing Labels from the Style pop-up menu.
    4. Click the Layout button and from the Page pop-up menu below, choose the kind of label you intend to use—Avery Standard, for instance.
    5. From the pop-up menu to the right, choose the specific label “model” you’ll use—5161, for example.
    6. Click Print and you’re done.

  • BDC program for vendor creation

    i need to create a vendor with 8 line item of bank information through BDC and i was trying to write a program. but i'm having some problem with the code. how can i loop the program to enter 8 bank information line item for one vendor??

    Use The below code
    Just create a Variable and increment the value by 1 for the required bank line items in the Below screen for field LFBK-BANKN(05) here 5Line item are given while recording
    Loop at Itab.
    Prog                         dynpro    dynbegin
    SAPMF02K     0130     X
    Fnam                        Fval                                                                               
    BDC_CURSOR     LFBK-BANKN(05)
                                                                BDC_OKCODE     =ENTR
                                                                LFBK-BANKS(01)     IN
                                                                LFBK-BANKS(02)     IN
                                                                LFBK-BANKS(03)     IN
                                                                LFBK-BANKS(04)     IN
                                                                LFBK-BANKS(05)     IN
                                                                LFBK-BANKL(01)     16294004
                                                                LFBK-BANKL(02)     VIJAYA
                                                                LFBK-BANKL(03)     00005363
                                                                LFBK-BANKL(04)     00810200003
                                                                LFBK-BANKL(05)     0510015
                                                                LFBK-BANKN(01)     12312
                                                                LFBK-BANKN(02)     12312
                                                                LFBK-BANKN(03)     12312
                                                                LFBK-BANKN(04)     12312
                                                                LFBK-BANKN(05)     12312
    endloop.

  • Change Pointer Program for IDOC creation..??

    To All
    Where does the message type is assigned, which allow that type of IDOC getting created in WPMU...??
    Can COND_A be created in Change pointer Program...??
    If possible ..How...??
    Thanks
    Sumeet

    3)
    RBDMOIND to confirm whether idocs have been successfully
    dispatched to the receiver..and v can also use this program to change the status of idoc from 3 to 12....
    RSNATED is the program used for triggering IDOC for the output type..where the output medium is 6.
    And the subroutine that triggers the IDOC in the program is EDI_PROCESSING.
    RSNASTED itself determines the associated IDoc outbound function module, executes it to fill the EDIDx tables and passes the prepared IDoc to the port.
    You can call the standard processing routines from any ABAP, by executing the following call to the routine. You only have to make sure that the structure NAST is declared with the tables statement in the calling routine and that you fill the at least the key part and the routing information before.
    TABLES NAST.
    NAST-MANDT = SY-MANDT.
    NAST-KSCHL = 'ZEDIK'.
    NAST-KAPPL = 'V1'.
    NAST-OBJKY = '0012345678'.
    NAST-PARNR = 'D012345678'.
    PERFORM einzelnachricht_screen(RSNAST00).
    Calling einzelnachricht_screen determines how the message is processed. If you want to force the IDoc-processing you can call it directly:
    TNAPR-PROGN = ''.
    TNAPR-ROUTN = 'ENTRY'.
    PERFORM edi_processing(RSNASTED).
    ~~Guduri

  • Program for Equipment creation

    I was given a one line spec as mentioned and I was doing R&D and found that can be aheived by FM: ITOB_EQUIPMENT_CREATE & RFC/Bapi: BAPI_EQUI_CREATE
    What is the difference between this both.when to use which.
    Can any one give me any sample code using the FM:ITOB_EQUIPMENT_CREATE
    Thanks,
    Kiran
    Edited by: kiran dasari on Oct 25, 2008 12:04 AM

    Hello Kiran
    Your answer disqualifies both yourself and your functional team.
    When I need to access a business object I always search for the highest available abstraction to achieve this:
    (1) Search for a class
    (2) Search for a BAPI (no matter whether I need its RFC capability or not)
    (3) Search for a local function module
    (4) Do a SELECT on the table(s) as "ultimo ratio"
    BAPIs are usually very stable interfaces and therefore the first choice to access business objects. In addition to what Rob already said I like to describe BAPIs as "Dialog without Dialog" meaning that they do the same validations as the corresponding dialog transaction (local fm's may or may not do this) and therefore ensure the integrity of the incoming data.
    If your function team even forbids to use BAPIs this simply means they have little knowledge about software quality in ABAP programming.
    And if they urge you to use fm ITOB_EQUIPMENT_CREATE against all odds then let them do the development themselves.
    Regards
      Uwe

  • When I click to make Firefox my browser, a window comes up for me to choose what to use to open a long list of programs for which I have no clue.

    I think about 15 programs are on that list, including calculator asking me to name the program to use to open it. I don't know what to use to open any program.

    If you are talking about making Firefox your default browser, see this:
    https://support.mozilla.org/en-US/kb/make-firefox-your-default-browser

  • BDC for vendor creation

    I've created a BCD program for vendor creation and I just realized that I now need to use multiple street address fields.  When I run the XK01 transaction in SAP directly I can access those field by clicking on the more fields button and expanding the screen.  When I use the BDC recorder function, the more fields button isn't available.  Has anyone else experienced this and found a solution?
    Thanks!
    Sybil

    Like this:
         'X' 'SAPMF02K'     '0105',         "Create Vendor: Initial Screen
          ' ' 'RF02K-BUKRS'             '0000',
          ' ' 'RF02K-KTOKK'             'Y000',
          ' ' 'USE_ZAV'                 'X'.                "<========
    Rob
    Message was edited by:
            Rob Burbank

  • Is Flash Builder a good beginner program for creation of android app?

    Hi there,
    I'm planning to create a Android app and I'm searching for the right program to do so. I have absolutly no knowledge about programming, but happen to have Flash Builder as part of the Creative Suite CS6. As I need to learn everything from the complete beginning, I'd like to pick the best program for this purpose, so I don't learn a lot of stuff not be able to achieve the product I'd like. Let me give you a example of what I will try to achieve:
    Program for Android:
    - first page of the program would be a welcome page, it would be nice to be able to put a login and password option here, but that is not neceserry.
    - second page would be a list of 14 options - books - and by clicking on each option I would open a little book (cca 30 pages).
    - this option would be nice: let's say I open the third book and stop reading on page 10 and stop/close the program - the next time I open the program it would open the program on that very 10th page of the third book
    - this option would aslo be nice: some kind of searching modul to search keywords in the book.
    Is this kind of app possible to make in Adobe Flash Builder, or would it be better to learn another program? Thanks a lot for your experiences! Hedvertel

    If you have a licence for Master Collection you should have the info about what it contains.
    A few moments on Google took me here: http://www.ecostsoftware.com/adobe/adobe-creative-suite-cs6-master-collection-mac_p5565?gc lid=CNzN5MbKmLoCFXDJtAodWDoA3w
    The included software is listed. I don't think Muse existed when CS6 was originally released.
    I didn't properly read George's answer, but I don't see Muse as a great app builder.
    I kind of don't understand at all, why you even answer, if the only thing you are saying in this disucssion is that it's too ambitious and that I'm stupid even asking.
    Saying the project is overly-ambitious is a great answer to your question. In post 5 you clearly valued that answer enough as to be giving up on the project.
    I didn't say you were stupid asking these questions, it's more a case of asking questions you should be able to answer yourself without too much trouble.
    I still think that with your current level of understanding, takling this project with no experience of any programming or web technology is overly ambitious. Start small and build on that.
    You don't say why you want to do this particular project - whether it's about learning in general or that project in particular. If it's learning in general there's nothing to stop you - there are a ton of tutorials out there. If it's for this particular project only, I would stop now.
    You need to invest a significant amount of time to learn this stuff.
    Are you on some design course? Why do you have the master collection?

  • Need to create a mass upload program for appraisal document creation for multiple employee

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi Priyaranjan,
    I think you can take the abap'ers help in creating the program. But u need to provide them the exact functionality and the required specifications in creating the appraisal document.
    Even tcode also u can get it prepared by Abap'ers.
    Thanks and Regards
    Balaji

  • Need to create a mass upload program for appraisal document creation for multiple employee in abap hr

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi,
    I have done appraisal document creation for bulk using txt file.
    this fm used for single for creation in standard tcode (phap_prepare):  'WZ_HRHAP_0DOC_WZ01_START'.
    So create ztcode  usinh this fm for single form then record BDC for this tcode and called this tcode in that bdc for bulk creation .
    While recording for single I have used manual option instead of automatic .

  • What is an easy web-page creation program for use with MacBook Pro?

    Can anyone suggest an easy web-page creation program for use with MacBook Pro?  I have used FrontPage with my PC, but am changing to a MacBook Pro.

    It largely depends on your skill level. Do you want to write web page code, or do you want to just design something and have it turn into a web page automatically?
    If you are more of a designer, try these:
    RapidWeaver
    Freeway Pro
    Muse
    If you want to write web page code, try these:
    Coda
    BBEdit
    Dreamweaver
    If you really don't want to write the code and want the best experience for your viewers, and you want to spend the least amount of time on it, my recommendation is:
    No program at all.
    Instead, sign up with a web site company like:
    WordPress.com (hosted by them) or WordPress.org (hosted on your server)
    Squarespace
    Wix
    The reason is that these companies have fully operational, nicely designed web site templates that you just fill in with your words and pictures, and they are ready to go. They also give you these benefits:
    Already designed to the latest web standards
    Already designed to resist hackers
    Already designed to work on all browsers
    Already designed to automatically adjust the page for readability on desktop, laptop, tablet, and smartphone screen sizes
    Already designed for accessibility
    Already designed for Search Engine Optimization so that your page will be found on Google
    Already designed with social media links built in if you want
    It is not like the old days where you build a site in Front Page and you assume it will only be seen on a desktop computer. If you build it yourself with a web page program, do you have the knowledge to make a site that works on all of the different web browsers and mobile devices, and is friendly to search engines and social media? If you don't have those skills, working with a website company can be a lot better, faster, and more reliable than trying to hammer all of that out yourself using code in some app.

  • Standard Batch Input Programs for Profit Center Creation

    Dear all;
    I am in 4.0B version that doesnt have BAPI_PROFITCENTER_CREATE. Writing a BDC for this would be complicated as my data is compiled in a different way.
    Are there any Standard Batch Input Programs for Profit Center Creation ?

    Hi Srivathsan,
    You can make use of  Standard BAPI by LSMW.
    Business Object   BUS1116      Profit Center Group
    Method                CREATE                      Create
    Message Type      PROFITCENTERGROUP_CREATE   
    Basic Type           PROFITCENTERGROUP_CREATE
    Regards,
    Sivaram.

  • Info record and source list mandatory for PO creation?

    Hi Gurus,
    Client wants to make Info record and source list mandatory for PO creation?
    If Inforec and source list not available for that material, then user can't able to create PO.
    How can I achieve this requirement?
    Any user exit available?
    pls help..

    Hi ,
    SproMM-Purchasing -Source ListDefine Source List Requirement at Plant Level
    If u mark the indicator then the Source list is mandatory for all the materials procured.
    If u want for a speciic material , mark it in purchasing view of Material Master.
    Inorder to create a source list , inforecord is mandatory -- this is by default Standard SAP .
    Regards
    Ramesh Ch

Maybe you are looking for