Idoc successfully posted without deleting service line

Dear Team,
I am trying to delete the service line item for multiple service lines throguh Idoc (FM : BAPI_PO_CHANGE) its bit of surprising thata my IDOC is getting posted without any errors but nothing is changing ,however the value is getting changed for single line but not able to delete the service line .
I can able to delete the main line item but not the service line item .Anyone can quickly help on this i am trying since last two days but nothing worked for me .
Also kindly confirm me if is there any SAP note i need to check
Thanks for your support ..
Regards
Kiran Kumar
Please find Below Idoc passing values :
Header -
PO_NUMBER      C00014
DOC_TYPE      CCTC
VENDOR      0000010001
PURCH_ORG      D001
PUR_GROUP      018
CURRENCY      EUR
Header X
PO_NUMBER      X
DOC_TYPE      X
PURCH_ORG      X
PUR_GROUP      X
CURRENCY      X
Item
PO_ITEM      00010
SHORT_TEXT      ITEM 10 CHANGE
PLANT      D001
MATL_GROUP      10341
ITEM_CAT      9
ACCTASSCAT      T
PCKG_NO      0000000035
SRV_BASED_IV      X
Item X
PO_ITEM 00010
PO_ITEMX      X
SHORT_TEXT      X
PLANT      X
MATL_GROUP      X
ITEM_CAT      X
ACCTASSCAT      X
PCKG_NO      X
SRV_BASED_IV      X
PO Account :
PO_ITEM      00010
SERIAL_NO      01
WBS_ELEMENT      D-000015-01-001
RES_DOC      0050000014
RES_ITEM      001
Po Account X :
PO_ITEM      00010
SERIAL_NO      01
PO_ITEMX      X
SERIAL_NOX      X
WBS_ELEMENT      X
RES_DOC      X
RES_ITEM      X
Service line :
PCKG_NO      0000000035
LINE_NO      0000000001
EXT_LINE      0000000010
OUTL_IND      X
SUBPCKG_NO      0000000050
linkage Service line1 :
PCKG_NO      0000000050
LINE_NO      0000000002
EXT_LINE      0000000010
QUANTITY      5.00
BASE_UOM      D
PRICE_UNIT      1
GR_PRICE      5.00
SHORT_TEXT      TEST CHANGE
MATL_GROUP      10341
NET_VALUE      25.00
linkage Service line 2:
PCKG_NO      0000000050
LINE_NO      0000000003
EXT_LINE      0000000020
QUANTITY      5.00
BASE_UOM      D
PRICE_UNIT      1
GR_PRICE      6.00
SHORT_TEXT      TEST CHANGE
MATL_GROUP      10341
NET_VALUE      30.00
Account assignment dist. service line1 :
PCKG_NO      0000000050
LINE_NO      0000000002
SERNO_LINE      01
PERCENTAGE      100.00
SERIAL_NO      01
QUANTITY      5
NET_VALUE      25.00
Account assignment dist. service line2 :
PCKG_NO      0000000050
LINE_NO      0000000003
SERNO_LINE      01
PERCENTAGE      100.00
SERIAL_NO      01
QUANTITY      5
NET_VALUE      30.00
PO results after IDoc posted : Purchase order Item changes screen below
Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 01.05.2015 11:20:40 3168 WE19
Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 01.05.2015 11:23:12 3169 WE19
Item Purchasing Document Item Change Date Changed 01.05.2015 30.04.2015 BONGAK 01.05.2015 11:20:40 3168 WE19
Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 16:41:02 3154 WE19
Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 30.04.2015 16:43:09 3156 WE19
Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 16:49:50 3157 WE19
Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 30.04.2015 17:00:19 3159 WE19
Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 17:02:33 3160 WE19
Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 30.04.2015 17:37:31 3165 WE19
Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 17:40:29 3166 WE19
Item Purchasing Document Item Change Date Changed 30.04.2015 13.04.2015 BONGAK 30.04.2015 16:41:02 3154 WE19
Item Short Text Changed ITEM 10 CHANGE FS-FND-223 - Fees BONGAK 30.04.2015 16:41:02 3154 WE19

Hi Kiran,
If you are using message type ORDERS then check the qualifier and action which you have used in segments E1EDK01 E1EDK14 also check all your service segments also.
Rgds,
Nayeem.

