How to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM (ABAP Programming)

Hi All,
I have to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM. Either a table, or any Function module, Method, please let me know ASAP. Same i can use in my Program.
Thank you Very much.
Regards,
Ramesh J.

Hi,
Refer the below wiki link it may help you.
Product catlog configuration for ECC - CRM - SCN Wiki

Similar Messages

  • FM to get actual line items, budget and actual amounts for a given IO num.

    Hello Experts,
    I am currently doing a report to show the actual and budget amounts for a given internal
    order number. Now, my processing takes a long time so I need to know if there are any
    available FM's for this.
    I am checking transactions: S_ALR_87013019 and KO03.
    Hope you can help me guys.Thank you and take care!

    Hi Rob,
    I am actually modifying my colleague's program and based on my checking, it is taking a very long time to fetch the relevant line items for a given IO(internal order) in tables BSIS and BSAS. Below is the code:
    SELECT bukrs
             belnr
             budat
             aufnr
             dmbtr
             shkzg
      INTO TABLE it_pdate1
      FROM bsis
      WHERE bukrs IN s_bukrs
      AND budat IN r_budat_p
      AND aufnr IN s_aufnr.
      SELECT bukrs
             belnr
             budat
             aufnr
             dmbtr
             shkzg
      APPENDING TABLE it_pdate1
      FROM bsas
      WHERE bukrs IN s_bukrs
        AND budat IN r_budat_p
        AND aufnr IN s_aufnr.
      SORT it_pdate1 BY aufnr.
      DELETE it_pdate1 WHERE aufnr EQ space.

  • How to get 3 line items of service tax into 1 line item?

    Hi All,
    I have a requirement in Service Tax calculation. As of now when an user post any Vendor invoice in Service tax it is posting 3 line items, i.e. Service tax, Edu cess and Higher Edu cess. But user want to post all 3 line item should come as 1 line item. Even I tried for changing GL Accounts in OB40 then it is posting to same GL account but 3 different line items. Can any give their inputs.
    Thanks
    Vallabh

    Hello,
    tell the user if you make three line items into one then you will be running  from pillar to post segregating the Basic Tax, Edu Cess & H Edu Cess at the time of monthly reporting to statutory authorities. Pls ask the user to show you the service tax reporting format, you will understand.
    Pls explain  user the advantage of having three separate line items so that user is able to appreciate working in SAP.
    Otherwise, in OBQ3 (Tax Procedure) you can remove the settings of condition types for ECess & HEcess and also delete the tax % maintained in FV11. The service tax will work only with one condition types where you maintain the entire 12.36% which according to me is little incorrect. Pls take a call accordingly
    best regds
    Subha

  • How to get First line item in Table control for BDC.

    Hi,
    I have a requirement while creating the return order from the reference Sales order for BOM.
    Once I compare the line items and delete the items not to be returned, I want to read the first line item which in fact is header, to make some changes.
    How to read  this as cursor points to the last line item.
    -B S B

    Hi Bsb,
    What is exactly unclear to you? =POPO will give a popup screen in which you can enter the order position number. This number will then be on the top of the table which means you can refer to it in BDC with "(01)".
    Regards,
    John.

  • How to get text name text object and text id for long text

    Hi,
    I am trying to fetch Long text for a given order number from transaction CO04 in SAPScript. I know that I have to use Include X (OBJECT) XX ID XXX.
    How do I get the text name, text object and text id for the order header long text from Transaction CO04.
    Points will be awarded..
    Tushar

    Tushar,
    When you are in CO02, and are at the Long Text Tab,click on the Icon that is next to the Order Number at the top of the screen (this icon looks like a Pencil and a Pad of Paper and is called "Change Long Text"). When you click on this it will take you to the SAPscript Editor. Now hit Goto->Header and you will get the data you require.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly award Reward Points as appropriate.

  • Create shopping cart in SAP SRM Portal

    Dear All,
    We have completed installation of SRM ABAP & JAVA stack now. Is it possible to create all the master data directly in SRM without integrating with ECC ? If yes how. Now i have assigned all the roles to my id in SRM abap & portal. created Org structure. When i logged onto portal i am not able to see any link which can show give the option to create shopping cart ? How to bring that link
    It will be great help for me, if any body helps.
    Regds,
    CB

    Hi,
    http://sapsrm.myenteg.com:50100/index.html
    Above is the link i got from my basis team, after clicking on SAP netweaver admin i need to enter UID & pass.there i am able to see 3 links Administration,Monitoring and configuration.
    Here i need to give demo on
    1. Collaborative Procurement with work flow & Self Service Procurement
    2. Sourcing with RFx
    3. Supplier Collaboration
    4. Supplier  Registration
    5. Master data Management
    6. Spend Analysis
    I have all the roles in SRM as below
    SAP_J2EE_ADMIN
    Z_RFC
    Z_SAP_CRM_BUSINESS_PARTNER
    Z_SAP_EC_SUS_INVOICER
    Z_SAP_EC_SUS_ORDER_PROCESSOR
    Z_SAPSRM_ACCOUNTANT
    Z_SAPSRM_ADMINISTRATOR
    Z_SAPSRM_BIDDER
    Z_SAPSRM_EMPLOYEE
    Z_SAPSRM_ENTERPRISE_SERVICES
    Z_SAPSRM_MANAGER
    Z_SAPSRM_OP_PURCHASER
    Z_SAPSRM_PLANNER
    Z_SAPSRM_RECIPIENT
    Z_SAPSRM_SECRETARY
    Z_SAPSRM_ST_PURCHASER
    Z_SAPSRM_SUPPLIER
    Z_SAPSRM_SURVEY_OWNER
    Z_SAPSRM_SURVEY_REVIEWER
    Z_SAPSRM_SUS_INVOICER
    Z_SAPSRM_SUS_ROS_PROCESSOR
    Regds,
    CB

  • In OBIEE 11G, how to get the special parameter created by JAVA?

    Hi Experts,
    In OBIEE 11G, how to get the special parameter created by JAVA?
    For example:
    In JAVA , it has set one parameter named 'test'.
    So how to get the parameter in filter area in OBIEE?

    Hi Kobe,
    No P2 holds the parameter name like PresentationTable.ColumnName, in your form you may go for complete name or just column name and before submitting the form you can define the Action url.
    I would suggest to read section 6.3.2.1.
    ex:
    <SCRIPT LANGUAGE="JavaScript">
    changeAction(url) {
    var TestVar = form.inputbox.value;
    document.this_form.action="saw.dll?Go&Path=/Shared/Test/SB2&Action=Navigate&P0=1&P1=like&P2=Customers.Region&P3="+TestVar;
    </SCRIPT>
    </HEAD>
    <BODY>
    <FORM NAME="myform" ACTION="" METHOD="GET">Enter something in the box: <BR>
    <INPUT TYPE="text" NAME="inputbox" VALUE=""><P>
    <INPUT TYPE="button" NAME="button" Value="Click" onClick="changeAction(this.value)">
    </FORM>
    If helps pls mark.
    Edited by: veeravalli on Oct 24, 2012 10:25 AM

  • How to delete a line item from the sales order

    Hi all,
    how to delete a line item from the sales order for which the production is already happened and it has been delivered. the production order status is DLV.
    Regards
    Kumar

    Hi
    U can do this in two ways one u can short close the order by entering Reason for rejection in VA02 at header level and if yr order is multiple line item order u can enter the reason for rejection in any of the line item which u don't want to deliver.
    This is called short close ( as the qty is not delivered fully).
    Thx.

  • How to delete the line item from a sales order

    Hi all,
    how to delete a line item from the sales order for which the production is already happened and it has been delivered. the production order status is DLV.
    Regards
    Kumar

    Hi Kumar,
    I think you can just delete it in the sales order directly, if you are using make-to-order scenario, then there will be special stock left for the sales order as the production has been goods receipt, you need to use MM transaction move the stock to unrestricted use stock. If you are using make-to-stock scenario, there should be no further problem. If you are using assembly order, please try to reject the sales order item to see if it could fullfill your requirement.
    Regards,
    Rachel

  • Create and approve batch record first. message: EBR015

    HI All,
                         when i am doing UD for Early inspection lot (04 inspection type) i getting the error message "create and approve batch record first. message: EBR015"
    PLEASE HELP ME,
    Regards,
    sbabu

    PLease refer:
    Short Text
    Create and approve batch record first
    Diagnosis
    You can only carry out the following functions for the batch you have selected when an approved batch record exists (see material master record, Work scheduling view):
    Making a usage decision for an inspection lot of origin Goods receipt from production
    Changing the batch status from Restricted to Unrestricted
    However, no batch record has been created for the batch you have selected. Therefore, the system does not carry out the function.
    Procedure
    Create and approve the batch record.
    For more information, see the SAP Library, section Basis Services / Communication Interfaces -> SAP ArchiveLink -> SAP ArchiveLink - Scenarios in Applications -> Storage Scenarios PP -> Optical Archiving of Batch Records (PP-PI).

  • How to get the texts for each line item for Sales order in a smartform

    I'm createing a smart form in which i need to display certain texts for each line item of a sales order. How can i get those??
    I'm trying with the table STXH and FM read_text... but i'm not clear how and what i'm getting... can anybody pls help me.....

    Hi There,
    But then i will be getting only the value. i want to link that against the particular material of the Purchase Order.
    Like for ex:
    PO No.  Material Code        Line Item        Basic        Excise       Tax       Inv Value
    0000001 5000251                010               100           16         4.64      120.64
    0000001 5000252                020               200           32         9.28      241.28
    Can u help me on this?
    Regards,
    Jitesh

  • How to create an inspection lot for each line item of the Purchase order?

    Hi,
    How to create an inspection lot for each line item of the Purchase order ?
    In detail if possible.

    Hi
       please check this
    [thread|Create Inspection Lot;

  • Under each line item i should get an underline

    In my smartforms under each line item i should get an underline,how to do it.

    Hi,
    i think you just want underlines but not horizontal lines.
    If you want underline check the paragraph which was already used for that item, create another paragraph
    format as your old one and select the underline optine for your new paragraph format in the style and assign the
    same paragraph where you exactly required.
    if you want horizontal lines.
    1). Select the pattern any if suitable to your requirement.
    2). In the text node you can write contiouns '_'.
    3). In the text node output options check the frame check box and in the pattern select upper line or bottom line
         but in table or template you can't select the frame check box.
    Thanks,
    Phani.

  • TR created for each line item

    hi,
      when i post the document in migo using 311 movement type i am getting separate Tr for each line item,but i need single TR all line items , how to solve the issue.
    Thanks
    Muthuraman.D

    hi,
    thx for your answers but user mistakenly put into different movement types for each line item so different TR is created...now the problem solved.
    thanks
    Muthuraman.D

  • HT5624 My husband and I share an Itunes account so use the same email address and password.  Our iphones are now connected and we get each other's messages and share each other's contacts.  How can we stop this happening?

    My husband and I share an Itunes account so use the same email address and password.  Our iphones are now connected and we get each other's messages and share each other's contacts.  How can we stop this happening?

    A couple of different approached:
    Create a second AppleID for one of you that includes the email address and phone number you wish to use for messaging, but do not apply it to the iTunes and app store (just keep the current one). My wife and I do this and it works quite well. Also allows for easier syncing of Contacts , notes etc. using icloud if you wish to do that.
    Add additional emails/phone numbers to the existing account and change the Send/Receive settings for Messages. this will not fix the Contcts isues for you however.

