Accounting connection of MM document

Hello Expert,
I have filled the T030 table for transaction GBB and general modification ZOB (for example). Given this situation, I have created the MM document. The question is: where I can find the transaction and general modification in MM document? In Mseg there is nothing. I suppose there is a table with the transaction and general modification of T030. Can you tell me where to find it?
Thanks.

hi
>where I can find the transaction and general modification in MM document?
why u need this
it is been maintained in the T030 in back end
you can find this in the ACCOUNTING DOCUMENT
check the accounting document of the material documet in ALV GRID format in FB03
here u can get field of transaction
Edited by: Kunal Ingale on Jul 8, 2010 6:58 AM

Similar Messages

  • How to connect to excel document at network machine through oracle ?

    Hello !
    I am able to read excel doc at my local drive through sqlplus(oracle).
    Please help me to modify steps to access excel docs at network machine.
    steps:->
    1) start\settings\control\panel\administartive tolls\data source odbc\system dns\driver for microsoft excel (*.xls)\dns source at my local drive.
    2)C:\oracle10g\product\10.2.0\db_1\hs\admin\initNITIN.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = TESTDS
    HS_FDS_TRACE_LEVEL = 0
    #HS_FDS_TRACE_FILE_NAME = aetna_xls.trc
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    3) adding one more listener in listner.ora
    SID_LIST_HSODBC_LISTENER =
         (SID_LIST=
              (SID_DESC=
              (SID_NAME=NITIN)
              (ORACLE_HOME=C:\oracle10g\product\10.2.0\db_1)
              (PROGRAM=hsodbc)
    HSODBC_LISTENER =
         (DESCRIPTION_LIST =
         (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1555))
    4) entry in tnsnames.ora
    ABC.SCF.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1555))
    (CONNECT_DATA =
    (SID=NITIN)
    (HS=OK)
    5)lsnrctl stop listner
    6) listner start HSODBC_LISTENER
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle10g\product\10.2.0\db_1\network\admin\listener
    .ora
    Log messages written to C:\oracle10g\product\10.2.0\db_1\network\log\hsodbc_list
    ener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1555)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1555)))
    STATUS of the LISTENER
    Alias HSODBC_LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 30-JUN-2007 12:30:25
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle10g\product\10.2.0\db_1\network\admin\listene
    r.ora
    Listener Log File C:\oracle10g\product\10.2.0\db_1\network\log\hsodbc_li
    stener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1555)))
    Services Summary...
    Service "NITIN" has 1 instance(s).
    Instance "NITIN", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    7)create database link test
    connect to "ben"
    identified by joe
    using 'ABC.SCF.COM';
    8)SQL> select * from all_objects@testin;
    OWNER OBJECT_NAME S OBJECT_ID
    DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_ T S T G S
    Sheet1$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    Sheet2$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    Sheet3$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    My queries are :
    1)Is it possible to connect to a document at network
    if yes then for , do i need to map a drive.
    please explaqin how what changes required to make it possible to read a network excel documnet through oracle.
    Thanks in Advance
    --Ajay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Justin ,
    Thanks for your prompt reply ...
    I have mapped network machine folder to X:\
    now I can access this on my local machine by x:\
    And dsn it pointing to document on x:\
    then i tried to connect , but got an error.
    SQL> select * from all_objects@testin;
    select * from all_objects@testin
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC][Microsoft][ODBC Excel Driver] '(unknown)' is
    not a valid path. Make sure that the path name is spelled correctly and that
    you are connected to the server on which the file resides. (SQL State: S1009;
    SQL Code: -1023)
    ORA-02063: preceding 2 lines from TESTIN
    Do I need need any other changes in above confiiguration..
    or create link statement need to be modified...
    SQL> create database link testin
    2 connect to "SCF\ben"
    3 identified by "joe"
    4 using 'ABC.SCF.COM';
    please suggest

  • How to get general account for a billing document ( BSEG) ?

    Hello,
    For a billing document to a client , We need to get the general account for each item of the invoice . We based on the field XBLNR of table VBRK to select a document from BKPF with condition : VBRK-XBLNR = BKPF-vbeln . If yes we will get from table BSEG for bseg-vbeln = bkpf-vbeln and bseg-posnr = vbrk-posnr . then get HKONT.
    But as you know BSEG is a cluster table, Select directly from this table is extremly long and seems impossible in our case. Could you please show me the way to do this ?
    Our main purpose is to get HKONT ( General account ) for a  billing document .
    Thanks in advance for your help

    Hi  Hoa Binh Xanh,
    Why don't you look into tables BSAD and BSID (Transperant Tables) rather directly hitting BSEG ( Cluster Table)
    Pass VBELN (Billing Document) in above two tables and get the doucment numbers and then if you need further info hit BSEG with the data you got from BSAD and BSID
    OR else Pass KOART = 'D' while selecting data from BSEG it will help in improving performance
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Office 2013 - Word cannot establish a connection with this document after the system resumed from suspend mode

    Hiya!
    This issue has been answered numerous times for Office 2010 and Office 2007, but I have yet to any solutions or Hotfixes that work for Office 2013 (x64) on Win7.
    How to replicate the issue:
    Open a file from a network share.
    Edit file.
    Leave computer on with file open. Computer goes to sleep or into stand-by mode.
    Wait a bit
    Wake up computer
    CPU opens file in Read-Only mode and gives you the following error "Word cannot establish a network connection with this document after the system resumed from suspend mode. Save the document into a different file to keep any changes."
    What I've tried:
    http://support.microsoft.com/kb/2434898 - Office 2007 registry fixes. Does not apply.
    http://support.microsoft.com/kb/2413659 - Office 2010 problem. This exact issue. Says 'No microsoft products that match this hotfix are installed'
    Work Around:
    I can saving new versions of these files overrides this issue, but this is sometimes not possible for end-users who only have specific access to ONE SPECIFIC FILE in a particular network share.
    Please let me know how I can alleviate this issue!
    Thanks
    -Chris

    Hi,
    Are those problematic documents created via previous versions of Office?
    Please also try to run a repair of your Office 2013 installtion and check if it helps. See:
    http://office.microsoft.com/en-in/excel-help/repair-office-programs-HA010357402.aspx
    Regards,
    Steve Fan
    TechNet Community Support

  • How do I unlock my iPhone with my IMEI code on iTunes. And how do I change the iCloud account connecting to the phone?

    My sister got the 5S, so she has given me her old 4S. She got the IMEI code from her network to allow me to unlock it. When I plug the phone into my computer, how do I use the IMEI code to unlock it on iTunes. The text my sis got from O2 says, "Apple have confirmed the iPhone IMEI 01.....etc. is set to unlock. To complete, connect the device to iTunes with a SIM never used in the iPhone". But I'm not sure what to do, I already connecting the iPhone with my SIM to iTunes... What next? Also how do I change the iCloud account connected to the phone (hers) to my own?
    Thanks.

    Please see your duplicate post below.
    https://discussions.apple.com/message/24231623#24231623

  • Transaction MB5B takes not into account the archived material documents

    Transaction MB5B takes not into account the archived material documents . Is it possible?

    Hi
         It is not possible to see the archieved materials. Once archieved it will remove from the registry. Cannot be retrieve back.
    Thanks
    Ganesh

  • Not able to clear bank statement accounting entry with payment document.

    Hello FI guru,
    We are facing  problem to clear bank statement accounting entry with payment document  posted via t.code F110 (Automatic payment program).
    There is only single entry for payment in bank statment . But many entries in F110 for different vendors. Will posting the bank statement entry i.e Bank clear account Dr
                                        To Bank main account
    Its post with an error Error F5 263 the diference is too large.
    We are using muticash format & we have use 4 which clear Dr GL
    Request your help to resolve the problem Whether we missed any configuration or we have develop program for the same

    Hi,
    This error generally is due to tolerance error. Please check the assignment of the user id with the relevant tolerance groups. Let me know if it worked.
    or go through the following link
    F5 263 - The difference is too large for clearing
    BR,
    Satya

  • Asset report - with asset G/L accounts connected for gross value and amorti

    Hello dear all,
    Is there a way to obtain asset report by asset (and not by asset class) with the G/L accounts connected for gross value (acquisition) and amortization (depreciation) ?
    Thanks
    Edited by: Tarek AYACHI on Jun 1, 2010 10:25 AM

    Look to the report S_ALR_87011990 - Asset History Sheet  for more information about this report look in the wiki part from this forum
    http://wiki.sdn.sap.com/wiki/display/ERPFI/Asset+Reporting
    perhaps you can find with the ransaction ARQ0 - Ad Hoc Reports  you need

  • G/L account to restrict the document type selection in F-02

    Dear All,
    one of my client want that when ever he post any business transaction from F-02 the G/L accounts will determine the document type ,it will resctrict any other documnet type to be used.
    for example if their is a payment to bank for bank changes he want only document type BK will come or cash payment only SK will come as default .
    If that possible.
    Kindly help

    Goto TCODE:OBU1
    There it is defined for all TCODEs , with default documten type and posting key....
    you can change the same as your wish....it is one time as default
    but it is cross client config,
    and if you want control the document type for seperate transactions...you can control using the validations....that means in case of company code and doctype(sk)....GL should start with 1***series..like
    VVR
    Message was edited by:
            Ramana

  • Remove log in password for user account connected to windows live

    Hi, I had connected my windows live account to my local account, which is running windows 8.1
    Now, it is asking me for Live password every-time I have to login to my windows. Is there any way to remove this password? I want to keep my Live account connected, but don't want to enter password every-time I want to login.
    Thank you.

    Hi,
    When you connect a local account to a Microsoft Account, then the logon password will also be changed to the password of your live account, this is unavoidable, but if you think that typing the password every time is too annoying, then we can use a PIN
    instead, move the mouse to the right charm bar\Change PC settings\Accounts\Sign-in options, type four digit number as your password
    We can also use autologon tool to automatically logon to the account after you start your machine, but please note that this might cause potential security issue because everyone who get the machine can have access to to your Microsoft Account.
    https://technet.microsoft.com/en-us/sysinternals/bb963905.aspx
    just download the tool, then configure as below, here, you need to type your live account as the username
    Yolanda Zhu
    TechNet Community Support

  • Vendor Reconcilation account change during the document posting

    Hello Experts,
    I have one doubt about the Vendor Reconcilation account change during the document posting.
    Is there any way/possibility to change the vendor reconcillation account during the document posting, for a particular vendor.
    If is there any chance please let me know the way how to change it and also letme know the impact of this.
    Thanks in Adavance,
    Satya

    The System always takes the reconciliation account stored into the Vendor master data.
    Technically it is possible to change reconciliation account in vendor master record as follows:
    1) SPRO -> Financial Accounting -> AR and AP -> Vendor accounts -> Master Records -> Preparations for Creating Vendor Master Records -> Define Screen Layout per Activity (Vendors) -> Change Vendor (Accounting) -> Company Code Data ->
    Account management -> field 'Reconciliation account' set to 'optional entry'
    2) Then system will allow you to change reconciliation account in vendor master record.
    In general you can only change recon account when balance is zero.
    "By changing the reconciliation account in the open item master record the proportionate values from the items open at the time of change are not posted to the new reconciliation account.
    Hope this claifies.
    Kind Regards
    Soumya
    Edited by: Soumya Rao on Oct 13, 2011 12:51 PM

  • Use of KM to connect to External Document Repositories !!

    Dear All,
    I am evaluating the capability of KM as an integration layer to connect to various External Repositories (Lotus notes, File System, DB, DMS, Sharepoint repositories etc). I know there are various KM Repository Managers available which can help in connecting to other document systems, but am not sure how effective it is. What could be the potential issues?
    Are there any major limitations with using KM as integration layer?
    Appreciate your inputs.
    Thanks
    Sandip

    Welcome to the forum.
    However, as Claudio points out, this forum is for discussing the Adobe Forums, themselves.
    I will Move your post to the LightRoom Forum, where you should get quick assistance. Your link, and any e-mail subscriptions will follow nicely.
    Good luck,
    Hunt
    [Move to LightRoom Forum]

  • Workflow configuration error - System Account connection test failed

    Hi,
    Has anybody faced a problem with Workflow configuration? The version we are using is 2.6.2 on Oracle database 9.2.0.5 on AIX5L. The workflow installation from 9.2.0.1 installation CDs goes through without any problem. But when the workflow configuration tool comes up it fails with the following error.
    "SYSTEM account connection test failed".
    The system and sys accounts are fine as verified by sqlplus. Any help is greatly appreciated.
    The log file is shown below.
    Workflow Configuration Assistant-AIX
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA:
    WorkflowCA: Screen width -2304-, screen height -1024-
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA: Language - US
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYSTEM
    WorkflowCA: SQL Thread: Thread[TstSQL,5,main]
    WorkflowCA: chkSQL: true
    WorkflowCA: cmdLine: /app/oracle/product/9.2.0/bin/sqlplus system/<Masked Password> @/app/oracle/product/9.2.0/wf/sql/wftstcon.sql
    WorkflowCA: envVar[0]: -ORACLE_SID=rsdb-
    WorkflowCA: envVar[1]: -ORACLE_HOME=/app/oracle/product/9.2.0-
    WorkflowCA: envVar[2]: -WF_RESOURCES=/app/oracle/product/9.2.0/wf/res/wfus.res-
    WorkflowCA: envVar[3]: -TZ=EST5EDT-
    WorkflowCA: envVar[4]: -WF_NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1-
    WorkflowCA: envVar[5]: -PATH=/app/oracle/product/9.2.0/bin:/app/oracle/product/9.2.0/lib:$PATH-
    WorkflowCA: envVar[6]: -LD_LIBRARY_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: envVar[7]: -WF_TNS_ADMIN=/app/oracle/product/9.2.0/network/admin-
    WorkflowCA: envVar[8]: -WF_SHLIB_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: Exit Val : 126
    WorkflowCA: chkSQL is alive after 1 seconds: false
    WorkflowCA: SYSTEM account connection test failed.
    WorkflowCA: Terminating...
    Thanks,
    Chethan

    We had this problem on 2 machines.
    On the 1st machine, we tried the local install option after a few days (Local option with no connect string) and it worked with no problems!
    On the 2nd machine, we could never get it to work even after opening a tar with Oracle. Finally we did a remote install from the 1st machine into the database on the 2nd machine. During the remote install while running wfinstall on the 1st machine, we just had to choose the remote option and the database service name for the connect string.
    Thanks,
    Chethan

  • I am having trouble with exchange account connection .the vpn connects fine but the exchange account is still showing the yellow light .can anyone help?

    i am having trouble with exchange account connection .the vpn connects fine but the exchange account is still showing the yellow light .can anyone help?

    I had a similar problem.  Here is how I resolved the issue.
    1.  Remove Network Connect
    2. Run Terminal and remove /usr/local/juniper and everything within the juniper directory.
    3. Reboot the machine and reinstall Network Connect
    4. Test if you can now connect.
    During removal, you may encounter permission denied error, you will need to change the permission to 777.  For example "sudo chmod 777 nc".

  • HT2736 Does one need to have an iTunes Account (connected to their credit card) in order redeem gifted application?

    I need to find out if I can send multiple apps in the form of gifts to people who do not have itunes accounts(connected to their credit cards).
    Is that possibile?
    My goal would be to be able to send an app to someone who can then either right on their ipad or though itunes download the app without entering any credit card information or having to login to itunes.
    thanks

    Glad this helped! You might want to check this article on Understanding Restrictions on the iPad: http://support.apple.com/kb/HT4213.
    Al

