Shopping cart not getting released after SSR-SPS upgrade

Hi all,
We are facing an issue wherein the shopping cart doesnt get released at the final step. All the approvals are taking place correctly.
when i test in the BOR BUS2121/SetReleased method , i am getting an error 'Buffer table not up to date'.  Messaeg number BBP_WFL/052.
I searched the forums with the above error and it meantioned to check the user parameters like printer etc. The user parameters are all correct and all the carts are getting errored out.
Has anyone else faced this issue?  are there any notes that we can implement to correct this issue?
Thanks,
Soumya

Hi,
In our case the problem was solved by executing the manual steps in note1233774 - Custom fields are not transfered to the historical version.
The three missing entries in table BBPD_COMP_FIELDS were causing the SC, POs and Contracts to fail in our SRM 5.5 system. It seems that when we upgraded the system, SAP/SRM didn't provide the required table entries to support the changed code.
Jerry

Similar Messages

  • Shopping cart not getting released from sourcing cockpit

    Hi,
      Am trying to release a shopping cart  from sourcing, but it's not getting released. Mentioned below are the methods I've tried and area'a which I verified for possible error. The major challenge is it's not throwing any error message. Your inputs & guidance are really helpful & appreciated.
    - Moved the SC to workarea in sourcing cockpit and tried creating PO - Failed w/o any error.
    - Verified in backend BBP_PD - No error message
    - verified in rz20 - No error message.
    - Attributes used in SC - Verfied all the major values such as Vendor, account assignment, basic data etc - No issues.
    - Tried creating PO creation in backend w/o posting it - able to create PO with same data.
    Thanks & Regards
    Aswini

    Hi
    Check it up any errors in the web application  monitor. you must get some error message..
    update us what was the error message. did you assign the vendor before you create a vendor in the sourcing cockpit?
    are sc again goes back to worklist?
    regards
    Muthu

  • Internal note \ Vendor text in shopping cart not getting correctly saved.

    Hi SRM  folks,
    We are at SRM 4.0 with extended classic.
    We are facing issue with shopping cart ( BBPSC01 ) for  vendor text \ internal note in  " Documents and Attachments Tab" in item detail screen as below :
    Suppose we  enter below three lines in internal note \ Vendor text  as:
    XXX
    AAA
    CCC
    They will appear as below :
    XXX
    AAA
    AAA
    CCC
    CCC
    Line items are getting duplicated.  Please let me know  how this can  be resolved or if any SAP note available ?
    Moderator message - Please do not offer points or rewards
    Thanks in Advance,
    Sachin
    Edited by: Rob Burbank on Jul 30, 2010 9:39 AM

    Here is solution :
    kindly apply the following notes:
    1253076 No Vendor Text Exists Incorrectly Displayed
    1289174 Vendor text/Internal Note is not deleted
    1313904 Extra Line Breaks are added in Approval Notes
    After this please republish all of the Templates with the Report
    w3_publish_services.
    Afterwards the Template Cache has to be invalidated with the
    transaction sitspmon -> Tab "Template and Mime Cache" -> Button
    "Systemwide".
    If you use Proxy Server, you have to empty the cache there as well.
    Furthermore the Temporary Internet Data of the Browse has to be deleted.
    Retest the scenario and see if the behavior still persists.
    Those note  solved the issue

  • Memory does not get released after encrypting/ decrypting files.

    I am using javax.crypto package to encypt/decrypt files but the problem is that once a big file (around 100- 700 mb) is encrypted there is spike in memory of 70 Mb (first time) and whole of this memory is not released after execution is finished. I have kept my application run for days but this memory do not come down.
    Interesting thing is if I encrpyt/ decrypt the same file again and again the memory do not rise by 70 Mb, but for first 3-4 iterations 5-8 Mb of memory is released in each iteration and after that memory starts increasing again in chunk of 2-5 Mb and after few iteration some memory get released but in all the memory always increases. The code to encrypt file is simple
    Cipher c = Cipher.getInstance("AES/CBC/PKCS5Padding");
    byte[] salt = generateRandomBytes(16);
    Rfc2898DeriveBytes rfc = new Rfc2898DeriveBytes("123456", salt, 1000);
    SecretKey key = new SecretKeySpec(rfc.getBytes(32), "AES");
    c.init(Cipher.ENCRYPT_MODE, key );
    FileOutputStream fos = new FileOutputStream(encryptedFile);
    CipherOutputStream cos = new CipherOutputStream(fos);
    FileInputStream fis = new FileInputStream(largeInputFile);
    int len = 0;
    byte[] buf = new byte[1024 * 128];
    while((len = fis.read(buf)) != -1) {
       cos.write(buf, 0, len);
    cos.close();
    fis.close();
    This is simple observation I have seen in my program:
    I am using Windows 7 64 bit with 16 GB RAM Intel Core 2 Duo 3.00 GHz and file encrypted was 700 MB size
    Explanation
    Memory Usage (As shown in Windows Task Manager Private Working Set column)
    When program starts
    9924 K
    After first iteration of encryption
    81,180 K
    Second Iteration
    78,254 K
    3 Iteration
    74,614 K
    4 Iteration
    69,523 K
    5 Iteration
    72,256 K
    6 Iteration
    70,152 K
    7 Iteration
    83,327 K
    8 Iteration
    85,613 K
    9 Iteration
    95,124 K
    10 Iteration
    92,698 K
    11 Iteration
    94,670 K
    I kept the iteration on for 2000 iteration, the same pattern was observed and at the end memory usage 184,951 K, this memory was not released after calling System.gc() also.
    What could be the possible problem, is it the CipherOutputStream or Cipher class having some memory leak or I am doing something wrong here?

    ash wrote:
    We are using WebLogic Server 7.0 runing on Solaris 2.7.
    We are experiencing a problem where the memory does not seem to be released after
    the application has been shut down.What do you mean by "application has been shut down"? Is the server
    process running or not? Is it a zombie?
    The
    Unix 'top' command reports that memory has not been reclaimed by the O/S. What exactly has it reported? If the process is gone, then I'm pretty
    sure your O/S has reclaimed the memory. What exactly are you looking at
    in top?
    -- Rob
    > Continue
    restarting it will forces us to reboot the server as there will be more and more
    memory lost when restarting the WebLogic.
    Advice to fix the problem is much appreciated. Thanks.

  • Custom fields from Shopping cart not getting transferred

    We have added a few custom fields in both Shopping cart and PO screens.
    Somehow when a cart is getting converted to a PO, the values maintained in the shopping cart are not flowing in to the PO.
    Please advice as to what needs to be done to take care of this issue.
    Thanks.
    Anuradha SenGupta.

    Hello Anuradha,
    Please go thru the link .
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20b36c12-685f-2c10-4fb4-ba2e0b969c27?QuickLink=index&overridelayout=true
    Also in your badi BBP_CREATE_BE_PO_NEW, try to implement the code in the similar way which I did for creating PR in Backend.
    DATA : ls_req_item TYPE bapi_te_requisition_item.
      LOOP AT is_sc_document-item INTO wa_sc_item.
        wa_extension-structure        = 'BAPI_TE_REQUISITION_ITEM'.
        ls_req_item-preq_item         = wa_sc_item-number_int.
        ls_req_item-z_req_type_db     = wa_sc_item-z_req_type_db.
        wa_extension-valuepart1       = ls_req_item.
        APPEND wa_extension TO cs_rq_document-it_extensionin.
        CLEAR wa_extension.
        ls_req_item-preq_item         = wa_sc_item-number_int.
        ls_req_item-z_asset_sub_cat   = wa_sc_item-z_asset_sub_cat.
        wa_extension-valuepart1       = ls_req_item.
        wa_extension-valuepart2       = ls_req_item.
        APPEND wa_extension TO cs_rq_document-it_extensionin.
        CLEAR wa_extension.
      ENDLOOP.
    Hope this will help you.

  • Shopping cart not returning to SoCo even after PO and confirmation deleted

    Shopping cart not returning to SoCo even after PO and confirmation are deleted.
    Steps followed:
    Created shopping cart
    SC approved
    Assigned vendor in sourcing and created PO(PO created successfully created in ECC)
    Confirmation created
    Deleted the conformation
    Deleted the PO
    When PO is deleted SC should return to Sourcing Cockpit, but it is not returning.
    Checked the table BBP_PDIGP, source_del_ind is space.
    Ran BBP_GET_STATUS_2 and CLEAN_REQREQ_UP both the programs manually but in vein.

    Hi,
    Can you try by just deleting the PO? Dont delete the confirmation.
    I think once you have done the confirmation, the SC will not come back to SOCO. (Logically if you see, confirming means you have already received goods, so after receiving goods, I dont think SC will be visible again in SOCO)
    Nikhil

  • PO is not getting released from SRM

    Dear Experts,
    I am configuring SRM-SUS Scenario on SRM 7.0. I have set up all SRM, XI and SUS cofiguration.
    (SRM - SHDCLNT901, XI - XHDCLNT500, SUS- SHDCLNT951)
    Shopping Cart and PO is creating fine but PO is not tranferring from SRM to SUS.
    when i checked SXMB_MONI in SRM, there is no messeges showing there. It means PO is not getting released from SRM.
    Kindly let me know is there any t-code for enable communication between SRM and SUS?
    I have correctly configured XI and also transferred vendors from SRM to SUS through SupplierPortalTradingPartner_CreateOrChange_Out messege type  but
    PurchaseOrderRequest_Out  for PO transfer is not  getting triggered in sxmb_moni in SRM.
    Thanks in advance.
    Regards,
    Pawan Keshwani

    Hi,
    Thanks for your reply.
    I have configured  Application Control Workflow correctly ( I am using Workflow without approvals for PO (BUS2201))
    And in Rz20, I am getting below messege ("SHD : MTE class BBP_PO , Client 901 : No MTEs currently available*) for PO in Rz20 given below path
    (CCMS  monitor sets -> SAP (CEN) EnterpriseBuyer Monitors -> Purchase Order)
    I am configured ESOA Architecture in XI  for SRM-SUS , and my root issue is " I am not able to generate XML messeges in SRM".
    Not getting any messege in SXMB_MONI in SRM.
    Regards,
    Pawan Keshwani

  • "disp+work" process in not getting started after kernel upgradation

    Hello Experts,
    Good day…..,
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741, but the “disp+work” process is not getting started after kernel upgrade.
    I have posted “dev_W0” log &
    “disp+work” command result obtained in CMD prompt of respective server.
    Please help me out in this. Thanks all in advance.
    “dev_w0” Log”
    trc file: "dev_w0", trc level: 1, release: "741"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      55
    M sid        TNG
    M systemid   562 (PC with Windows NT)
    M relno      7410
    M patchlevel 0
    M patchno    42
    M intno      20020600
    M make multithreaded, Unicode, 64 bit, optimized
    M profile D:\usr\sap\TNG\SYS\profile\TNG_DVEBMGS55_ABTHMSSB01
    M pid        2392
    M

    M Wed Jul 23 02:04:35 2014
    M  kernel runs with dp version 208000(ext=117000) (@(#) DPLIB-INT-VERSION-208000-UC)
    M  length of sys_adm_ext is 500 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 2392) [dpInit.c 731]
    M  DpCommonParamInit: rdisp/core_file_size = default --> no change
    I  MtxInit: 30000 0 0

    M Wed Jul 23 02:04:36 2014
    M  DpIPCInit2: read dp-profile-values from sys_adm_ext
    M  DpShMCreate: alloate/attach shared memory (mode=ATTACH)
    M  DpShMCreate: sizeof(wp_adm)                         24288    (1104)
    M  DpShMCreate: sizeof(tm_adm)                          51472080             (256080)
    M  DpShMCreate: sizeof(ca_adm)                           432000  (72)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/7464064/7583152
    M  DpShMCreate: sizeof(comm_adm)                   7583152                (14904)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)                      0              (296)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)                         0              (80)
    M  DpSockTableSize: max/headSize/ftSize/tableSize=500/16/520064/520080
    M  DpShMCreate: sizeof(sock_adm)                       520080  (1016)
    M  DpShMCreate: sizeof(vmc_adm)                       0              (3208)
    M  DpShMCreate: sizeof(wall_adm)                        (ft=41664/fi=67472/hd=64/rec=192)
    M  DpShMCreate: sizeof(amc_rec_adm)                              (ft=86464/fi=67472/hd=64/rec=416)
    M  DpShMCreate: sizeof(websocket_adm)                         (ft=28864/hd=64/rec=272)
    M  DpShMCreate: sizeof(gw_adm)          64
    M  DpShMCreate: sizeof(j2ee_adm)       3936
    M  DpShMCreate: SHM_DP_ADM_KEY                  (addr: 00000000103D0050, size: 60433936
    M  DpShMCreate: allocated sys_adm at 00000000103D0250
    M  DpShMCreate: allocated wp_adm_list at 00000000103E20F0
    M  DpShMCreate: allocated wp_adm at 00000000103E2410
    M  DpShMCreate: allocated tm_adm_list at 00000000103E84F0
    M  DpShMCreate: allocated tm_adm at 00000000103E8730
    M  DpShMCreate: allocated ca_adm at 00000000134FF000
    M  DpShMCreate: allocated comm_adm at 0000000013568980
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: allocated sock_adm at  0000000013CA4130
    M  DpShMCreate: allocated vmc_adm_list at 0000000013D232C0
    M  DpShMCreate: system runs without VMC
    M  DpShMCreate: allocated gw_adm at 0000000013D23560
    M  DpShMCreate: allocated j2ee_adm at 0000000013D237A0
    M  DpShMCreate: allocated ca_info at 0000000013D24900
    M  DpShMCreate: allocated wall_adm (ft) at 0000000013D24B40
    M  DpShMCreate: allocated wall_adm (fi) at 0000000013D2F000
    M  DpShMCreate: allocated wall_adm (head) at 0000000013D3F990
    M  DpShMCreate: allocated amc_rec_adm (ft) at 0000000013D3FBD0
    M  DpShMCreate: allocated amc_rec_adm (fi) at 0000000013D54F90
    M  DpShMCreate: allocated amc_rec_adm (head) at 0000000013D65920
    M  DpShMCreate: allocated websocket_adm (ft) at 0000000013D65B60
    M  DpShMCreate: allocated websocket_adm (head) at 0000000013D6CE20
    M  DpShMCreate: initialized 21 eyes
    M  DpCommAttachTable: attached comm table (header=0000000013568980/ft=0000000013568990/fi=0000000013C86E10)
    M  DpSockAttachTable: attached sock table (header=0000000013CA4130/ft=0000000013CA4140)
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  <ES> EsILock: use Semphore 33 for locking
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    X Wed Jul 23 02:04:37 2014
    X  mm.dump: set maximum dump mem to 96 MB
    M  ThStart: taskhandler started
    M  ThInit: initializing DIA work process W0

    M Wed Jul 23 02:04:44 2014
    M  ThInit: running on host ABTHMSSB01
    I  MtxInit: 0 0 0

    M Wed Jul 23 02:04:45 2014
    M  calling db_connect ...
    B  Loading DB library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' is "741.10", patchlevel (0.42)
    C  Prepending D:\usr\sap\TNG\DVEBMGS55\exe to Path.
    C  Register application info.

    C Wed Jul 23 02:04:47 2014
    C  Oracle client version: 10.2.0.4.0, (dbsl 741 040714, UNICODE[2])
    C  Detailed Oracle client (patch) info not available.
    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    M  ***LOG R19=> ThDbConnect, db_connect ( DB-Connect 000256) [thDatabase.c 76]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step TH_INIT, thRc ERROR-DB-CONNECT_ERROR, action STOP_WP, level 1) [thxxhead.c   2281]
    M Wed Jul 23 02:04:48 2014

    M  Info for wp 0

    M    pid = 2392
    M    severity = 0
    M    status = 0
    M    stat = WP_NEW
    M    waiting_for = NO_WAITING
    M    workerType = DP_WORKER_DIAWP
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M mode_cleaned_counter = 0
    M    control_flag = 0
    M    report = > <
    M    action = 0
    M    tab_name = >                              <

    M  ThIErrHandle: no current incoming request


    M *****************************************************************************
    M  *
    M  *  LOCATION SAP-Server ABTHMSSB01_TNG_55 on host ABTHMSSB01 (wp 0)
    M  *  ERROR ThInit: db_connect
    M  *
    M  *  TIME Wed Jul 23 02:04:48 2014
    M  *  RELEASE 741
    M  *  COMPONENT Taskhandler
    M  *  VERSION 1
    M  *  RC 16797709
    M  *  MODULE D:/depot/bas/741_REL/src/krn/si/th/thxxhead.c
    M  *  LINE 2470
    M  *  COUNTER 1
    M  *
    M  *****************************************************************************

    M  PfRejectStatistic: clear statistic record
    M  PfClearAllRec: clear statistic area
    M  PfClearAllRec: statRecordAction = STAT_RECORD_ACTION_REJECT
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hooks for event BEFORE_DUMP
    M  ThIErrHandle: entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 2392) [dpnttool.c 335]
    “Desp+Work” Command result:
    C:\Users\tngadm>disp+work
    disp+work information
    kernel release 741
    kernel make variant 741_REL
    compiled on NT 6.0 6002 x86 MS VC++ 16.00 for NTAMD64
    compiled for                  64 BIT
    compilation mode UNICODE
    compile time Jul  9 2014 16:39:46
    update level 0
    patch number 42
    source id 0.042
    RKS compatibility level 0
    supported environment
    database (SAP, table SVERS) 700
    710
    701
    702
    703
                                  711
    720
    730
    731
    732
    738
    740
    operating system
    Windows NT 5.1
    Windows NT 5.2
    Windows NT 6.0
    Windows NT 6.1
    Windows NT 6.2
    Windows NT 6.3
    C:\Users\tng

    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    For this issue you need to set up SSFS.
    1639578 - SSFS as password storage for primary database connect
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741
    Are you sure kernel 741 is compatible with an EHP 4 system ?
    Read this SAP note
    1969546 - Release Roadmap Kernel 740
    Regards
    RB

  • Shopping Cart not Showing up In Itunes

    The Itunes Music Store opens just fine. But when I click on my shopping cart I get the following: "We could not complete your Music Store request. An unknown error occurred (5002)." This has been going on for two days. Anyone know why and how to fix this?

    Jeez..... so I just tried getting in to the cart by getting to it as a blank screen that said shopping cart at the top, then clicking on my account id....and now I am looking at the cart with all the titles (no more blank screen. AND I was able to delete a song.
    this must be a very fertile forum, self-actualizing or something.
    that said, i have zero confidence that i will be able to replicate this.... going to run an essential errand, come back and do all I can before the lights dim again (so to speak).
    TIA

  • Limit Shopping cart not cleared from sourcing.

    Hi All,
    We have an issue with the Limit shopping carts in sourcing. After the folllow on document [PO] is created successfully through Sourcing, the SC still shows up in the sourcing cockpit. The job BBP_GET_STATUS2 is running properly. In BBP_PD, we have the status I1113 - Follow-on Document Created.
    This happens only to the limit Shop.Carts and the normal SCs are cleared from the sourcing cockpit, as soon as the PO is created.
    Any suggestions?
    Thanks!

    As per standard after creating folow on document , the sc should not stay in cockpit/
    is it happening for all cart?
    what is the sourcing indicator value for that cart
    br
    muthu

  • Transport request not getting released by se10

    Dear all,
    I am trying to release transport request of development server via. transaction se10.Now my problem is that the child(DEVELOPMENT/CORRECTION) is getting released while the parent request is not getting released.
    I checked everything and its showing 'test call of transport control program ended with return code 0208.' I even checked overview of system,overview of connection type,over view of transport protocol and they are fine.my only doubt is after going to se10 when I click transport proposals its showing "WORK FLOW NOT ACTIVE' .
    Is my problem is because of this. Please help its very urgent as due to this I am not even able to transport any request on production server.
    Helpful contribution will be duly rewarded.
    Thanks & Regards,
    VICKY

    Are you the owner and in the right  client ?
    use SWU3 to activate/configure WORKFLOW.

  • Screen fields not getting displayed after Line 16

    Hi All,
    There is a screen exit created in IW51, now the new requirment is to add 3 more fields.  I added the fields below the exiting fields, in line number 15 , 16 &17. After executing the Tcode I could find that the field created in line 17 is not getting displayed in runtime. I have increased the screen length. The fields if moved to line numbers below 16 then they are getting displayed. Can anyone help me to find why it is not getting displayed after line 16.

    Hi,
    Can you give me the Enhancement name?
    I searched for the exits using package , but i did not find any screen exists for that IW51 Tcode?

  • Production Reporting out put not getting deleted after 30mins what we set.

    Hi,
    This issue regarding Production Reporting. In the workspace the report output not getting deleted after 30minutes (while publishing the report settings were like delete after 30 mins). Any suggestions please .....
    Thanks
    Venkat

    Hi Deepak,
    Please chek the field / value which u have changed is relavant to  printouts of the change.
    You can check  with following path
    SPRO> MM > Purchasing > Message > Fields Relevant to Printouts of Changes.
    Confirm tick is provided for PO ( P)
    Vivek

  • Shopping cart (not a u201Climitu201D) can not be found in Sourcing Area!!

    Issue:
    Shopping cart (not a u201Climitu201D) can not be found in Sourcing Area to create a new PO, if the associated PO has been deleted directly at Header level.
    But, shopping carts (not a u201Climitu201D) can be found in Sourcing Area to create a new PO, if the associated Pos have been deleted at Line Item level first and Header level next.
    Hence, POs can not be deleted at Header Level directly, but only at line item level first and header level next.

    Hello Uma,
    If PO is deleted at header level then SC can be found in sourcing cockpit only if for a SC
    1. SOURCE_REL_IND = X in table BBP_PDIGP and
    2. Quantity should not be completely consumed by the PO in table BBP_PDIGP.
    Check these 2 parameters for your SC in BBP_PD.
    When we delete PO at header level SC quantity is consumed by the PO and thats the reason it will not appear in sourcing cockpit.
    You can also go through the logic in report CLEAN_REQREQ_UP, you will find these details. This report decides whether SC should appear in Sourcing cockpit.
    Thanks,
    Shital Nimje
    Edited by: Shital Nimje on Sep 22, 2009 4:10 PM

  • Billing Document not getting release to Accounting. (VF01 and VF04).

    Dear All,
    I am facing an Urgent Issue. The User is Generating Invoices using VF01 and VF04. The Invoices is getting generated but not getting released to Accounting.  When the User goes in VF02 or in VFX3 and then releasing the Billing Document. The Account Detemination is correctly maintained and G/L is also getting determined.
    Please could you advice what may the Issue. Your Urgent Help is appreciated.
    Thanks.
    Farhan.

    Dear Alan,
    Yes I got the error message by pressing SHIFT + F4. Invoice Generated but no Accounting Document Getting Generated. A Balance has occured in Transaction Currency AED with the following details.
    Technical data
         Tech. data details
          Client
          Group Number
          Sales Document Number                  0004803850
          Item Number of the SD Document         000000
          Schedule Line Number                   0050
          Counter in Control Tables              00
          Message Identification                 VF
          System Message Number                  050
          Output Type                            W
          Message Variable 01                    0004803850
          Message Variable 02
          Message Variable 03
          Message Variable 04
    Detail
    Diagnosis
         A balance has occurred in transaction currency 'AED' with
         the following details:
         Exchange rate '00', amount '         8,600.00-' and
         currency key 'AED'.
         The data in the transaction currency were transferred from
         the calling application.
    System response
         Your data cannot be processed in FI.
    Procedure
         The error is probably in the calling application.
    nical data
    Tech. data details
    Client
    Group Number
    Sales Document Number                  0004803850
    Item Number of the SD Document         000000
    Schedule Line Number                   0702
    Counter in Control Tables              00
    Message Identification                 F5
    System Message Number                  702
    Output Type                            E
    Message Variable 01                    00
    Message Variable 02                             8,600.00-
    Message Variable 03                    AED
    Message Variable 04
    Group Type
          Group Type
    Same error I am getting when I am releasing the Billing Document to Accounting in VFX3.
    But When I generate the Invoice using VF01 its getting released to Accounting.
    Please advice why the Issue is only coming in VF04 Collective Invoice and in VFX3.
    Your Urgent Help is appreciated.
    Thanks,
    Farhan.

Maybe you are looking for