To get code combination in transaction screen -AR

hi all
i am using r12
in AR super user -transactions-in the transactions screen -when it is queried say 10000086 in the field Number
when distributions tab is clicked we get to see a field named GL account eg 701-100001-1000-0101-1220001-000000-0000-0000
when i see record history for Transactions screen it says RA_CUSTOMER_TRX_PARTIAL_V
when i see record  history for gl account   RA_CUST_TRX_LINE_GL_DIST_V  but i don't see the code combinations
how to join RA_CUSTOMER_TRX_PARTIAL_V and RA_CUST_TRX_LINE_GL_DIST_V
i did join with customer_trx_id but it gives more number of rows
kindly guide
thanking in advance

Do you want sql script to find GL Code Combinations for a AR transaction?
If yes, following is the query.
select rcta.trx_number, gcck.concatenated_segments
from ra_customer_trx_all rcta, ra_customer_trx_lines_all rctla, RA_CUST_TRX_LINE_GL_DIST rctlgd, gl_code_combinations_kfv gcck
where rcta.trx_number = '<Give your AR Invoice>'
and rcta.customer_trx_id = rctla.customer_trx_id
and rctla.customer_trx_line_id = rctlgd.customer_trx_line_id
and rctlgd.code_combination_id = gcck.code_combination_id;
If you are looking for something else, please be clear
Regards,
Srini