Maybe you are looking for

  • IPad 2 restore issue.

    i wonder is anyone can help. after having my iPad 2 for 3 years with no problems, suddenly it just got stuck on the Apple logo and would not charge up. Aftear assuming I had somehow damaged the mains port, I took it to an iexpert who took a look and

  • Accessing file shares from JSP

    Hi, I need to be able to access file shares from a JSP page. Here's the JSP code: <%@ page language="java" %> <%@ page import="java.io.*" %> <%@ page errorPage="errorPage.jsp" %> <% String fileSystemPath = "\\\\130.26.1.199\\MeetingManager30\\test.tx

  • Apple Tv sound dropout with optical cable

    Hi there, First of all Merry Christmas to everybody out there... I received yesterday for christmas the latest apple TV. I connected it to my tv with HDMI cable and to hifi, bose home cinema lifestyle 28, with optical cable. Sound through HDMI cable

  • Questions about ABAP Unit (Integrate in class / encapsulate DB access)

    Hi, i have allready done some Unit Tests. Till this post i have created a report and put my test class definition / implementation there. The report is just a wrapper for testing. The functionallity is impelemented in classes. My first Question is ho

  • 802.1x dynamic vlan assignment based on MAC?

    Hello, I am using Catalyst3750 and Widows AD Authentication. Our customers' pc is runnnig Windows (isn't 802.1x capable) that is connected to the catalyst switch. Is it possible to dynamic assign a Vlan based on MAC? When possible, we want to make it