Function Module for Sales items condition types

Hi,
I would like to get Sales item amount details based on condition types tax or discount.
Is there any function module to output amount for sales item and condition type.
Thanks in advance for your help.
Thanks,
Ramana

hi
i have vbeln and posnr
my requirement is to calculate repricing for sales order.
i am having problem with function pricing means what parameters to be passed in komp and komk structure.
can you plz send me sample code if possible?
thankx in advance.

Similar Messages

  • Which Access sequence will use for sales tax condition type for TAXINN

    hi.,
    which Access sequence will use for sales tax condition type for TAXINN procedure.pls give one example (Access sequence) and give fields.
    Because i couldnot create the condition record,the system not accepted for tax indicator.
    Regards.,
    lakshmanan

    We also got the same problem with our client and escalated it to SAP.
    they advised to use the access sequence <b>JIND</b> which consists of condition tables in the order given below
    <b><u><i>Step    Condn Table</i></u> 
    10            354
    20            355
    30            40</b>
    Attach this to your condition types.
    Rewards if it helps.
    Regards,
    Anbu

  • Function module for sales order VC characteristics

    Hi All,
    Is there any function module for fetching sales oder VC characteristics.
    Regards

    Please use FM: VC_I_GET_CONFIGURATION.
    Please pass "VBAP-CUOBJ"  in the exporting parameter INSTANCE and it should return you configuration in the Table parameter 'CONFIGURATION'.
    Let me know if this works.
    Thanks,
    Neeraj

  • Function module for Sales Deal Determination

    Hi,
    could any body suggest the function module used for sales deal determination.
    Regards,
    Pradeep

    Sales Deal Determination is part of SD pricing:
    Section:
    Data Determination in the Access:: Data Determination for Sales Deals.
    This is a special data transfer technique used for sales deal data determination in SD pricing. You enable this by assigning condition class H (sales deal determination) in the condition type.
    We need to read all sales deals of a particular sales deal type applicable for a particular customer.
    We feel there would be specific function module defined for this in SAP.

  • Function Module for Bundled Items for a document in FS CD

    Hi,
    Is there an FM to get Bundled Items for a Document(tcode: FPE3) in FS-CD ?
    Suitable points will be given if helpful..
    Thanks
    Prakash

    I have a FI object to be generated so input screen variable are all FI fields. Now I have to connect this to the sales order. I can retrieve the GL account from the input given.
    So now i need to find the billing document related to the GL account, which can be done through table BSEG. AS BSEG is a cluster table, at runtime it takes very long time to retrieve the data. So can u suggest me any other method to get billing document.
    , like any Function module etc.

  • Need function module for Sales order overall status

    Dear Team,
    Our requriement is we need to capture sales orders overall status 'compleated' in header and item datat details.
    Could you please let me know what are function modules available for to get the over all status for sales orders, (header and item)
    Thanks & Regards,
    MK.

    Hi MK,
    Use any of this FMs.
    C1CE_VBUK_READ
    SD_VBUP_READ_WITH_VBELN
    WCB_VBUK_READ
    Note that the values are in table VBUK and you can do a select statement from that table to get what you need.
    Regards,
    Peter

  • BAPI / Function Module for Sale order updation

    Hi,
         I need to update sale order details(Reason for rejection)..Can you please tell me any of the existing BAPI's / Function modules to do the same.

    hi,
      try bapi_salesorder_change
        <b>allocate points if useful</b>
    regards,
    pavan

  • Function Module for Info Record conditions data

    Hi, ALL
    I'm looking for a Function Modlue or Method that we can insert conditions datas of Info Record.
    Also, I'm looking for a FM that we can update them, and get these infomations.
    Plese let me know if you know these.
    Regards
    Rie

    hi,
    For reading the purchase price, use the function module BASIC_PURCHASE_PRICE_READ ...function group WVKC (development class WVKP)
    you can also check sap note 565002 for more info...
    Regards
    Priyanka.P

  • Function module for BOM item update

    Hi,
    Please enlightenn  us, which  FM   is  do  the update  for  BOM item datas. ( current  FM  is  updated  line  item  one item then come out  and log in again  updating  another line item , thus cause  more error are facing.)
    we want a FM to update   one time all the line time and come out from the screen.
    Thx
    Sathiya

    HI
    You Can use function module CSAP_MAT_BOM_MAINTAIN to process simple material BOMs.
    To change BOMs, you can also use the following function modules:
    CSAP_MAT_BOM_OPEN
    CSAP_BOM_ITEM_MAINTAIN
    CSAP_MAT_BOM_CLOSE
    You can use FM CSAP_ORD_BOM_MAINTAIN to Maintain Order BOM.
    With Regards
    Naveen

  • Function module for sales office and group of an organization

    Hi we are using enhanced organizational model in CRM 5.0.
    Is there any function module to find the assigned sales office and group of an organizational unit?
    Thanks a lot.

    Nigne,
    During transactional processing you can use the function module CRM_ORGMAN_READ_OW to read the selected organization unit on the business transaction, and it will contain data populated for these values.
    My only guess outside of transactional processing is using FM:
    CRM_ORGMAN_ATTRIB_READ or CRM_ORGMAN_SA_SE_ATTRIB_GET.
    Good luck,
    Stephen

  • Function Module for Sale  order BOM

    Hi
    What is the function module to retrieve sale order BOM ?
    thanks in advance
    krishna

    Hi, Your thread has been moved to SD Forum.

  • Function modules for operations on Info Types

    Hi All,
      what is the difference between function modules HR_MAINTIAN_MASTERDATA and HR_INFOTYPE_OPERATION ??

    Hi vijay,
    1. HR_INFOTYPE_OPERATION
       It is just a wrapper function module
       Inside, it finally uses 
       HR_MAINTIAN_MASTERDATA  only.
       (HR_MAINTIAN_MASTERDATA  does the real work)
    2.  HR_INFOTYPE_OPERATION
        This FM Does some small extra things viz.
       a) check for infotype existence
       b) check the particular record
         If not found, then operation = INS (Insert)
         (This kind of facility is not available in
            HR_MAINTIAN_MASTERDATA )
    3. SAP Recommends to use  HR_INFOTYPE_OPERATION .
    I hope it helps.    
    regards,
    amit m.

  • Function module for sales pirce caliculation

    Hi all,
    The purpose of this report is to generate a report of Sales Prices versus Moving Average Cost (MAC). The report will contain list of those articles whose Moving Average Costs (Macs) are greater than (>) the Sale Prices. When the Sales Price is reduced to below the MAC (Moving Average Cost), then the inventory value has to be reduced by the difference between MAC and the Sales Price.
    A manual accrual/entry will be made by the Accounting Department based on the report to reduce the inventory value at the company code level through inventory adjustment account. This accrual entry has to be made prior to month end close and to be reversed in the new period.
    My problem----
    The functional owner gave the T.CODE MM43 so as to fetch the SALES PRICE.
    Select sales view.
    After entering the article, sales org, distri channel and site(in validity area) this transaction is giving value of final price in <b>calcualted price</b> tab and current final price in <b>current final price</b>.
    He wants me to use this final price as sales price  for a given article and generate the report. I am able to fetch Current final price from data base tables but not final price of calculated price tab.
    Is there any function moudle to get the final price in the Calculated pirce tab?
    It will be greatfull if i get help in this regard.
    Thanks in advance.

    Have you looked for FM beginning wit PRICING*
    Regards,
    Dirk.

  • Function module for sales data

    Hi
      I am new to BW. I have to write a FM for BW Team.
    Here are the parameters:
    VBAK-ERDAT
    VBAP-VKORG
    MARA-MATKL
    I have to select all the data that match the above selection criteria and then display the summary as
    For the date range entered and for each plant I have to display no. of orders.
    BW Team wants detailed as well as summary data. What I am thinking is to write a FM that returns two internal tables - 1) Detailed data and 2) Summary data.
    If I write like this, can the data source handle two internal tables?
    Thanks
    Naga

    Hi Naga
    Its always better to use two individual targets with a single infosource to avoid
    confusions like siggi suggested Just place a Start Routine in the update rules level
    and filter the data one is for Item and another is summaraised if they want both the
    things then they will map this targets into a multiprovider or infoset depends on the
    requirement..
    Hope itz Helps..!
    Regards
    KISHORE M REDDY
    **Winners Don't Do Different things,They Do things Differently...!**
    > Siggi
    >
    > If I use one cube, How would I differentitate
    >  between detailed and summary data?
    >
    > Thanks
    > Naga

  • BAPI Function modules for sales

    Hi All,
    Pls give the BAPI FM for following purposes.
    1. Sales Order Change- Release Billing block
    2. Billing creation- with ref. order.
    Regards,
    Ashwin

    BAPI_SALESORDER_CHANGE - Sales order: Change Sales Order
    Check these threads for related information.
    BAPI_SALESORDER_CHANGE
    regarding bapi_salesorder_change
    You can crete Sales order with Multiple billing doc reference using this BAPI. BAPI_SALESORDER_CREATEFROMDAT2
    Reward points if useful.