Similar Messages

  • Error while editing PO - deleting service line item and creating material line item.

    In SAP SRM Extended classic scenario, PO is in 'ordered' status and contains a service line item. While editing this PO, I delete the service line item and create a new material line item. This gives me the following error.
    Back end error: Enter G/L account
    Back end error: LIne item still contains faulty items.
    This happens only with service- material comibination and no other combination(material-service, service-service, material-material).
    I need to know the reason for this issue and how it can be solved?

    PO Values (Inc Tax):
    Item 1: INR 228 L
    Item 2: INR 27.83 L   (Payment also done in 2008)
    GR for Item 1: INR 207.46 L
    Remaining Comm = INR 21.01 L
    Item 1 having 73 sub line items.... fo some of the sub-line items GR for some qty already done in last fiscals.
    User changing for remaining qty.
    Budget Report values:
    Previous Years:  Budget, Actual & Assigned = 304.85 L
                                Available = 0      (Carry Forward done for Budget & Commitments)
    2011:                   Budget = 75.15 L
                                Actual = 53.86 L
                                Comm = 21.01 L   (Same as Remaining Commitment)
                                Avai = 0.28 L
    Hope this will help.

  • Delete Service Line in a PO using BAPI_PO_CHANGE

    Hi Experts,
    I am able to create a new Service line using BAPI_PO_CHANGE in a Purchase Order. But not able to delete the existing service line. In the BAPI return log, it is showing 'PO Changed', still the service line exists.
    Please refer the code below and suggest me the changes required to delete the Service line from PO.
    Thanks in advance for your help.
    DATA: i_tab TYPE STANDARD TABLE OF ty_tab,
          w_tab TYPE ty_tab,
          poitem TYPE STANDARD TABLE OF bapimepoitem WITH HEADER LINE,
          poitemx TYPE STANDARD TABLE OF bapimepoitemx WITH HEADER LINE,
          poservices TYPE STANDARD TABLE OF bapiesllc WITH HEADER LINE,
          return TYPE STANDARD TABLE OF bapiret2 WITH HEADER LINE,
          poaccount TYPE STANDARD TABLE OF bapimepoaccount WITH HEADER LINE,
          poaccountx TYPE STANDARD TABLE OF bapimepoaccountx WITH HEADER LINE,
          posrvaccessvalues TYPE STANDARD TABLE OF bapiesklc WITH HEADER LINE.
    poitem-po_item = '10'.
    poitem-pckg_no = '0000001329'.
    poitem-item_cat = '0'.
    APPEND poitem.
    poitemx-po_item = '10'.
    poitemx-po_itemx = 'X'.
    poitemx-pckg_no = 'X'.
    poitemx-item_cat = 'X'.
    APPEND poitemx.
    poservices-pckg_no = '0000001329'.
    poservices-line_no = '0000000001'.
    poservices-ext_line = '0000000010'.
    poservices-service = '000000000005000010'.
    poservices-subpckg_no = '0000000000'.
    poservices-delete_ind = 'X'.
    APPEND poservices.
    CALL FUNCTION 'BAPI_PO_CHANGE'
      EXPORTING
        purchaseorder = '7200000017'
      TABLES
        return        = return[]
        poitem        = poitem[]
        poitemx       = poitemx[]
        poservices    = poservices[].
    BREAK-POINT.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Thanks & Regards,
    Revanth

    In method BAPI_PO_CHANGE, you can only create service items, you cannot change them.
    FU BAPI_PO_CHANGE                POSERVICES
    Short Text
    External Services: Service Lines
    Description
    This table contains the services and services specifications outline for the purchase order.
    Field OUTL_IND is used to flag a line as an outline line. The service lines are assigned to the outline lines using the fields PCKG_NO (for the service line) and SUBPCKG_NO (for the outline line).
    The outline hierarchy is mapped using the fields LINE_NO and HI_LINE_NO. Field HI_LINE_NO links to field LINE_NO of the hierarchically superior outline.
    Note
    In method BAPI_PO_CHANGE, you can only create service items, you cannot change them.
    For more information on the individual parameter fields, see the data element documentation in the ABAP Dictionary.
    Function Module
    BAPI_PO_CHANGE

  • Idoc Error-Price without service not allowed

    Hi Experts,
    I have a Service PO with Acc.***. P .One service item entered in PO with price.When I go via ME22n & change the Price of Service item under services tab,its fine.
    When this is done via Idoc generation(Msg.Type PORDCH) using standard FM BAPI_IDOC_INPUT1, it creates another service line item for the new price.
    The first line item cannot be deleted via IDOC posting.Gives error "Price without service not allowed"
    This is quite Urgent.Immediate reply is highly appreciable.
    Regards,
    Jagan

    Hi,
    Check in WE42, for the process code, you have assigned this function module and given the correct process code in the partner profile.
    Sujay

  • Creating Service Entry Sheet without using Service Master/Service lines

    We are invoking the BAPI_EntrySheet_Create to create the service entry sheet. We are currently facing this issue...
    1) For assigned PO's, we are getting the PO item and Account assignment information from BAPI_PO_GetDetail. We are using these values to populate the parameters/tables to invoke BAPI_EntrySheet_Create. For population the Entrysheetservices table, we are not using information from Service Master/Service lines but use the information we get from an external system to populate the Service lines(ESLL). We do not provide a Package No/Service information when invoking the BAPI but populate the service lines with short text, quantity, Gross price etc without service information like package no, outline indicator etc. The BAPI creates a service enty sheet successfully(this is without the SES Acceptance indicator not being set) but when we lookup the SES# from ML81n transaction the ESLL details lines are not displayed.
    When displaying the SES using transaction ML81N, the header information is displayed correctly but the lines are not displayed. The Header information is correctly populated in ESSR table and detail is also populated in ESLL table. I think the cross reference information is correctly set in ESLH table to pull up the detail when ML81N as it is missing the package/sub pack information.
    Your expert advise in resolving this issue is very much appreciate. Please advise.

    Hi,
    Creating Service entry sheet using bapi  BAPI_ENTRYSHEET_CREATE
    For creating service entry sheet follow below link and it helps to you.
    http://wiki.sdn.sap.com/wiki/display/ABAP/CreatingServiceEntrySheetusing+BAPI
    Regards,
    Sekhar

  • KR doc type posted without vendor line item a mandatory item category

    Hello Gurus,
    We have SPL document splitter activated in our ECC system. We have the business transaction variant 0300 / Z001 assigned to doc type KR. The vendor line is obligatory in the above business transaction variant (BTV). THe splitting rule is also assigned for this BTV.
    THe problem is that despite having the vendor as obligatory for this BTV, we are able to post the doc type KR (vendor invoice) without the vendor line item e.g.. doc with doc type KR and debit and credit to expense a/c.
    Please share your experience if anyone has come across this issue,
    Prakash

    Hi,
    To make the vendor line mandatory for KR document type, you can write the validation as below:-
    Step 1:-
    Create a message ID via transaction code SE91 for message class /EACC/MSG/ACC_COMP as you want to display to user.
    Step 2:-
    Go to transaction GGB0 and create the validation step at complete document level in Financial Accounting as below:-
    Pre Requisits:-
    BKPF-BLART = 'KR'.
    Check:-
    Create a exit code using user exit and check that line items have at least one vendor line item.
    For this take the help of ABAPer and create a copy of the program RGGBR000 and code your check here and assign to the application area GBLR in view V_T80D via transaction code SM30.
    Message:-
    Message created in step 1 as error message.
    Step 3:-
    Please also check that this validation has active status (Status=1) at line complete document level (level 3) for your company code in transaction OB28.
    Regards,
    Gaurav

  • SCCM 2012 R2 Cu1: Can I reinstall the Reporting Services Point role without delete or change the SSRS-DB?

    Hi, I have some issue with the reports,
    Can I reinstall the SCCM Reporting Services Point role without delete or change the SSRS-DB (just reset the SCCM SSRS function)?
    I have saved/backup the custom made reports.
    /SaiTech

    Yes you can remove and reinstall the Role.  I had to do this recently on our SCCM 2012 R2 due to an issue with the reports not loading.   Found out that the problem with reports was from the upgrade to R2 from 2012 SP1 and was able to run
    a command to re-register the reports with WMI.  I actually removed the role, uninstalled reporting services feature from SQL, deleted the report databases, reinstalled the SQL feature, configured the reporting databases again, added the role back, and
    ran the following command.
    mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    This allowed all my reports to register as they should have and run without errors.  If you are having similar problems, you may be able to just run that command to get reports running without all the extra work I did.  For us we were getting an
    invalid Class error in the srsrp.log.
    Brian

  • Post Invoice for Service Entry with many Service line item-MM-LIV

    Dear All,
    I have a problem to post Invoice for Service Entry with many Service line item. The problem is as follow:
    I have created 1 Service Entry which has 5 Service line item in it. Three of the service line item are subject to Value Added Tax (VAT), the others aren't. Then, i wanted to post Invoice for the Service Entry, however, it just display 1 item which amount in total. How can i segregate each service line item in Service Entry thus i can post Invoice for all Service line item with subject to VAT and all service item with not subject to VAT, if just 1 Service Entry created for it ?
    Please help me.
    Thank You

    Hi Ganda,
    If you mark the 'service based invoice verification' checkbox in your PO item, your service items will be in your invoice as seperate invoice lines. Then you can modify the taxcodes on service item level.
    Kind regards, Dick Hendriks.

  • Posting an Idoc with Multiple Headers and Multiple Lines

    Hi all,
    I have a scenario like this fileXIIdoc
    Invoice file comes in text file with multiple header and multiple lines like this
    111               aaa     13214234    US   (header)
    09082010     ABC    9999            A     (Line)
    222               ccc     43454543    US   (header)
    09082010     XYZ    7777            B     (Line)
    09082010     PQR    8888            C     (Line)
    I need to post single Idoc with all the headers and lines
    we are planning to use Custom Idoc,Is this possible by having the header segment as unbounded??
    Regards
    Edited by: Vamsi Krishna on Sep 8, 2010 8:05 PM

    hi,
    lets go again.
    you have to edit the custom IDoc and change the ocurrance on the header segment. also modify the details segment adding an addtional field that identify which header that this detail belong.
    for this case you cannot change the occurrance in SAP PI because you wont identify what i have told you before.  in PI apply to change the occurrance if you could send ONE Idoc Per Header.
    now is better clear???
    Let us know.
    Thanks
    Rodrigo P-.

  • I saw a post on how to load iMovie 6 without deleting iMovie 9 or iLife 11 I can't find the post now does anyone know if this is possible. I do not want risk not being able to reload iMovie 9 it appears that I would have to reload the whole  iLife suit

    I saw a post on how to load iMovie 6 without deleting iMovie 9 or iLife 11 I can't find the post now does anyone know if this is possible. I do not want risk not being able to reload iMovie 9 it appears that I would have to reload the whole  iLife suit

    Could have been mine!
    Happily this is easily achieved, but it has to be done backwards.
    Delete iMovie 9 (just drag it to the trash). Now install iMovie 6 from the iLife 6 install disks.
    Now re-install iMovie 9. This automatically moves iMovie 6 into a folder it creates in your Applications folder called iMovie Previous Version.
    Now you have them both, and you can have both in the Dock as well.
    Alternatively you could try this method, suggested by poster Uitech:
    Open a terminal and type "touch /Library/Preferences/com.apple.iLife08.plist"
    (No quotes)
    Install iMovieHD6 from the iLife 6 install disk.
    This works with both Leopard and Snow Leopard Macs.

  • BAPI_PO_CREATE1 : missing del indicator on a service line

    Hello gurus,
    I'm facing a problem in the first distribution of a Purchase order (created from a Purchase Requisition) from SRM. The problem occours only if the PO has been created from a PR taken from the sourcing cockpit in SRM and happens only on a specific system/backend.
    The problem is that a service line marked as deleted in SRM is transferred WITHOUT the deletion flag; in other systems I can test on, the outline is correctly transferred with the deletion indicator (ESSL-del = 'X').
    Seemed a problem that could be easily investigated in debug; however, I tried a bit without success by tracing a parallel debug on a "correct" system; I can advice a difference only after a "perform get_current_data", that is to say, last step of the BAPI, when the creation process of the PO has already been done (and just await a commit).
    In order to realize at which point and why the deletion flag on the service line is removed, I tried to investigate the class CL_PO_ITEM_HANDLE_MM; it contains an interface, IF_SERVICES_MM, which offers just three methods: GET_DATA, SET_DATA and GET_SRV_DATA. I expected to find a setter method for service data, but I was wrong.
    The SET_DATA method is used once during BAPI_PO_CREATE1 execution and passes parameters concerning the ITEM position (im_comsrv) and acconting-related data (lt_acc_tab), so I didn't understand where the PO object in the BAPI is updated with service items data. That should be an useful starting point in order to backtrack and solve the problem; I guess that something goes wrong when the PO position is related to the corresponding PR position, but no idea about how to identify that point on the code.
    Any clue or suggestion will be highly appreciated
    ps: obviously, data passed at BAPI_PO_CREATE1 are identical for both the "OK" system and the "KO" one. Tried also to analize the stack trace by using SE30, but the call sequences are really complex and not easy to compare. A nice-to-have feature could be to track the entire code executed, row by row, on each system, but I guess it's a task impossible to manage.
    Edited by: Matteo Montalto on Jun 17, 2010 4:31 PM

    you can either share your code and your source file to have the people check if the error is on your part or you can directly contact SAP if you are the opinion that it is an error in their BAPI code.
    But without looking at code and source file it is not possible to do any evaluation except you are looking for clairvoyants

  • FtpAdapter without Delete Option

    Hello,
    I am trying to create a polling FtpAdapter. My requirement is to just get the Files but do not delete the files on ftp server. The files will be automatically deleted by host after someone pulls the file. We have only read privileges on the files.
    How do I configure the ftpadapter without delete option?
    If I do not use delete option the wizard will take us to an addition step asking to enter some timestamp format
    Can someone can help me what options should i select to real all the files specified in the directors that matches certain pattern and do not attempt to delete the files?
    An additional Adapter Configuration Wizard window is also available for advanced users. This window is shown in Figure 2-24 and appears only after you make either or both of the following selections on the File Polling window shown in Figure 2-8:
    Do not select the Delete Files After Successful Retrieval check box.
    Set the value of the Minimum File Age field to a value greater than 0.
    Figure 2-24 File Modification Time
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28994/adptr_file.htm#CIABDJEF
    This window enables you to specify one of the following methods for obtaining the modification time of files on the remote FTP server:
    File System
    This option enables you to obtain the date/time format of the file modification time with the file system listing command. However, this option is rarely used and is not supported by all FTP servers. See your FTP server documentation to determine whether your server supports the file system listing command, which command-line syntax to use, and how to interpret the output.
    For example, if the file system listing command quote mdtm filename is supported and returns the following information:
    213 20050602102633
    specify the start index, end index, and date/time format of the file modification time in the Data/Time Format field as a single value separated by commas (for example, 4,18,yyyyMMddHHmmss).
    Where:
    o
    4 is the start index of the file modification time.
    o
    18 is the end index of the file modification time.
    o
    yyyyMMddHHmmss is the data/time format of the file modification time obtained with the quote mdtm filename command.
    The resulting service_name.wsdl file includes the following parameters and values:
    FileModificationTime="FileSystem"
    ModificationTimeFormat="4,18,yyyyMMddHHmmss"
    To handle the time zone issue, you must also be aware of the time stamp difference. The time zone of the FTP server is determined by using the Windows date/time properties (for example, by double-clicking the time being displayed in the Windows task bar). You must then convert the time difference between the FTP server and the system on which the FTP adapter is running to milliseconds and add the value as a property in the bpel.xml file:
    <activationAgents>
    <activationAgent ...>
    <property name="timestampOffset">2592000000</property>
    Directory Listing
    This option enables you to obtain the date/time format from the file modification time with the FTP directory listing command. For example, if the directory listing command (ls -l) returns the following information:
    12-27-04 07:44AM 2829 NativeData2.txt
    specify the start index, end index, and date/time format of the file modification time as a single value separated by commas in either the Old File Date/Time Format field or the Recent File Date/Time Format field (for example, 0,17, MM-dd-yy hh:mma).
    Where:
    o
    0 is the start index of the file modification time.
    o
    17 is the end index of the file modification time.
    o
    MM-dd-yy hh:mma is the date/time format of the file modification time obtained with the ls -l command. For this example, the value is entered in the Recent File Date/Time Format field. This field indicates that the format is obtained from the most recent file adhering to the naming convention, whereas the Old File Date/Time Format field obtains the format from the oldest file.
    The resulting service_name.wsdl file includes the following parameters and values:
    FileModificationTime="DirListing"
    ModificationTimeFormat="0,17, MM-dd-yy hh:mma"
    To handle the time zone issue, you must also be aware of the time stamp difference. The time zone of the FTP server is determined by using the Windows date/time properties (for example, by double-clicking the time being displayed in the Windows task bar). You must then convert the time difference between the FTP server and the system on which the FTP adapter is running to milliseconds and add the value as a property in the bpel.xml file:
    <activationAgents>
    <activationAgent ...>
    <property name="timestampOffset">2592000000</property>
    File Name Substring
    This option enables you to obtain the modification time from the file name. For example, if the name of the file is fixedLength_20050324.txt, you can specify the following values:
    o
    The start index in the Substring Begin Index field (for example, 12).
    o
    The end index in the End Index field (for example, 20).
    o
    The date and time format in the Date/Time Format field conforming to the Java SimpleDateFormat to indicate the file modification time in the file name (for example, yyyyMMdd).
    The resulting service_name.wsdl file includes the following parameters and values:
    FileModificationTime="Filename"
    FileNameSubstringBegin="12"
    FileNameSubstringEnd="20"
    ModificationTimeFormat="yyyyMMdd"
    After the completion of Adapter Configuration Wizard, configuration files are created in the Applications section of Oracle JDeveloper.
    The inbound service WSDL file name that is created is also similar to that of the file adapter. The main differences include the operation type and the file type.
    <pc:inbound_binding />
    <operation name="Get">
    <jca:operation
    FileType="binary"
    The inbound header WSDL file named ftpAdapterInboundHeader.wsdl looks as follows:
    <definitions
    name="fileAdapter"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/ftp/"
    xmlns="http://schemas.xmlsoap.org/wsdl/" >
    <types> <schema attributeFormDefault="qualified" elementFormDefault="qualified"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/"
    xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:FTPAPP="http://xmlns.oracle.com/pcbpel/adapter/ftp/">
    <element name="InboundFTPHeaderType">
    <complexType>
    <sequence>
    <element name="fileName" type="string"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    <!-- Header Message -->
    <message name="InboundHeader_msg">
    <part element="tns:InboundFTPHeaderType" name="inboundHeader"/>
    </message>
    </definitions>
    See Section 2.2.1.8, "Error Handling" and Section 2.2.1.9, "Guaranteed Delivery and Recovery from Server Failures" for more information about error handling and guaranteed delivery capabilities.

    Hi,
    Can you connect to the FTP server using any FTP client?
    Execute the following command and see what it returns:
    quote mdtm <Name of File you are polling>
    Removing the following lines is a work around when you get file synchronously:
    FileModificationTime="FileSystem"
    ModificationTimeFormat="4,18,yyyyMMddHHmmSS"
    For FTP get it is required to give the modification time format.
    This command quote mdtm <Name of File you are polling> lets you query the server for the "Modification Date and Time" of a file or directory. For my FTP server it is returning 213 20090212213425 so ModificationTimeFormat="4,18,yyyyMMddHHmmSS" works for me.
    Check MDTM output and give correct start index and date time format.
    Regards,
    Dharmendra
    http://soa-howto.blogspot.com

  • Se518 no account assignment exists for service line

    Hi Experts,
    We are using SRM701 Patch 04. I am creating a RFx with a limit item then create the purchase order based on the accepted bid. We found the error message SE518 in backend system via /SAPPO/PPO2 when we are using the driver function "/SAPSRM/CL_SOA_ADPT_PO_CRT_ERP". But If I changed the Driver function to "CL_BBP_BS_ADAPTER_PO_CRT_ERP10", it can be created successfully.
    Please advise how to fix the issue when we are using /SAPSRM/CL_SOA_ADPT_PO_CRT_ERP. Thanks a lot
    regards,
    Jian

    Hiren,
    Every service line will have to be assigned to a G/L account or Cost Center. That is what the error message of the BAPI is.
    Pass the required account assignment details in the BAPI and that should get rectified.
    Regards,
    Ravi
    Note : Please reward the posts that are helpful

  • BAPI_REQUISITION_CREATE, Need an error for Service lines no material grp

    In Purchase requisition must not be created after passing all the data in reqitem, accass, service, item_limit, Item_text if there is no material group in the service line.
    Is it possible? BAPI is creating PR without material group. I want to restrict that.

    Hi,
    Request you to post this query to appropriate forum, as this does not pertain to travel management, to get a quick response.
    Regards,
    LNB

  • User-exit for deletion of line item in PO

    hi group
    i want to delete a line item of purchase order.
    and after that i have to make some changes
    so i want to know which user-exit will be used here.
    please help its urgent.

    Hi,
    Please fine the list of user exits for the transaction ME22.
    If it serves your purpsoe , please close the thread and reward suitable points.
    Regards,
    Irfan Hussain
    Transaction Code - ME22                     Change Purchase Order
    Exit Name
    Description
    AMPL0001
    User subscreen for additional data on AMPL
    LMEDR001
    Enhancements to print program
    LMELA002
    Adopt batch no. from shipping notification when posting a GR
    LMELA010
    Inbound shipping notification: Transfer item data from IDOC
    LMEQR001
    User exit for source determination
    M06B0001
    Role determination for purchase requisition release
    M06B0002
    Changes to comm. structure for purchase requisition release
    M06B0003
    Number range and document number
    M06B0004
    Number range and document number
    M06B0005
    Changes to comm. structure for overall release of requisn.
    M06E0004
    Changes to communication structure for release purch. doc.
    M06E0005
    Role determination for release of purchasing documents
    ME590001
    Grouping of requsitions for PO split in ME59
    MEETA001
    Define schedule line type (backlog, immed. req., preview)
    MEFLD004
    Determine earliest delivery date f. check w. GR (only PO)
    MELAB001
    Gen. forecast delivery schedules: Transfer schedule implem.
    MEVME001
    WE default quantity calc. and over/ underdelivery tolerance
    MM06E001
    User exits for EDI inbound and outbound purchasing documents
    MM06E003
    Number range and document number
    MM06E004
    Control import data screens in purchase order
    MM06E005
    Customer fields in purchasing document
    MM06E007
    Change document for requisitions upon conversion into PO
    MM06E008
    Monitoring of contr. target value in case of release orders
    MM06E009
    Relevant texts for "Texts exist" indicator
    MM06E010
    Field selection for vendor address
    MMAL0001
    ALE source list distribution: Outbound processing
    MMAL0002
    ALE source list distribution: Inbound processing
    MMAL0003
    ALE purcasing info record distribution: Outbound processing
    MMAL0004
    ALE purchasing info record distribution: Inbound processing
    MMDA0001
    Default delivery addresses
    MMFAB001
    User exit for generation of release order
    LWSUS001
    Customer-Specific Supply Source Determination in Retail
    MRFLB001
    Control Items in Release Creation
    No of Exits:         33

Maybe you are looking for

  • Aperture set-up

    Hi everybody I have seen many threads related slow down responsivnes of SW including the last upgrade 1.1.2. I do not have this problems maybe due structure of Library. Simple my Library is Tree structure devided into folders and Project for me repre

  • How to disable find in lov-dialog

    hi, I'm having a java client application which uses LOV's. These LOV's provide a find functionality, but I want to diable it, because it doesn't work. Can anybody help me? thanx in advance Ruben

  • Firefox has not been connected to the server since Saturday so I have no internet access.

    no internet access from firefox since Saturday on my personal computer at home.

  • Open File Dialog Box

    Hi, I am using a jsp page to send emails as newsletters in my project.I want a provision to send file as attachment.I managed the code for sending the attachments. However i want that when a user clicks 'Attach file' button a File Open dialog box sho

  • Cannot print through network

    I have a laserjet 3800n connected via ethernet to an ASUS router. I have a macbook pro retina with OSX 10.9 The mac will recognize the printer and will allow me to setup a print queue but the document will never actually print. The HP utility will al