Similar Messages

  • Difference in Account Code combination at Transaction and Accounting entry

    Hi All,
    We are working on Subledger Modifications (SLA) for a Client in order to meet few key business scenarios... Even though we were able to achieve the desired outcome through SLA, client is not pleased about the fact, there exists two different account code combinations for a transaction i.e.
    1) The account code combination that is defaulted or entered in the transaction
    2) The account code combination that is used for creating the accounting entry considering the modifications done at SLA.
    There is a difference between the above two, due to modifications carried out in SLA. 
    Since the scope of SLA is limited only to make changes at the Accounting entry level, such variations would exist, however client is not comfortable with such an approach.
    We are performing the SLA changes for three modules:  1) Cost Management 2) Accounts Receivables and 3) Accounts Payables
    If someone has worked on such similar situation in your previous assignments, perhaps you can share how the same was addressed.
    (Such as any customizations, Workarounds, irrefutable justifications etc ..)
    Thanks and Regards,
    Karthikeyan

    Hi,
    Check is there any restrictions are there . the data must be displayes if the data is there in infocube.
    Regards
    sivaraju

  • How to get Code Combination Range (Account Range From - Account Range To)

    Hi,
    I have a requirement that I need to get the range of code of combinations based on the parameter (Account Range From & Account Range To) in the query. Please could anyone help how to fetch this value based on the parameter.
    Account Range From (7 Segments)
    XXX
    AAAA
    BBBB
    CCC
    000
    YYY
    ZZZZ
    Account Range To (7 Segments)
    XXX
    AAAA
    BBBB
    CCC
    000
    YYY
    ZZZZ
    These is the example of value which I will be getting on the Accounting Range From and Accounting Range. Based on this account range, I need to pull records from the GL_CODE_COMBINATIONS table. Any help on this plz?
    Thanks,
    Geno

    I would not use the code_combination_id. That code_combinaition_id is incremented by one for each new account, so unless you happened to create all your accounts in the right sequential order (not likely), then you cannot do a range of FROM code id a TO code id b. Do an SQL against the code combinations table and sort on the segments columns and take a look at the code combination id on each row, and I think you will see that they jump around quite a bit. I think you can only rely on using the segment columns values for doing an account range.
    John Dickey

  • Combine 3 transaction codes into one.

    Hello experts,
    I have a requirement to combine 3 transaction codes into one single transaction and get the output of the 3 t-codes in a flat file while executing the last combined t-code.
    Please tell me,how shall I proceed with this?
    Thanks in advance,
    Suchi.

    I'm on ECC6 and there's no SM03.
    Anyway, those aren't reports so you won't be able to execute them using SUMBIT ...LIST TO MEMORY to retrieve the results afterwards.
    Using BDC calls won't help you either, since you can't capture the results afterwards (as far as i know).
    The only suggestion i can make is to analyse the workings of those transaction (how are data selected and so on) and incorporate that in your own program.

  • Where do I get all SAP WM transaction codes for user acceptance test ?

    Hello experts,
    Where do I get all SAP WM transaction codes for user acceptance test during cutover activities?
    I need the list of transactions.
    Thanks in advance

    Hi,
    You can download through Solution Manager also. If ASAP is installed in your computer, you can download all the standard transactions, otherwise let me know your id, i will send it to you.
    Aktar

  • Getting GL Code combination description

    Hi All,
    we have xla_oa_functions_pkg.get_ccid_description in R12 for getting the description of code combination.
    can anyone let me know its counter part in 11i version..
    Thanks in advance..

    See http://ashokkumartj.blogspot.com/2011/02/key-flex-field-structures-table-details.html for useful queries for KFF

  • How to open a R3 Transaction screen in VC

    Hi There,
    Can anyone tell me how to model VC in such a way that I can open up a R3 transaction screen for the VC.
    I have done this in the course but a an reproduce the example with a other TXcode.
    i put this code in my inputfield url: "pcd!3aportal_content!2fcom.sap.pct!2ftemplates!2fiviews!2fcom.sap.portal.sap_transaction_iview?System=SAP_R3&TCode=PA30&GuiType=WebGui&DynamicParameter=RP50G-PERNR%3D&OkCode=ENT2"
    etc, etc, ...what I want to have is a general coding and some info on where to fill in my TXcode in this line.
    I created a signal out from a tabel ...to get a signal out one level up...i connected the iview with the HTML and compliled...but it gves me (over and over again ) a message that eventis declared but can not be raised..  anybody any ideas
    steven

    I found some extra info on the WIKI page
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/
    Here it is said that 'SAP_R3" must be replace by your system name
    I will try this .....
    Create an iView from a default template of the type SAP GUI for HTML (your system connection to your backend must be configured before). You have to choose the system and the transaction code. Then integrate this iView via a html view and the URL.
    An alternativ is a html view with an URL:
    "http://<portal>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.Transaction?System=SAP_R3&TCode=VA02&GuiType=WebGui&DynamicParameter=VBAK-VBELN="&@Order_Number&"&OkCode=ENT2"
    This example is calling transaction VA02 from an ERP backend system. The systemalias is SAP_R3 (you need to replace it with your systemalias),
    skipping first screen and bringing the sales order "Order_number" in change mode.
    The parameter Order_number is filled previously in the Visual Composer model.
    <a href="http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/">http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/</a>

  • Tax code in F-47 screen

    Dear Gurus,
    While doing the Vendor down payment thru F-47, am not able to see the fild Tax code in F-47 screen. Can you please help us  how to get the Tax code displyed  in f-47  to input tax code values. We are able to see the chek box for calculating the tax.
    Earlier help will be highly appreciated.
    Regards
    VSK

    Hi,
    Follow below steps.
    1. Use transaction FS00.
    2. Enter the GL Account assigned Special GL and click on change.
    3. Go under Control tab and select * in Tax Category
    Regards
    Praveen

  • GL Code Combination from GL_SUBR_LED table using ACCT_ID and ACCTNG_UNIT_ID

    Hi Gurus,
    Is there anyway that I can get the GL Code Combination ID from GL_SUBR_LED for OPM Transaction by using the ACCT_ID and ACCTNG_UNIT_ID. It is very urgent.
    Please help me on this.
    Thanks,
    Genoo

    Yes, one parameter per segment. As I explained earlier, I'm currently doing it just fine using 3 separate queries, but it seems highly inefficient.
    Here is what I'm doing [but wanting to create a view]:
    Parameter 1: Company segment1
    Parameter 2: GL Account segment2
    Perameter 3: Dept (cost center) segment3
    So I was thinking the view should look something like [each are columns]:
    co_value | co_descr | gl_acct_value | gl_acct_descr | dep_value | dep_descr
    I did something like this yesterday---but that's definitely not what I want.
    (SELECT     fvt.flex_value_meaning, ffv.flex_value
         FROM     apps.fnd_flex_values_tl fvt, apps.fnd_flex_values ffv
    WHERE          ffv.flex_value_id = fvt.flex_value_id
                   AND ffv.flex_value_set_id = y
                   AND ffv.enabled_flag = 'Y')
    UNION ALL
    (SELECT     fvt.description, ffv.flex_value
         FROM     apps.fnd_flex_values_tl fvt, apps.fnd_flex_values ffv
    WHERE          ffv.flex_value_id = fvt.flex_value_id
                   AND ffv.flex_value_set_id = x
                   AND ffv.enabled_flag = 'Y')
    Edited by: Akatsuki on Aug 31, 2010 1:46 PM
    Edited by: Akatsuki on Aug 31, 2010 2:00 PM

  • BADIs which get triggered in ME25 transaction

    Hi ,
    I want to know the list of BADIs which get triggered in ME25 transaction ONLY.
    Please provide me the list.
    Thanks,
    Shivaa......

    List of BADI's for ME25
    EXTENSION_US_TAXES   Extended Tax Calculation with Additional Data
    ME_ACTV_CANCEL_PO    BAdI for Activating the Cancel Function at Header Level
    ME_BAPI_PO_CUST      Customer BAdI for BAPI_PO_CREATE1 and BAPI_PO_CHANGE
    ME_BAPI_PR_CUST      Customer BAdI for Enjoy Purchase Requisition BAPIs
    ME_BAPI_PR_IBS       BAdI: Enjoy BAPIs for Purchase Requisitions
    ME_BSART_DET         Change document type for automatically generated POs
    ME_CCP_BESWK_AUTH_CH BAdI for authorization checks for procuring plant
    ME_CCP_DEL_DURATION  Calc. of Delivery Duration in CCP Process (Not in Standard)
    ME_CHANGE_CHARACTER  Customer-Specific Characteristics for Product Allocation
    ME_CHECK_ALL_ITEMS   Run Through Items Again in the Event of Changes in EKKO
    ME_CHECK_SOURCES     Additional Checks in Source Determination/Checking
    ME_CIN_LEINRF2R      BADI for CIN India - Delivery charges
    ME_CIN_LEINRF2V      BADI for LEINRF03 excise_invoice_details
    ME_CIN_MM06EFKO      Copy PO data for use by Country version India
    ME_CIP_ALLOW_CHANGE  Configuration in Purchasing: Changeability Control
    ME_COMMITMENT_STO_CH BadI for checking if commitments for STOs are active
    ME_COMMTMNT_PO_REL_C Check for Commitment-Relevance of Purchase Orders
    ME_COMMTMNT_REQ_RE_C Check of Commitment Relevance of Purchase Requisitions
    ME_DEFINE_CALCTYPE   Control of Pricing Type: Additional Fields
    ME_GUI_PO_CUST       Customer's Own Screens in Enjoy Purchase Order
    ME_HOLD_PO           Hold Enjoy Purchase Orders: Activation/Deactivation
    ME_MMPUR_EINM_CUST   BAdI Methods for Processing IDoc Data in the SUS Scenario
    ME_PO_SC_SRV         BAdI: Service Tab Page for Subcontracting
    ME_PROCESS_COMP      Processing of Component Default Data at Time of GR: Customer
    ME_PROCESS_PO_CUST   Enhancements for Processing Enjoy Purchase Order: Customer
    ME_PROCESS_REQ_CUST  Enhancements for Processing Enjoy PReqs: Customer
    ME_PURCHDOC_POSTED   Purchasing Document Posted
    ME_RELEASE_CREATE    BAdI: Release Creation for Sched.Agrmts with Release Docu.
    ME_REQ_OI_EXT        Commitment Update in the Case of External Requisitions
    ME_REQ_POSTED        Purchase Requisition Posted
    ME_TAX_FROM_ADDRESS  Tax jurisdiction code taken from address
    ME_TRIGGER_ATP       Triggers New ATP for Changes in EKKO, EKPO, EKPV
    MM_EDI_DESADV_IN     Supplementation of Delivery Interface from Purchase Order
    SMOD_MRFLB001        Control Items for Contract Release Order

  • My ex has my iPhone 4. I loaned it to her, now she's keeping it and has her pass code on the lock screen. I froze the acct with Bell, but want to remote wipe the phone. Not sure if she has iCloud on but she might have Find My IPhone on. Advice to wipe?

    Help... My ex has my iPhone 4 that I lent her. I kept the phone on my Cell phone service provider because of her bad credit. She turned out to be quite the lunatic, and it took the police to get her out of my home. What a nightmare. She still has my phone with her own pass code on the lock screen. I froze the service provider acct, so she can't call with it or use data unless she gets her own account. However she can still access many of my contacts I left on there. She also gets apps that I download onto my iPhone 5. She can't download apps herself because she has no apple account. Mine is still on there. She doesn't know my password. She does still get copies of my apps though. I tried to stop that when we were still together in a relationship but didn't succeed. Do I need to creat a new apple account, or just change the account name to stop her from getting the apps? Can I remote wipe the phone if the iCloud functions are set to off on that phone, but maybe the Find My IPhone is still turned on? She has mental disorders and a mean streak. Does anyone have advice or ideas???

    Apparently "find my iPhone" won't work unless I restart her cell service, which I can easily do. I think she might  need her phone powered on too for me to trace it and wipe it. She forgot her charger here and has no service on it, so won't have it on much. Maybe I can change my Apple ID altogether? As long as the new Apple ID doesn't somehow automatically go to her phone.

  • Is it possible to add PERNR field to MIGO or MB1A transaction screens?

    Hi,
    Ours is a service industry with @ 10000 employees and we have implemented SAP with MM & HR module. We issue uniforms to all the employees when they join (new Joinee) and again once in January every year as reissuance. We intend to keep size information in employee masters in HR along with station code, designation, department and cost centers.
    At present we are using two fields goods recipient and unloading point to mention employee code and type of issue (new joinee or reissuance). This is because employee code (PERNR) field is not there in MIGO_GI screen or MB1A screen.
    Is it possible to add PERNR field to any of these transaction screens?
    If added then we can fetch the relevant information about issuance of information along with station code, designation, department in Z report.
    If possible, then how it can be done?
    Thanks in advance,
    Satish

    Hi ,
    as i understand we can add new fields in a transaction through user exit /field exit. so please discuss with your ABAP consultant & try to find out all the exit available for MIGO/ MB1A. then you have to decide which one will suit you. here you have to consider some factors like whether you need to enter values in the field or the field needs to fatch any value from any other table & should populate here.
    the ABAPer can then write the code & add your required logic here.
    i am not very good in this subject. just tried to share what ever i knew.
    regards,
    anubhab

  • Problem in getting parameter value from selection screen in web dynpro abap

    Hi,
    I am facing problem in getting parameter value from selection screen.
    Please find my code below:
    DATA LT_PAR_ITEM TYPE IF_WD_SELECT_OPTIONS=>TT_SELECTION_SCREEN_ITEM.
    FIELD-SYMBOLS:<FS_PAR_ITEM> LIKE LINE OF LT_PAR_ITEM,
                                 <FS_OBJ_USAGE>    TYPE REF TO data.
      WD_THIS->M_HANDLER->GET_PARAMETER_FIELDS( IMPORTING ET_FIELDS = LT_PAR_ITEM ).
      LOOP AT LT_PAR_ITEM ASSIGNING <FS_PAR_ITEM>.
        CASE <FS_PAR_ITEM>-M_ID.
          WHEN `OBJ_USAGE`.
             ASSIGN <FS_PAR_ITEM>-M_VALUE->* TO <FS_OBJ_USAGE>.      
    [ Here, sy-subrc is 4,  <FS_OBJ_USAGE> is not assigning.]
        ENDCASE.
      ENDLOOP. 
    So, can any one solve this problem.
    Thanks in advance,
    Radhika

    Hi Radhika,
    Try using GET_RANGE_TABLE_OF_SEL_FIELD...
    Please Refer below code..
       DATA: NODE_FLIGHTS TYPE REF TO IF_WD_CONTEXT_NODE.
      DATA: RT_CARRID TYPE REF TO DATA.
      DATA: ISFLIGHT TYPE TABLE OF SFLIGHT.
      DATA: WSFLIGHT TYPE SFLIGHT.
      FIELD-SYMBOLS: <FS_CARRID> TYPE TABLE.
    Retrieve the data from the select option
      RT_CARRID = WD_THIS->M_HANDLER->GET_RANGE_TABLE_OF_SEL_FIELD( I_ID = 'S_CARR_ID' ).
    Assign it to a field symbol
      ASSIGN RT_CARRID->* TO <FS_CARRID>.
      CLEAR ISFLIGHT. REFRESH ISFLIGHT.
      SELECT * INTO CORRESPONDING FIELDS OF TABLE ISFLIGHT FROM SFLIGHT
                           WHERE CARRID IN <FS_CARRID>.
      NODE_FLIGHTS = WD_CONTEXT->GET_CHILD_NODE( NAME = `FLIGHTS` ).
      NODE_FLIGHTS->BIND_ELEMENTS( ISFLIGHT ).
    Thanks,
    Regards,
    Kiran

  • Bapi_Acc_Document_Post - E 018 : Invalid tax code and company code combination

    Hi All,
    I need the help of this forum once again.
    I am using bapi Bapi_Acc_Document_Post to create KR documents in SAP. The bapi works absolutely fine except for one scenario:
    For a particular type of invoice coded to Company "XXXX" with lines having tax code "I0", the bapi returns error message "E 018 : Invalid tax code and company code combination". The tax code "I0" and the company code "XXXX" has been mapped in SAP and if I try to create the invoice manually in SAP using the GUI, the invoice gets created without any issue.
    I have tried searching the forum but could not find any post on this topic.
    Therefore, requesting the masters to please help me out on this.
    Best Regards
    Sutirtha Roy

    Hi Gowthami,
    how have you solved your problem, because I am facing the similiar issue and trying desperately to post the following combination with BAPI_ACC_POST_DOCUMENT:
    001 40       490100     Aufw. aus Marge PP              R2                 15,92
    002 31       10000003   Kreditor                                R2                 15,92-
    003 50       175060     Abzugsverfahren USt            R2                  3,18-
    004 40       154060     Abzugsverfahren Vst             R2                  3,18
    THANX!
    Regards
    Marko

  • Upload documents from transactional screen - Sale & Purchase Order

    hi All,
    I am trying to have DMS attachment from trx - VA02 directly. I have come across few links which say - this is possible.
    upload documents from user transactional screen to content storage area | LinkedIn
    I am able to get the functionality for CJ20N - 'WBS Element' Object (Screenshot attached). Can someone pl suggest if I am missing something to get the same functionality for Sale Order / PR & PO.
    For Sale Order - I believe the 'Create' icon shall be 'Enabled' once I navigate - Extras -> Documents.
    -thanks

    Hi
    This button is only displayed if you use the new screen logic (see note 1066915) and when you have maintained the necessary customizing for the required document types and objects in transaction DC10.
    So I would kindly ask you to go to transaction DC10 and mark a document type where the necessary object is linked under 'Define object links'. Choose the right object and display its details by double-click. Then you will see the field 'Create document' where you have to enter a value '1' (using transaction) or '2' (simple creation). Please enter a value and flag the 'Additional function' checkbox too.
    /Tilak

Maybe you are looking for

  • Differences in appearance when using a Mac vs. PC

    www.thecampuscocktail.com I used a PC to create the site, however I asked my roommate to test it on his Mac and the menu seems to have 2 rows on his computer. As is the width is too small? Before I went around changing my CSS I was going to ask if an

  • T420 dual monitors question?

    I have a T420 (Intel Graphics Intergrated) and two Dell U2413 monitors. Can someone tell me if it's possible to connect two displays to the laptop through display port. I only want to run the monitors in dual mode, I'm not worried about using the lap

  • JAXP DOM simple parsing question.

    I am adament that I should use Java DOM Document,Node,Element,Attr classes to handle an xml document. Why is it that the following code, compiled and executed in the same directory as the xml file video.xml, only prints null, when it should echo the

  • Editable PDF forms

    Hi, newby here so sorry if this is obvious, but how do I create a form in Live Cycle Designer 8 so that other people who only have Acrobat Reader can edit the text fields and then save it electronically....? Thanks in advance Brendan

  • Photos and star rating??

    After doing the software update and changing from  iPhoto to Photos I can't seem to figure out how to rate my photos.  The directions in "Help" say that I can go to View-Rating- etc. but I don't see that when I look at the drop down menu.  I have yea