Maybe you are looking for

  • Problem compiling file through Runtime.exec

    Hi all, I execute the following code : Runtime r = Runtime.getRuntime() Process p = r.exec("javac /home/test/temp dir/helloworld.java"); The command i give has a directory with space ("temp dir"). Iam not able to run the above code in Linux. Kindly h

  • Aperture 2.0 losing referenced filesa

    Since I upgrade to 2.0 aperture has been acting very strange in regards to my referenced files. When i click on my entire library and manage referenced files it always comes up that 101 files are missing. If i go and find those they do not show up mi

  • Unwanted iPhone message about Push Notifications

    A new problem has appeared om my iPhone (4s with iOS 8.1.2): Many apps suddenly display a message telling me to connect to Itunes if I want to use push-notifications. It is really annoying! How do I get rid of it without disabling Notifications altog

  • Installed NW 7.01 ABAP trail version - Can not able to test WD application

    Hi All, I have installed SAP NetWeaver Application Server 7.01 ABAP Trial Version. I can able to create new programs using SE38 and also even adobe forms. But when i try to execute WD application, i am getting the below error Service can not be reach

  • How do I keep my iphone from duplicating songs when I sync to my computer?

    How do I keep my i-phone from dulicating songs when I sync to my computer, and how do I delete the duplicated songs from my phone?