What does these function codes refer to??

xd01
xk01
me21
mm01
va01
va02
fk01
xd02
me23
mb03
object browser  whats the t code for this?
vd01
customer master creation  tcode??
vendor master creation  tcode??

http://www.easymarketplace.de/transactions-a-e.php
check this link dude, every transaction from A to Z, dont forget to mark helpful answers
XK01   SAPMF02K       Create vendor (centrally)
XD01   SAPMF02D       Create Customer (Centrally)
XD02   SAPMF02D       Change Customer (Centrally)
XD03   SAPMF02D       Display Customer (Centrally)
ME21   SAPMM06E       Create Purchase Order
MM01   SAPMMG01       Create Material
MB03   SAPMM07M       Display Material Document
VA01   SAPMV45A       Create Sales Order
VA02   SAPMV45A       Change Sales Order
FK01   SAPMF02K       Create Vendor (Accounting)

Similar Messages

  • To what does G4 error code post16/4609 refer?

    to what does G4 error code post16/4609 refer?
    G4 MDD 1.42 PPC passes all hardware tests but gives post16/4609 error at start up.
    What does it mean?
    What is the resolution?

    I don't get any unhappy beeps.
    I get the chime. If I am not patient restarting I get high speed fan - I shut off be patience restart and get chime and search for drive then circle slash. hardware test gives me the master post 16 / 4609. - suggesting a bad drive according to other apple pundits. However, I have put two new 250GB WD drives in and still get a mass storage error. My G4 Mdd 1.42 supports drives 128GB+. I've replaced IDE cables and have master drive with out a jumper and have tried slave at CS and 3/4 slave setting all with the same result.
    Target boot got me to the "firewire drive" showed me one unformatted 250GB drive and I used disc utility to partition it according the PPC settings. Still same error.
    What gives?

  • Please explain on what does these select statements get from these tables..

    Hello Experts,
    What does these select statements get?and what are these tables CDHDR and CDPOS used for?
    The program that I am currently modifying lets users post documents and the ones that are not posted
    are saved in a custom table. Now, we had a scenario in PROD server wherein certain items are not being
    fetched as bypassed but we saved it in the bypassed table. Anyway, below is the select statements:
    get all change document header within the selected dates
      SELECT * INTO CORRESPONDING FIELDS OF TABLE it_cdhdr
        FROM cdhdr
       WHERE udate IN s_udate
         AND objectclas EQ 'CHARGE'
         AND tcode IN (lc_tcode_msc1,
                       lc_tcode_msc2,
                       lc_tcode_msc1n,
                       lc_tcode_msc2n,
                       lv_tcode_vl33n,
                       'SE38',
                       'ZGENE').
    IF NOT it_cdhdr[] IS INITIAL.
    SELECT objectid changenr value_new
          FROM cdpos
          INTO TABLE it_cdpos
          FOR ALL ENTRIES IN it_cdhdr
         WHERE objectclas EQ it_cdhdr-objectclas
           AND objectid   = it_cdhdr-objectid
           AND changenr   = it_cdhdr-changenr
           AND tabname    = lc_tabname_mcha
           AND fname     IN (lc_fname_zustd,'LWEDT').
    DELETE it_cdpos WHERE value_new+00(01) = 'X'.
      LOOP AT it_cdpos ASSIGNING <fs_cdpos>.
        l_matnr = <fs_cdpos>-objectid+00(18).
        l_charg = <fs_cdpos>-objectid+22(10).
        l_zustd = <fs_cdpos>-value_new+00(01).
        READ TABLE it_batch INTO wa_batch
             WITH KEY matnr = l_matnr
                      charg = l_charg.
        IF sy-subrc EQ 0.
          l_tabix = sy-tabix.
          wa_batch-zustd = l_zustd.
          MODIFY it_batch FROM wa_batch INDEX l_tabix
                 TRANSPORTING zustd.
        ELSE.
          wa_batch-matnr = l_matnr.
          wa_batch-charg = l_charg.
          wa_batch-zustd = l_zustd.
          wa_batch-code  = 'A'.              "selected within period
          APPEND wa_batch TO it_batch.
        ENDIF.
      ENDLOOP.
      ENDIF.

    Hi,
                            The first select statement is for Change document header.CDHDR table contains this object class in your case if you change any batch number for any material number  from the transaction for example (MB01) you can trace this .
    From CDPOS you can trace which tables affected (EX : MCHA) and the new value(l_zustd ).
    Regds,
    Vinsa.R

  • What does the category "Other" refer to when viewing Macbook's storage?

    Less than two months ago I purchased a Macbook Air 13 inch. I already have about 8 gb music and 14 gb of movies. But I have nearly 17 gb of things stored under the "other" category. I can't, to my knowledge, click on this and see what this category contains.
    So how can I have this much stuff in this "other" category?
    What does this "other" category refer to? What kind of files are stored here?
    Is it a backup of some sort? And if so, don't you have to authorize a backup because I don't believe I did, but can't be certain.
    I've downloaded Adobe, Quicktime, Microsoft Office, and Vuze, but aren't these stored under Apps, not the "other" category?
    This seems like a lot and I don't want to take up uncessary space.
    Guidance is very much appreciated.
    Thanks!

    Some of that could be photos deleted from iPhoto but still present on your machine until you empty iPhoto Trash. e-mail attachments deleted from mail, but still on your machine until you empty e-mail trash, iMovie clips deleted but still on your machine until you empty iMovie Trash (all those programs do not put files into the trash can on your desktop... they have an "integrated" trash of their own that must be emptied by the user). iTunes media files that you "deleted" but did not allow iTunes to put in the trash.
    Downloaded files

  • What does the following code mean???

    what does the following code mean ??
    fpm.raiseReviewAndSaveEvent(IFPM.EVENT_REVIEW, IFPM.EVENT_SAVE, vcFormEditButtons);
    thanks in advance.
    can you please tell me best site to learn WD4J coding.
    site having lot of WD4J code examples

    Hi,
    While Creating an FPM View we can use this line code.For more details of above line
    [code|http://help.sap.com/erp2005_ehp_04/helpdata/en/fc/ffd8464eb041848ca66749165d8f33/content.htm]
    Please look at these documents for WDJ Example Application. Please go through this documenst.
    [WDJ Application|Web Dynpro Java Tutorials and Samples NW 2004 ] and [Samples for Web Dynpro Java|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/00b64d9f-fea2-2910-c988-ee2544047f8c] and [Web Dynpro for Java Demo Kit|http://wiki.sdn.sap.com/wiki/display/WDJava/WebDynproforJavaDemo+Kit]
    Hope this is help full for u
    Regards
    Vijay

  • What is a function Code?

    Can anybody tell me What is a Function Code while creating Application tool bar  with SET PF-STATUS?
    How many function codes are there?
    What are they?
    if I want to associate a new functionality with a new ICON....can I add custom fuction code or there are only SAP function codes available.....?

    Hi
    Function code is the CODE assigned to a particular through which the SAP recognises its action.
    It is something like OK code or Sy-UCOMM.
    see the doc of OK CODE
    In your ABAP programs, you should work with the OK_CODE field instead of SY-UCOMM. There are two reasons for this: Firstly, the ABAP program has full control over fields declared within it, and secondly, you should never change the value of an ABAP system field. However, you should also always initialize the OK_CODE field in an ABAP program for the following reason:
    In the same way that the OK_CODE field in the ABAP program and the system field SY-UCOMM receive the contents of the corresponding screen fields in the PAI event, their contents are also assigned to the OK_CODE screen field and system field SYST-UCOMM in the PBO event. Therefore, you must clear the OK_CODE field in the ABAP program to ensure that the function code of a screen is not already filled in the PBO event with an unwanted value. This is particularly important when the next PAI event can be triggered with an empty function code (for example, using ENTER). Empty function codes do not affect SY-UCOMM or the OK_CODE field, and consequently, the old field contents are transported.
    In your application programs, the first step in PAI processing should be to save the function code in an auxiliary variable and then initialize the OK_CODE field. You can then read the function code from the auxiliary variable (for example, using a CASE structure), and control the program flow from there.
    The OK_CODE field can have a different name on each screen. However, common practice is to use the same name for the field on each screen of an ABAP program. You then only need one field in the ABAP program, with the same name, into which the function code is placed, and from which you can read it.
    Refer the link:
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e61454211d189710000e8322d00/frameset.htm
    regards
    Anji

  • What is the function code for execute

    Hi,
    What is the function code for execute.
    I am using set pf-status under initialization.
    Thanks.
    Sai.

    Hi,
    If your adding a execute in pf-status then we can give the function code for execute as 'EXEC' - F8.
    Nyways it automatically comes no need to explicitly add in pf-status. The standard function code is 'ONLI'
    just we need to check the sy-ucomm value and perform what you want.
    i.e if sy-ucomm = 'EXEC'.
    endif.
    hope this help you.
    plz reward if useful.
    thanks,
    dhanashri.
    Edited by: Dhanashri Pawar on Jun 26, 2008 11:43 AM

  • What is the function code of create new session?

    what is the function code of create new session?
    thanks...

    Hi
    Please put a "/n" (to open a new session after killing the current session)
    or "/o" (to open a new session without killing the current session)
    or "/i" (to end the current session) before the below T Codes as per your requirement...
    <u><b>For more Tcodes check the following</b></u>
    =>smartforms - Smartforms (SAP Form Builder to Create and Adjust Forms)
    =>cmod - Enhancements, User Exits (Project Tool to coordinate changes into projects for the purpose of activating all user exits for a particular project)
    =>sale - ALE Customizing
    =>bale - Distribution Administration (ALE)
    =>wedi - IDOC Type and EDI Basis
    =>shdb - BDC (Transaction Recorder)
    =>lsmw - LSMW
    =>bapi - BAPI
    =>spau - Display Modified DE Objects
    =>spdd - Display Modified DDIC Objects
    =>sara - central idoc archiving
    =>stms - Transport Management System
    =>wedi - IDOC Type and EDI Basis (IDOC Configuration)
    =>bd21 - Analyze change pointers - create IDOC from change pointer
    =>bd10 - Send Material Master
    =>bd12 - Send Customer Master
    =>bd14 - Send Vendor Master
    =>bd50 - Activate Change Pointer for Message Type
    =>bd55 - Conversion rule user exit (Link conversion rule user exit to the different system \ partner combinations)
    =>bd54 - Maintain Logical Systems
    =>bd71 - Distribute Customer Model
    =>bd87 - Process Inbound IDOCs
    =>bd88 - Process Outbound IDOCs
    =>bdm2 - Cross-system IDOC Reporting
    =>bdm7 - ALE Audit - statistical analyses
    =>bdm8 - ALE Audit - sending confirmations
    =>bd61 - Activate Change Pointer generally
    =>bmv0 - Direct Input Data Transfer Administration
    =>rz04 - Operation Mode
    =>rz12 - RFC Server Group Maintenance
    =>sar3 - Archiving object customizing
    =>s001 - SAPoffice Inbox
    =>s010 - Standards Texts (SAP Script)
    =>se01 - Transport Organizer (Extended View - Performing and managing the transport of development object across different systems)
    =>se09 - Transport (Workbench) Organizer (Controlling and keeping track of Development work and Development Objects)
    =>se24 - Class Builder (BAPI)
    =>se30 - Runtime Analysis
    =>se36 - LDB
    =>se37 - Function Builder
    =>se38 - ABAP Editor (to modify ABAP programs)
    =>se39 - Split-Screen-Editor
    =>se11 - ABAP Dictionary
    =>se16 - Data Browser (Table contents display)
    =>se41 - Menu Painter
    =>se51 - Screen Painter
    =>se71 - SAPScript Forms
    =>se73 - SAPScript Font Maintenance
    =>se75 - Graphic Objects and Graphic IDs Sapscript Settings
    =>se78 - Administration of Form Graphics (Import Graphics into SAP System)
    =>se80 - Object Navigator
    =>se84 - ABAP Repository Information (search for SAP objects)
    =>se91 - Message Maintenance
    =>se93 - Maintain T codes
    =>su01 - User Maintenance (Security)
    =>su02 - Maintain Authorization Profiles
    =>su03 - Maintain Authorizations
    =>slg1 - Evaluate Application Log
    =>sm12 - Lock Entries
    =>sm21 - System Logs
    =>sm36 - Background Job Scheduling
    =>sm37 - Background Job Monitoring (display batch jobs)
    =>sm31 - Table Maintenance
    =>sm30 - Calling View Maintenance
    =>sm35 - Batch Input Monitoring (Error Logs)
    =>sm50 - Process Overview
    =>sm58 - Transactional RFC Monitoring
    =>sm59 - Maintain RFC Destinations (Define RFC Configuration)
    =>snro - Number Range Objects (for IDOCs)
    =>scc4 - Client Overview (Create, Quick Delete, Modify)
    =>spro - Customizing, Execute Project
    =>sp01 - Spool Administration
    =>sq01 - Maintain SAP Queries
    =>st02 - Buffer Analysis (Status Overview)
    =>st03 - Workflow Analysis
    =>st05 - Performance SQL trace (Tracking the Database calls from the System Transaction and Programs)
    =>st22 - ABAP Dump Analysis, check logical runtime errors
    =>/h - ABAP Debugger
    =>we02 - Display IDOC
    =>we05 - IDOC lists
    =>we07 - IDOC statistics
    =>we12 - Inbound processing of outbound file - convert outbound to inbound file
    =>we14 - Process (dispatch) IDOCs through Port - RSEOUT00
    =>we15 - Outbound IDOC from NAST - message control
    =>we16 - Inbound File
    =>we18 - Generate status file
    =>we19 - Test tool
    =>we20 - Add new Message Type to Partner Profile
    =>we21 - Maintain Port Definition
    =>we30 - IDOC Type development
    =>we31 - IDOC Segment development
    =>we41 - Process Code Outbound
    =>we42 - Process Code Inbound
    =>we46 - IDoc Administration
    =>we47 - Status Code Maintenance
    =>we57 - Assign function module to logical message and IDoc type
    =>we63 - IDOC Type for Parser Output
    =>we82 - Assign IDOC to Message Type
    =>we60 - IDOC Documentation - IDOC Types
    =>we61 - IDOC Documentation - IDOC Record Types
    =>we81 - Create new IDOC Message Types
    =>we82 - Assign IDOC to Message Type
    =>pa20 - Display HR Master Data
    =>pa30 - Maintain HR Master Data
    =>bd59 - Create and assign Filter Object Type for Message Type
    =>bd64 - Maintenance of ALE or any other Distribution Model
    =>db02 - Storage Management and Database Performance
    =>db14 - Database monitor
    =>se18 - BADI definitions
    =>se19 - BADI implementations
    =>fd03 - Accounts Receivable Master Data (Display Customer in Accounting)
    =>me22 - Change Purchase Order
    =>me21 - Create Purchase Order
    =>me51 - Create Purchase Requisition
    <u><b>Official source of SAP T Codes -</b></u>Go to se11 or se16 and view table entries for
    TSTC and TSTCT. This will give you the Transaction List.
    Reward all helpfull answers
    Regards
    Pavan

  • What does the function skgesig_sigactionHandler() do?

    Hello,
    OS: RHEL 5.3
    OCCI: 11gR1 (11.1.0.7.0)
    From 11gR1, when a signal is received to my app, the function skgesig_sigactionHandler() is called.
    using namespace oracle::occi;
    int main()
    Environment* env = Environment::createEnvironment(oracle::occi::Environment::Mode(oracle::occi::Environment::THREADED_MUTEXED|oracle::occi::Environment::OBJECT));
    abort(); // abort intentionally
    return 0;
    (gdb) where
    #0 0x00000035b86306a7 in kill () from /lib64/libc.so.6
    #1 0x00002ba942a26317 in skgdbgcra () from /opt/oracle11/lib/libclntsh.so.11.1
    #2 0x00002ba942a231f2 in skgesigCrash () from /opt/oracle11/lib/libclntsh.so.11.1
    #3 0x00002ba942a233f1 in skgesig_sigactionHandler () from /opt/oracle11/lib/libclntsh.so.11.1
    #4 <signal handler called>
    #5 0x00000035b8630215 in raise () from /lib64/libc.so.6
    #6 0x00000035b8631cc0 in abort () from /lib64/libc.so.6
    #7 0x0000000000400f94 in main (argc=1, argv=0x7fff6a01d8a8) at test.cpp:126
    What does the function skgesig_sigactionHandler() do?
    If anyone knows it, please let me know.
    My app uses sigaction() for signal handling. So, I'm afraid of that my app will not work correctly.
    Any info, I will appreciate it.
    Thanks.
    Yoshitaka Egawa

    My apologies for my posting 3 threads of same contents.
    Please reply against the thread not yet answered.
    Thanks.
    Yoshitaka Egawa

  • What does the error code 0x80090318 mean connecting to IStore?

    What does the error code 0x80090318 mean connecting to IStore?

    I think the problem was using a WPA2 network rather than a WPA network. When I tried connecting to a WPA network, everything went fine.

  • What does the return code 20 stands for in the Transport request log

    Hi,
    When we have retreived the Transport request log by using the Unix command, we have got return code 20.
    Please let us know what does the return code 20 stands for and under what scenerios I will get the return code 20.
    Thanks & Regards,
    Madhuri.

    chk the last return code in this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e26c4eb711d182bf0000e829fbfe/content.htm

  • What does these messages mean

    I cannot get into my itunes because this message comes up. "A required iTunes component is not installed. Please repair or reinstall iTunes. (42404) "
    Then when I exit this message another one comes up. We could not complete your iTunes store request. "an unknown error occured (50)"
    Please help me to fix this.
    Grandmakat70

    zodmaner wrote:
    Hi, well today when starting up my box I noticed these two startup messages:
    :: Initiate Random Seed
    :: Removing LeftOver files
    What does these mean? And what program/service runs it? (And what 'left over files' is it removing?) I think I never see them before. Is these message appears because I just install sudo?
    Also when shutting down there is also a message concerning a Random Seed. (Saving Random Seed).  What is it doing?
    Well...  if your head over to your /etc/rc.sysinit, you'll see exactly what it does.  If I remember correctly, saving random seed is just saving your startup time because it is random, and removing leftover files is clearing out the /tmp/ directory.

  • What does these startup messages mean?

    Hi, well today when starting up my box I noticed these two startup messages:
    :: Initiate Random Seed
    :: Removing LeftOver files
    What does these mean? And what program/service runs it? (And what 'left over files' is it removing?) I think I never see them before. Is these message appears because I just install sudo?
    Also when shutting down there is also a message concerning a Random Seed. (Saving Random Seed).  What is it doing?
    Last edited by zodmaner (2007-07-27 00:23:42)

    zodmaner wrote:
    Hi, well today when starting up my box I noticed these two startup messages:
    :: Initiate Random Seed
    :: Removing LeftOver files
    What does these mean? And what program/service runs it? (And what 'left over files' is it removing?) I think I never see them before. Is these message appears because I just install sudo?
    Also when shutting down there is also a message concerning a Random Seed. (Saving Random Seed).  What is it doing?
    Well...  if your head over to your /etc/rc.sysinit, you'll see exactly what it does.  If I remember correctly, saving random seed is just saving your startup time because it is random, and removing leftover files is clearing out the /tmp/ directory.

  • HT201250 what does reported "error code 6584" mean ?

    What does reported "error code 6584" mean ? when trying to get into my time machine back up.

    First, I suggest you make another full backup to a locally-attached external hard drive. You should do that anyway. One backup isn't enough to be safe, and backing up over a network is less reliable than backing up locally. Then try each of the following steps that you haven't already taken.
    1. Restart the backup device. You can do that by disconnecting and reconnecting the power cord.
    2. Open the Time Machine pane in System Preferences and check that the device is selected as a destination. If it isn't, select it and try again.
    3. Hold down the option key and select Verify Backups from the TM menu in the menu bar (not the Dock icon.) This operation may take a long time. If the menu-bar icon (a clock that runs backwards) isn't showing, check Show Time Machine in menu bar in the preferences.
    4. Erase the backup device. With a Time Capsule, you do that from within the AirPort Utility application; see its built-in help for details. All backups on the device will be lost, so don't do this until you've backed up to another device. After erasing, select the device again as a backup destination in the TM preference pane. The first backup should be made over a wired connection, if possible.

  • What does with T-codes SPAU and SPDD

    Dear Experts,
    What does with T-codes SPAU and SPDD.. How does it relates in Upgradation.. Can u just explain me in detail how to use this T-code.. Whether we have to use the T-Codes before upgrade or after upgrade..
    Kindly Explian me in brief..
    Regards,
    Hemanth Aluri

    Hi,
    SPAU:
    http://help.sap.com/saphelp_47x200/helpdata/en/83/7a18ecde6e11d195460000e82de14a/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/c8/61ec66e33611d1954b0000e82de14a/frameset.htm
    SPDD:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2e/6d66647d9011d396b60000e82de14a/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm
    Hope this will help
    Rgs,
    I.R.K

Maybe you are looking for

  • Play guitar on Tecra M9

    Hi, I am trying to play my guitar through my Tecra M9, unfortunately I cannot hear the guitar through speakers or headphones. I have also tried this using an external mic, as in karaoke type setup.  The mic works, I can hear it if I record, but there

  • Where are reversed records in DS 2LIS_04_P_ARBPL?

    Dear Experts,    I have to use datasource 2LIS_04_P_ARBPL. I think data comes from table AFKO, AFPO, and AFVC, right?    However, the report needs data from AFRU instead of AFVC.    Questions:    1) What is the difference between AFRU and AFVC?    2)

  • Help!!! Purchasing setup run takes long time

    Hi Experts, I'm pulling purchasing data into BI from R/3. I'm having a problem where the setup run takes an extremely long time. we have approximately 3 years of data on R/3. when i look at EKBE table, there are clost to 5 Million records. Basically

  • No posting rules are exist for account key

    Guys... I have done the configuration part and created tax codes for sales and purchases. When i am trying to post the invoice in Customer and vendor, the system is throwing an error message as below. " No posting rules are exist for account key" I h

  • AME Stops halfway and doesn't move!

    Hi guys, I can't encode using the AME - it stop halfway on the encoding process - just totally stops, but the program is still responsive, ie it's not frozen and still responds thru finder etc. Any tips? This only just started happening. Literally ye