Maybe you are looking for

  • Help:displaying Arabic characters using XSL

    How do I display static Arabic characters using XSL in a HTML page, from within a JSP? I need to display a HTML page wherein static Arabic characters have to be shown. I use the following XSL document with static Arabic characters inside: <?xml versi

  • Text Mining with Trex 6.1 in non-portal environment

    Hello, I am using a 46C system with Kpro connected to a Trex 6.10 for indexing DMS-documents. The fulltext search works fine, however I cannot get the text-mining functions to work. In the Trex 6.10 administration looking at the index parameters i se

  • Ftp upload via Lightroom mobile with metadata?

    I've been asked to do a job where I take photos on my mobile and upload directly to an ftp with metadata. Is that something I can do with Lightroom mobile? Or would I have to revert to my laptop after the shoot and do it that way?

  • Goods receipt Preview from mvt type 105

    Dear All, Before posting Goods receipt using Mvt type 105, we wish to preview the Invoice  totals to confirm. How could this be done? Awaiting your reply Thanks & Regards Babu Edited by: BabusSAP on Jan 27, 2012 7:01 PM

  • Some kind of buzz/noise coming out of the desktop speakers when I connect my iPhone 6 plus to my desktop speakers.  Help?

    I have the iPhone 6 plus with the current update 8.02.  As soon as I connect my phone to my desktop speaker jack, I can hear an intermittent, low-level buzz/noise coming out of the speakers.  I've never experienced this noise with my iPhone 4S or my