Where are the condition values of a Debit Memo Request stored - SE16

Who can help me explain in what table(s) I can find the values on the condition tab that are calculated, referring to a DMR single line item? For example, I have a DMR + Line item from VBAK and VBAP, but the values on the condition tab are not stored here. So I am not looking for the pricing data, but the pricing date which is calculated on the condition tab in VA03.
Thanks

Hi Mr Lakshmipathi
Thanks for replying. I did search the forum but was not able to find it. Probably because I am new to this forum and still need to figure out how to navigate, anyway. Thanks for posting the solution, it is exactly what I was looking for.
Regards
Alex

Similar Messages

  • Where are the primitive values in classes like being "Boolean" stored?

    I can't seem to find them in the API, is it because they are not visible but they are there(because of the encapsulation?) or because they are somewhere else?

    NomenNescio wrote:
    Well you seem to know that the values are somewhere,Well, simple common sense says that they're somewhere :-) the alternative is, that Boolean simply guesses what you originally gave it, and never gets it wrong!
    are you saying that not knowing that they are "somewhere" is useless? probably not.I'm saying the knowledge is useless. What Boolean does with primitives is it's own business, and what might be the case in Sun's implementation (it puts them in an instance variable) might not be true for another. As long as the contract of the API is adhered to, that's all you need to worry about
    I didn't knew where the values were stored at all and the API doesn't mention anything about it using encapsulation so it is only fair if I asked where the values are stored. I have received my answer and I thank you for that. I think you misunderstood my question a little :D
    The whole point of encapsulation is to avoid you having to know these trivial details! Understanding that, as a user of a class, all you need to know about is the published API, is far far more important and useful than knowing the ins-and-outs of how that class does what it does. That's the essence of encapsulation
    I am just trying to understand the API and java a little better. (Should focus more on my English grammar but whatever)
    Edited by: NomenNescio on Oct 17, 2007 2:32 PMPrivate members, implementation details and the like, are very specifically not part of an API. By definition

  • What are the condition value colours in sales oder  condition tab

    Hi SAP Guru's,
    I would like to know how many colours is their in for pricing condition values in sales order.And kindly explain the colours functionality.
    Thanks&Regards
    Vikram.M

    hi,
    Here are the steps.
    1.Create a Characteristic called ZColour(Standard SAP has a characteristic called colour.I did not use it.)
             Give your values.
             Say, Red  & Blue
    2.Now create another characteristic called ZCol_surcharge
    Give the description and go directly to Addnl Data Tab.Here in the table name Enter "SDCOM" and in the Field Name Enter "VKOND".The system will pick up the format from the Dictionary.
    3.Now go to CT04 and change the Characteristic Zcolour.
    Go to values tab and select RED.Goto Extras-> Object Dependencies->Editor and then select Procedure.
    In front of 000010 Enter  $self.ZCol_surcharge='RED'.
    Similarly Select Blue  and enter $self.ZCol_surcharge='BLUE'
    3.Link both these characteristics to the Class(The class which you have attached the KMAT Material).
    4.Go to VK11 and the Enter VA00.Then give the values RED and BLUE and enter the values.
    5.Go to your order and Enter your material.
    I think this is what you wnated..
    **IF YOU FEEL THIS IS USEFUL THEN JUST REWARD POINTS**

  • New to Kuler- where are the RGB values?

    Hi I'm new to Kuler-
    When I go to the main web site there are a lot of beautiful
    color sets on the first but I see no where, where it says what the
    RGB values are.
    What am I missing? I didn't find any thignin the help files
    either.

    you have to sign in, then go to Create - the colors will be
    displayed in either rgb, hex or various other ways ~ O_O

  • Where are the archive or executable files for Adobe 4 stored in Win7?

    I read the help file, but which are the files I need to back up in case I have to reinstall the program?

    hi,
    use th following link,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f02b492c-7d76-2a10-86aa-e11e8388fde8
    Regards
    Jayapriya

  • Where are the recent file locations for Printing to PDF stored? Deleted folders reappear when printing to PDF.

    question is above... where can I delete the list of recent locations?
    very annoying when I delete folders I have used in previous PDF printing, then reappear (all of them) when I PDF again to any location

    AcroTray is running in background.
    Thanks, will try that. Just have to work out Word settings so the conversion is seamless. Word tends to drop images and such when I do that.
    In the interim, I've downloaded the CutePDF driver and all seems to be working. Ultimately the issue seems to lie with the PDF driver provided by Acrobat, but no matter how many times I reinstall the driver I still get the same problem.

  • BAPIs to create sales orders for Returns and Debit Memo Request

    Hi,
    I have to create a sales order for document type Returns as well as a debit memo request.The BAPI 'BAPI_SALESORDER_CREATEFROMDAT2' is giving the following error message for Debit Memo Request document creation as well as for Returns.
    761 Unpermitted combination of business object BUS2032 and sales doc. category L
    I found BAPIs:
    ‘BAPI_CUSTOMERRETURN_CREATE’ for creating sales document of type ZDRE and SD document category ‘H’.
    ‘BAPI_DEBITREQUEST_PROXY_CREATE’ for creating sales document of type ZDDR and SD document category ‘L’.
    please let me know if anybody have used them. If so what values need to be passed to I_UPLOAD_ID,I_DESTIN,I_SFA_REL parameters of BAPI_DEBITREQUEST_PROXY_CREATE. Are there any alternative solutions using the Salesorder bapi.
    I have to create documents based on the flat file data no reference sales document numbers are available.
    Appreciate your help..
    Good Day
    Regards
    Bhargavi

    Look at the code done by me
    Program Name:                                                        *
    SAP Name    : ZAXXXXXX               Version    :                    *
    Programmer  : Chris Dong of ITDC                    *
    Description :                                                        *
    Includes        :                                                    *
    Function Modules: XX_XXXXXX                                          *
    Transactions    :                                                    *
    Programs        :                                                    *
    REPORT  XXXXXXXX LINE-SIZE  80
                     LINE-COUNT 65
                     MESSAGE-ID ZA
                     NO STANDARD PAGE HEADING.
    CLEAR l_order_partners.
    l_order_partners-partn_role = 'AG'.
    l_order_partners-partn_numb = '0001202491'.
    APPEND l_order_partners TO li_order_partners.
    CLEAR l_order_partners.
    l_order_partners-partn_role = 'WE'.
    l_order_partners-partn_numb = '0001202491'.
    APPEND l_order_partners TO li_order_partners.  
    Sales document type
    l_order_header_in-doc_type = 'ZDR'.  
    Sales organization
    l_order_header_in-sales_org = '1000'. 
    Distribution channel
    l_order_header_in-distr_chan = '01'.  
    Division
    l_order_header_in-division = '04'. 
    REF DOCUMENT
    l_order_header_in-REF_DOC = '9100000144'.
    order reason
    l_order_header_in-ord_reason = '925'.
    item number
    l_order_items_in-itm_number = '000001'. 
    material no
    l_order_items_in-material = '000000000007000012'. 
    Qty
    l_order_items_in-target_qty = '0000000000100.000'. 
    APPEND l_order_items_in TO li_order_items_in. 
    *BUS2094 Credit memo request " OSS NOTE 93091
    *BUS2096 Debit memo request " OSS NOTE 93091
    CALL FUNCTION 'BAPI_SALESDOCU_CREATEFROMDATA'
    EXPORTING
    ORDER_HEADER_IN = l_order_header_in
    BUSINESS_OBJECT = 'BUS2096'
    WITHOUT_COMMIT = ' '
    CONVERT_PARVW_AUART = ' '
    IMPORTING
    SALESDOCUMENT = l_vbeln
    RETURN = li_return
    TABLES
    ORDER_ITEMS_IN = li_order_items_in
    ORDER_PARTNERS = li_order_partners
    Message was edited by:
            Chris Dong
    null

  • Debit Memo Request

    Hi !
    I am trying to configure Debit Memo Request. Can anybody tell me the same?
    Rgds,
    Indrajit

    Debit Memo Request:-
    Step 1: Sales Document Type
    IMG > Sales and Distribution > Sales > Sales Documents >
    Sales Document Header:
    1. Sales Document Type:DR is the sales document type for Debit Memo Request. To create new sales order type, always copy as with reference to similar sales order. If possible use standard sales order.
    2. Define Number Ranges For Sales Documents: Maintain number range with discussion with core team.
    3. Assign Sales Area To Sales Document Types:
    A. Combine sales organizations / Combine distribution channels / Combine divisions: Ensure to maintain these, else Sales Order creation will give error.
    B. Assign sales order types permitted for sales areas: Assign only required Sales Order Types to required Sales Area. This will minimize selection of Sales Order Type as per sales area.
    Sales Document Item:
    1. Define Item Categories: If possible use Standard Item Category. Incase if required to create new, copy as from standard & maintain New.
    2. Assign Item Categories: If possible, use standard. Formula for deriving item category: Sales Document Type + Item Category Group + Usage + Higher Level Item Category = Item Category
    Step 2:
    IMG > Sales and Distribution > Billing >
    1. Define Billing Types: L2 is standard Billing Type for Debit Memo. If possible use Standard Billing Type. Incase if required to create new, copy as from standard & maintain New.
    2. Define Number Range For Billing Documents: Ensure to maintain number range.
    3. Maintain Copying Control For Billing Documents: Maintain relevant copy controls such as Sales Order to Billing.
    Note: Ensure that Copy Control settings are done
    Sales Order to Billing (OR --> F1): VTFA
    Regards,
    Rajesh Banka
    Reward point if useful.

  • How to avoid more than one debit memo request referenced to an invoice

    Hello Experts,
    Please if you have answer to the following question let me know it, the case is the following:
    I can create a debit memo request with reference to an invoice more than once time, which means I can have many debit memos request with whole reference to the same invoice number. How can I avoid it or notify to the user while creating a debit memo request that an invoice number has already a created debit memo request.
    I already check the requirement and transfer routines in copy control but I cannot use table VBFA to verify if there is a previous debit memo request, and also I verify the configuration of the debit memo request.
    Thanks a lot for your help.
    Best Regards

    Hello,
    You're saying that you cannot check VBFA for previous Debit Memo Requests - is this because the previous Debit Memo Requests do not appear in the invoice's document flow? If so, please check Copying Control: Billing Document to Sales Document (item) - is the Update document flow box checked?
    Regards,
    Joã

  • The Condition value formula is not found in CRM ???

    Hello Al
    l
    We are working on CRM 7.0 , I canu2019t find the Condition Value Formula, Condition Base Formula and Condition u201Crequirementsu201D in the pricing procedures downloaded from the ECC also in the pricing procedures that are standard in the CRM
    I donu2019t know what is the reason for that
    Regards
    Jacopo Françoise

    the IPC should work to make them available

  • Changing the Condition value in Quatation only and not in Order

    Hi Gurus,
    We have a Requirement from Client in which the Client should be Able to change the condition Value PR00 in the Quotation and not in Sales order......can someone please let me know how's that possible?
    Because if we try to make Changes in Condition Type in V/06 it will also allow changes in Sales Order....

    Hi
    You can use user-exit USEREXIT_PRICING_PREPARE_TKOMP in the include MV45AFZZ.
    IF VBAK-AUART = (Your quotation type)
    LOOP AT XKOMV.
    IF XKOMV-KSCHL = 'PR00'.
    SELECT * FROM T685A INTO TABLE I_T685A WHERE KSCHL = 'PR00'.
    READ TABLE I_T685A WITH KEY KSCHL = XKOMV-KSCHL.
    I_T685A-KMANU = 'C'.
    MODIFY I_T685A INDEX SY-TABIX.
    MODIFY T685A FROM TABLE I_T685A.
    REFRESH I_T685A.
    ENDIF.
    ENDLOOP.
    like this discuss with your abapper and build the logic
    regards
    Prashanth

  • Problem in Routine after rounding off the condition value

    Dear all,
          I have attached the routine for rounding off value for condition value for T.Code va02. Routine is working fine but the problem is after the execution of routine it goes in some standard program LV61AA55 where again the rounded value gets changed . Maximum points will be allocated ..
    Thanks anr Regards

    FORM FRM_KONDI_WERT_925.
    *{   INSERT         D01K911062                                        2
    data : wa_xkomv like xkomv,
            v_kwert like xkomv-kwert,
           W_INDEX  TYPE SY-TABIX.
    read table xkomv into wa_xkomv with key kschl = 'JIN6'.
    W_INDEX = SY-TABIX.
    v_kwert = 1 * wa_xkomv-kwert / 100.
      V_KWERT = WA_XKOMV-KWERT.
    read table xkomv with key kschl = 'JHSC'.
    CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT'
       EXPORTING
         I_AMOUNT                 = v_kwert
       I_AMOUNT1                =
       I_AMOUNT2                =
       I_AMOUNT3                =
       I_AMOUNT4                =
       I_AMOUNT5                =
       I_EXADDTAX1_AMOUNT       =
       I_EXADDTAX2_AMOUNT       =
       I_EXADDTAX3_AMOUNT       =
      IMPORTING
        E_AMOUNT                 = v_kwert
       E_AMOUNT1                =
       E_AMOUNT2                =
       E_AMOUNT3                =
       E_AMOUNT4                =
       E_AMOUNT5                =
       E_EXADDTAX1_AMOUNT       =
       E_EXADDTAX2_AMOUNT       =
       E_EXADDTAX3_AMOUNT       =
    xkomv-kwert = v_kwert.
    xkwert = v_kwert.
    modify xkomv INDEX W_INDEX transporting kwert.
    *}   INSERT
    ENDFORM.

  • In Authoring Enviroment where are the results of a leaner stored?

    In Authoring Enviroment when i go to change attribute value in test author and click "Result Storage"checkbox, i cannot fiind the place where are the test results been stored.
    Can anyone help me in this regard? please
    Abdul Qadir (SHMA)

    Hello,
    I am trying to figure out how to access the saved course and I am having trouble understanding the settings in the AE and locating the data in the provided tables as discussed.
    1: What is the correct setting in the "Results Storage" and what does each selection mean?
    2: Are there separate tables to be used if I am using AICC instead of SCROM? We are currently using AICC to allow multiple parts in the AE? (i.e. a PDF is the main data source and the user has to click the CONTUINE button to access the assessment)
    3: What table allows me to view the final assessment scores or the inputted answers for the course?
    Thank you for any help with these issues and any guidance will be greatly appreciated.
    Kind regards,
    Brandon Gabany

  • How to fetch the condition value per line item in PO o/p

    Dear Experts ,
    I need to fetch the value of the all valid condition types in the PO item , for its o/p .
    For this i should know
    1.what all are the  condition types involved in the item .
    2.what is the condition rate
    3. what is the condition value .
      Pleas etell me how do i fetch this data ??
    Thanks in advance
    Regards
    Anis

    Hi Anis,
    At first collect the doc.condition-KNUMV from EKKO table.
    Later enter the above doc.condition no in KONV and KONP to get the details.
    Regards
    Ramesh Ch

  • Anchor point in the Graph Editor and where are the Tips

    Hello All,
    What is the purpose of an anchor point in the Graph Editor when you have "Show Transform Box when multiple keyframes are Selected" engaged.   The pointer automatically turns into a PanBehind tool.   I moved it inside, outside, on the line and it doesn't seem to have any inpact on the scaling of the transform box.  Not only that, it pops back to the center when you switch from "Edit Speed Graph" and "Edit Value Graph"
    I haven't used the graph editor much, if ever and was also curious to know what/where are the graph tool tips.  I haven't seen any difference when Show Graph Tool Tips is selected.
    Thanks in advance
    on a mac   cs5.5

    OK, I see the Tool Tips are displayed when you hover over a keyframe or the path that is made.

Maybe you are looking for

  • Using a second Mac

    I now have 2 Macs. I seem to recall that I can load my copy of Aperture on both (vs buying a second license) and wonder if this is true. Also, as my copy is an upgrade from V1.0 would I first need to load version 1 on the new computer and then upgrad

  • Functions used in Java mapping

    hi If anybody has worked on Java mapping, Can anybody tell me the common functions that are used in Java mapping along with some examples Also how java mapping is more useful as compared to XSLT and ABAP mapping, when to use java mapping and some dem

  • Why are some cells in my spreadsheet higher than others? There's like extra space.

    Why are some cells in my spreadsheet higher than others? There's like extra space.

  • Head swapping in elements 10

    in elements 10 can I view 2 photos  side by side and select & drag a head from one to the other (like I used to in photoshop 7)?  I can't figure it out...help!  Mr.T

  • HTTP connection to ABAP Error

    What is this error"HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://dst01pi:8001/sap/xi/simulation?sap-client=100 User: PIDIRUSER" ?