What table stored "project code" field  when post FI Doc

Hi, all
I 've  problem about "project code" field in profitability analysis.
I would like to know what Table that stored data about this field and can
relate with FI Doc Table.
Please help me
thank
Ray

Hi:
Please mention the T.code.
Additionally, place the cursor on the project code field and press F1.The sytem will show technical information button.Select the technical information and click on it.It will show the table name and field name.
Please let me know if you need more information.
Assign points if useful.
Regards
Sridhar M

Similar Messages

  • Set the default field value to transaction code field, when calling from WD

    Hi all,
    Can we pass the value in a input field of a standard transaction calling from WD application. Suppose we are calling a transaction VA03 in an external window, then how will be pass the value in the VBAK_VBELN screen field.
    Is there any way to pass the value to this transaction field. I have also tried out to set the parameter ID 'AUN' for VA03 transaction VBELN field. But it did not work for me.
    Is there any way to set the default field value to transaction code field, when calling from WD?
    Please suggest, if anyone have any idea.
    Thanks
    Sanket

    Hi,
    I am using the below code to open a standard transaction. It will help you to explain my point more easily.
    DATA: url TYPE string,
              host TYPE string,
              port TYPE string.
    *Call below method to get host and port
      cl_http_server=>if_http_server~get_location(
         IMPORTING host = host
                port = port ).
    *create URL
      CONCATENATE 'http'
      '://' host ':' port
      '/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction=' 'VA03'
       INTO url.
    *get the window manager as we are opening t code in external window.
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component TYPE REF TO if_wd_component.
      DATA lo_window TYPE REF TO if_wd_window.
      lo_api_component = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
    call the url which we created above
      lo_window_manager->create_external_window(
      EXPORTING
      url = url
      RECEIVING
      window = lo_window ).
      lo_window->open( ).
    Note*
    One more query I want to add to this thread, that is there any possibility to call a custom transaction as well?

  • HT2433 What is a -2012 code error when I try to redeem an I-tunes gift card?

    What is a -2012 code error when I try to redeem an I-tunes gift card?

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • In what table the trasaction codes has been stored?

    Can anybody please tell me that in which table the Transaction Codes are being stored?
    Regards,
    Subhasish

    Hi,
    TSTC SAP Transaction Codes
    TSTC_LOG SAP transaction codes
    TSTC_SM Control table SU22: Auth.obj.maint. for tr
    TSTC_SRT Assign Transaction Codes to Reports
    TSTCA Values for transaction code authorizations
    TSTCA_C Values for Transaction Code Authorizations
    TSTCC Additional Attributes for TSTC
    TSTCCLASS User Interface Classification for Transact
    TSTCP Parameters for Transactions
    TSTCRID
    TSTCT Transaction Code Texts
    Thanks
    Vikranth

  • What table storing controlling area from C.Element, wbs group?

    Hi All,
    Greeting.
    In my project right now, I need to bring over data Cost Element Group and WBS Group to BW.
    In order to cater this, I fetch data up from setHeader and setLeaf tables.
    My Question is how to get information about controlling area that belong to those object, because when I see org. unit field on the table (setHeader table), it's populated with different value with controlling area that I see on their t-code (KAH3 and KJH3).
    Is that any table storing controlling area seen on t-code: KAH3 and KJH3 ?
    Really need your help.
    Thanks a lot and have a good day,
    Best regards,
    Daniel N.

    Hi Daniel,
    It does not work this way. If you want to extract the controlling area of the obejcts you have to go to the relevant tables of the master data, e.g. for cost elements - CSKB, WBS - PRPS, etc.
    Regards,
    Eli

  • Invalid Account Code error when posting AP Credit Note

    Dear Experts,
    I hit this error message when posting an AP Credit Note based entirely on an existing AP Invoice (nothing was changed in the credit note).
    Invalid Account Code [Message 173-9]
    I have found 2 notes, but I dont think they're relevant
    [Note 1311905|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001311905]
    [Note 1286288|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001286288]
    Please help!
    Warmest Regards,
    Chinho

    Dear All,
    I found the solution!
    In my AP Invoice, there was a Rounding amount, but when I copied over to AP Credit Note, the system unusually set the Rounding amount as $0.00 and copies the Rounding amount to the Discount field instead.
    **The "Invalid Account Code" error happened because I did not set GL account determination for discounts scenario.
    So what I did was I cleared the Discount field in the Credit Note, and enter the rounding figure into the Rounding field again. Then, the AP Credit Note was able to go in Successfully!
    Thanks guys.
    Warmest Regards,
    Chinho

  • How to Update Business Place & Sec.Code Field in Posted Document

    Dear All,
    Pls suggest how to update Business Place & Section Code field in documents which are posted without entering Business Place & Section Code. Pls tell me how to achieve this without using Validations & Substitutions. Any table entries can be maintained for this? Kindly guide.
    Regards
    Abhijeet

    Hi,
         Thanks for sending the replay,
         I had already update the Material document through the J1INPP T. code. but it not use for update FI
         Document and i want to update Business Place & Section Code in FI document.
         Please suggest,
    Regards
    Abhijeet

  • Which table stored  description for field name

    hi,
    for example,
    field name is  LIFNR , description (vendor number),
    which table stored this description (vendor number)  for that field name(LIFNR) ?

    1. From table DD03L, give your tablename and get all of its field names and corresponding data element names. 
    2. From table DD03T, get the description of each data element you have got in step 1. 
    3. Then Use Function Module DDIF_FIELDINFO_GET 
    DD02L : ALL SAP TABLE NAMES
    DD02T : DESCRIPTION OF TABLE NAMES
    DD03L : FIELDS IN A TABLE.
    Check the below link for more information.
    http://www.sap-img.com/abap/how-to-get-the-field-descriptions-of-a-table.htm
    Thanks,
    Balaji

  • HTTP-CODE 500 when POST via https

    Hi,
    I've a serious problem here. When I try to post some data to a https server I'll always get an 500 internal Server Error back. What could be the problem? Here is my code that is responsible for posting:
            System.setProperty("proxySet","true");
            System.setProperty("https.proxyHost",prxy);
            System.setProperty("https.proxyPort",prxyPrt);
    String hh = "https://" + host;
                URL u = new URL(hh);
                con = (HttpsURLConnection)u.openConnection();
                con.setDoOutput(true);
                con.setDoInput(true);
                PrintWriter out = new PrintWriter(con.getOutputStream());
                out.write(daPost);
                out.flush();
                BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()));
                int c;
                while((c = in.read()) != -1) {
                    System.out.write(c);
                con.disconnect();The stuff that is stored in daPost is bullet-proof correct, because when it is posted with a VB-Application everything is ok........ and it is verified that both my java-application and the vb-application are producing the same POST-Data
    What could be the problem?
    Big thx in advance.
    LoCal

    Did you try to make the same post from an html form using a browser? That might show some extra info on what the problem with the post excactly is. Also, you are using a proxy server, the 500 reply could come from the host you are posting to, but also from the proxy server.
    What's in host? Is there a full url in it, or just the hostname? It might be you are trying to post to "https://somewhere.com" instead of to "https://somewhere.com/somescript.cgi".

  • How to expdp table with a BLOB field when table is larger than UNDO tbs?

    We have a 4-node RAC instance and are at 11.1. We have a 100 gig schema with a few hundred tables. One table contains about 80 gig of data. the table has pictures in it (BLOB column). Our 4 node RAC has 4 12 gig undo tablespaces.
    We run out of undo when export a schema or just this table due to the size of the table.
    According to metalink note ID 1086414.1 this can happen on fragmented tables. According to segment advisor, we are all good and not fragmented at all.
    I also followed the troubleshooting advice in ID 833635.1 and ID 846079.1, but everything turned out ok.
    LOBs and ORA-01555 troubleshooting [ID 846079.1]
    Export Fails With ORA-02354 ORA-01555 ORA-22924 and How To Confirm LOB Segment Corruption Using Export Utility? [ID 833635.1]
    initially we tried just to export it without special parameters.
    expdp MY_SCHEMA/********@RACINSTANC DUMPFILE=MYFILE.dmp PARALLEL=8 directory=DATA_PUMP_DIR SCHEMAS=MY_SCHEMA
    ORA-31693: Table data object "MY_SCHEMA"."BIGLOBTABLE" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-01555: snapshot too old: rollback segment number 71 with name "_SYSSMU71_1268406335$" too small
    then tried to export just the table into 8 files of 8G each (the failing table is about 90% of the schema size)
    expdp MY_SCHEMA/******@RACINSTANCE DUMPFILE=MYFILE_%U.dmp PARALLEL=8 FILESIZE=8G directory=DATA_PUMP_DIR INCLUDE=TABLE:\"IN ('BIGLOBTABLE') \"
    ORA-31693: Table data object "MY_SCHEMA"."BIGLOBTABLE" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-01555: snapshot too old: rollback segment number 71 with name "_SYSSMU71_1268406335$" too small
    We eventually resorted to exporting chunks out of the table by using the QUERY parameter
    QUERY=BIGLOBTABLE:"WHERE BIGLOBTABLEPK > 1 AND BIGLOBTABLEPK <=100000"
    and that worked but it is a kludge.
    Since we will have to export this again down the road I was wondering if there is an easier way to export.
    Any suggestions are appreciated.

    Note that undo data for LOB is not stored in UNDO tablespace but in LOB segments. So I am not sure ORA-1555 is directly linked to LOB data.
    What is your undo_retention parameter ?
    How long does EXPDP run before getting ORA-1555 ?
    You could try to increase undo_retention parameter to avoid ORA-1555.
    Are you running Entreprise Edition ? If yes, trying to transport the tablespace storing the table could be a solution.

  • Validation of a reference field when posting accounting document using FB50

    Hi all,
    We hada requirement to restrict the users from entering japanese caharaceters in the reference field of a accounting document. The validation for this was done using the transaction OB28. when the user posts the accounting document using transaction FB01 or changes the accounting document using transaction FB02, the validation provided in OB28 does work(it throws an error restricting the user from entering japanese characters if he has done so). But whenthe user pots the accounting document using the transaction FB50, the same error message comes as information message although the coding is for giving an error message.
    This however does not happen when the user logs on in English. In English logon the error mesage does appear.
    When the user logs on in Japanese the message comes as an information message but at the same time does not allow posting of the document.
    Debugging this revealed that the OSS note 197329 has been applied to the standard SAP program SAPMF05A.
    Any pointers to how this can be rectifiied would be appreciated.
    Thanks in advance.

    I think it would be best if you opened an OSS message on this.
    Rob

  • TS3694 what is the error code 2003 when trying to restore an ipod touch

    Im trying to restore a first generation ipod touch and it keeps coming up error code 2003.  Ineed help to figure out to get the corrected.

    Error 2000-2009 (2001, 2002, 2005, 2006, 2009, and so on)
    If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve the issue, try the USB issue-resolution steps and articles listed for Error 1604 above. If the issue persists, it may be related to conflicting security software. If the errors persist on another computer and known-good USB cable, the device may need service.
    http://support.apple.com/kb/TS3694#error2001

  • E75 - What's the security code requested when tryi...

    Hi,
    normally i do not have changed that and this seems not to be the pincode.
    Any suggestion for me ?
    Solved!
    Go to Solution.

    @Godzestla
    Default Nokia lock code is 12345
    Failing that try resetting by keeping the following buttons * (star key), 3 (number button) and talk/green key depressed whilst turning on the phone and do not release those three buttons until you see the Nokia "Shaking hands" logo.
    Happy to have helped forum with a Support Ratio = 42.5

  • "Acquisition value negative in area 32." when post FI doc by F-02

    Hi All,
    I want to scrap a asset. In our system, we set assets have two depreciation area, one depreciation area is 01 TWD 183150, another depreciation area is 32 USD 5779.42
    [TWD|http://www.flickr.com/photos/44956360@N08/5188549037/]
    [USD|http://www.flickr.com/photos/44956360@N08/5188549091/]
    When I posted a fi document and entried the document currency TWD = 183150, USD = 5779.42
    [FI TWD|http://www.flickr.com/photos/44956360@N08/5189150050/]
    [FI USD|http://www.flickr.com/photos/44956360@N08/5189150088/]
    The system display the error message "Acquisition value negative in area 32."
    [Error|http://www.flickr.com/photos/44956360@N08/5189150140/]
    Our system set the acquisition value Only Positive Values or Zero Allowed
    [IMG|http://www.flickr.com/photos/44956360@N08/5188549431/]
    I entried the TWD & USD Amount is equal with Asset, but I don't known why the system display the error "Acquisition value negative in area 32."
    Best regards,
    Eric

    Hi Praveen,
    Thanks for your reply.
    I had checked the asset depreciation key, currently the asset depreciation key was 0000 "No depreciation and no interest"
    [Asset Depreciation Key|http://www.flickr.com/photos/44956360@N08/5196922860/]
    This asset has no posted any amount of depreciation.
    [Amt|http://www.flickr.com/photos/44956360@N08/5196322429/]
    Best regards,
    Eric

  • How to activate  NCM code Field on STO PO(doc type:UB) for Brazil

    Dear Gurus,
    I,m working on STO PO-Doc type UB for Brazil.On PO item level on the Tab Page Brazil one field should be there with name NCM CODE.That field is disppeared for this doc type UB.For all the other doc types that field is visible.
    I have checked the settings related to UB and the field NCM codeScreen field:MEPO1326-J_1BNBM
    is mandatory.
    Can u kindly inform me how to make the field visible?
    Regards
    Kumar

    .

Maybe you are looking for