GSBER is empty via BAPI_ACC_DOCUMENT_POST

Hello!
Could you help?
I'm creating the financial document through BAPI_ACC_DOCUMENT_POST with two tax positions.
  PE_DOCUMENTHEADER-BUS_ACT = 'RFBU'.
  PE_DOCUMENTHEADER-USERNAME = SY-UNAME.
  PE_DOCUMENTHEADER-HEADER_TXT = PI_BKTXT.
  PE_DOCUMENTHEADER-COMP_CODE = '40'.
  PE_DOCUMENTHEADER-DOC_DATE = '20080901'.
  PE_DOCUMENTHEADER-PSTNG_DATE = '20080901'.
  PE_DOCUMENTHEADER-FISC_YEAR = '09'.
  PE_DOCUMENTHEADER-FIS_PERIOD = '01'.
  PE_DOCUMENTHEADER-DOC_TYPE = 'SA'.
  PE_DOCUMENTHEADER-REF_DOC_NO = PI_XBLNR.
  LWA_ACCOUNTTAX-ITEMNO_ACC = '0000000001'.
  LWA_ACCOUNTTAX-GL_ACCOUNT = '1420-'.
  LWA_ACCOUNTTAX-TAX_CODE = 'NX'.
  append LWA_ACCOUNTTAX to PET_ACCOUNTTAX.
  LWA_ACCOUNTTAX-ITEMNO_ACC = '0000000002'.
  LWA_ACCOUNTTAX-GL_ACCOUNT = '1420-20'.
  LWA_ACCOUNTTAX-TAX_CODE = 'RT'.
  append LWA_ACCOUNTTAX to PET_ACCOUNTTAX.
  LWA_CURRENCYAMOUNT-ITEMNO_ACC = '0000000001'.
  LWA_CURRENCYAMOUNT-CURRENCY = 'KZT'.
  LWA_CURRENCYAMOUNT-AMT_DOCCUR = '819809,65'.
  LWA_CURRENCYAMOUNT-AMT_BASE = '6306228,10'.
  append LWA_CURRENCYAMOUNT to PET_CURRENCYAMOUNT.
  LWA_CURRENCYAMOUNT-ITEMNO_ACC = '0000000002'.
  LWA_CURRENCYAMOUNT-CURRENCY = 'KZT'.
  LWA_CURRENCYAMOUNT-AMT_DOCCUR = '-819809.65 '.
  LWA_CURRENCYAMOUNT-AMT_BASE = '-6306228.10 '.
  append LWA_CURRENCYAMOUNT to PET_CURRENCYAMOUNT.
  LWA_EXTENSION1-FIELD1+0 (5) = 'ID001'.
  LWA_EXTENSION1-FIELD1+5 (5) = 'DOC02'.
  LWA_EXTENSION1-FIELD1+10 (10) = '0000000001'.
  LWA_EXTENSION1-FIELD1+20 (4) = '4001'.
  LWA_EXTENSION1-FIELD2 = PI_SGTXT.
  append LWA_EXTENSION1 to PET_EXTENSION1.
  LWA_EXTENSION1-FIELD1+0 (5) = 'ID001'.
  LWA_EXTENSION1-FIELD1+5 (5) = 'DOC02'.
  LWA_EXTENSION1-FIELD1+10 (10) = '0000000002'.
  LWA_EXTENSION1-FIELD1+20 (4) = '4001'.
  LWA_EXTENSION1-FIELD2 = PI_SGTXT.
  append LWA_EXTENSION1 to PET_EXTENSION1.
    call function 'BAPI_ACC_DOCUMENT_POST'
      exporting
        DOCUMENTHEADER = PI_DOCUMENTHEADER
      tables
        ACCOUNTTAX = PIT_ACCOUNTTAX
        CURRENCYAMOUNT = PIT_CURRENCYAMOUNT
        EXTENSION1 = PIT_EXTENSION1
        RETURN = PET_RETURN.
    commit work.
In 'Customer Exit'
  read table EXTENSION index 1.
  case EXTENSION-FIELD1+0 (5).
    when 'ID001.' " ZFIAM_LIZING
        loop at EXTENSION.
  case EXTENSION-FIELD1+5 (5).
    when 'DOC01'.
      read table IT_ACCIT with key POSNR = EXTENSION-FIELD1+10 (10).
      if SY-SUBRC is initial and EXTENSION-FIELD1+20 (2) ne SPACE.
        IT_ACCIT-BSCHL = EXTENSION-FIELD1+20 (2).
      endif.
      modify IT_ACCIT index SY-TABIX.
    when 'DOC02'.
      read table IT_ACCIT with key POSNR = EXTENSION-FIELD1+10 (10).
      if SY-SUBRC is initial.
        if EXTENSION-FIELD1+20 (4) ne SPACE.
          IT_ACCIT-GSBER = EXTENSION-FIELD1+20 (4).
        endif.
        if EXTENSION-FIELD2 is not initial.
          IT_ACCIT-SGTXT = EXTENSION-FIELD2.
        endif.
        modify IT_ACCIT index SY-TABIX.
      endif.
  endcase.
        endloop.
endcase.
In Customer exit I put Business Area into IT_ACCIT-GSBER but in the created document Business Area is empty.
When I create the same document through transaction FB01, Business Area is not empty.

Hello
Thank you for your answer but value saved is correct in the table it_accit.
I tryed to find where GSBER is cleaning and found FM FI_SUBST_GSBER. Lower I wrote piece of code where GSBER is cleaning.
      IF t_accit-taxit = xon AND t_accit-xbilk = xon.
        IF brazil IS INITIAL.   "do not clear for brazil  "note 436374
          CLEAR t_accit-gsber.
          MODIFY t_accit.
        ENDIF.                                            "note 436374
      ENDIF.
And I don't undestand what I must do so as not to cleaning GSBER
Edited by: Marat Ashimov on Oct 8, 2008 2:00 PM

Similar Messages

  • Posting of Trading partner FB01 via BAPI_ACC_DOCUMENT_POST

    Folks,
    I have written ABAP code to create accounting document in SAP from excel . My requirement is to give trading partner (VBUND) in the sheet which will be processed by SAP. now i am using BAPI "BAPI_ACC_DOCUMENT_POST " to upload entries in SAP but i can not find table fields in BAPI to map trading partner field . can any one throw light on this. I guess i may have to EXTENSION2 in this BAPI , can any one tell how to use thatg.
    Regards.

    Hi,
    Check this structure 'BAPIACGL09'
    fields
    PART_ACCT       JV_PART     CHAR     10     Partner account number
    TR_PART_BA       PARGB         CHAR     4     Trading partner's business area
    TRADE_ID                  RASSC                     CHAR     6              Company ID of trading partner
    Regards
    Krishna
    Edited by: Krishna Gowrneni on Apr 22, 2009 12:35 AM
    Edited by: Krishna Gowrneni on Apr 22, 2009 12:36 AM

  • Error while posting FBS1 via BAPI

    Hi Experts,
    getting below error  while posting FBS1 via BAPI_ACC_DOCUMENT_POST
    TYPE ID                   NUMBER MESSAGE
    E   |RW                  |609   Error in document:  BKPF 10000022440GF3032010 TERCLNT303
    E   |RW                  |609   Error in document:  100000224 AC_DOC_NO
    FB03 Header values --
    Document Number 100000250        Company Code    40GF         Fiscal Year     2010
    Document Date   30.11.2010       Posting Date    30.11.2010   Period          11
    Currency  EUR
    FB03 Line item 1 ( posting key  40 )
    G/L Account     711014
    Company Code    40GF
    Amount          100,00  EUR
    Cost Center     40GF219001
    Quantity        0,000
    FB03 Line item 2 ( posting key  50 )
    G/L Account     167005
    Company Code    40GF
    Amount          100,00 EUR
    Assignment      20101130
    Text            ITEM TEXT 7
    Please tell me what i am missing in below code because of which i am getting  error  in return table
    FORM fill_header.
      CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'
        IMPORTING
          own_logical_system = gd_documentheader-obj_sys.
      gd_documentheader-obj_type   = 'BKPF'.
      gd_documentheader-obj_key    = '10000022440GF3032010'.
      gd_documentheader-username   = sy-uname.
      gd_documentheader-header_txt = 'BAPI Test'.               "#EC NOTEXT
    gd_documentheader-obj_key_r  =
    GD_DOCUMENTHEADER-reason_rev =  '05' .
      gd_documentheader-comp_code  = '40GF'.
    GD_DOCUMENTHEADER-AC_DOC_NO  =  '100000224' .
      gd_documentheader-fisc_year  = '2010'.
      gd_documentheader-doc_date   = sy-datum.
      gd_documentheader-pstng_date = sy-datum.
    GD_DOCUMENTHEADER-TRANS_DATE =
    GD_DOCUMENTHEADER-VALUE_DATE =
    GD_DOCUMENTHEADER-FIS_PERIOD = '11' .
    GD_DOCUMENTHEADER-DOC_TYPE   = 'SA' .
    GD_DOCUMENTHEADER-REF_DOC_NO =
    GD_DOCUMENTHEADER-COMPO_ACC  =
      gd_documentheader-bus_act    = 'RFBU'.
    ENDFORM.                    "fill_header
    FORM fill_currencyamount.
      CLEAR T_currencyamount.
      T_currencyamount-itemno_acc   = 1.
      T_currencyamount-curr_type    = '00'.
      T_currencyamount-currency     = 'EUR'.
      T_currencyamount-amt_doccur   = -100.
      APPEND T_currencyamount.
      CLEAR T_currencyamount.
      T_currencyamount-itemno_acc   = 2.
      T_currencyamount-curr_type    = '00'.
      T_currencyamount-currency     = 'EUR'.
      T_currencyamount-amt_doccur   = '100'.
      APPEND T_currencyamount.
      CLEAR T_currencyamount.
    ENDFORM.                    "fill_currencyamount
    FORM fill_accountgl.
      CLEAR T_accountgl.
      T_accountgl-itemno_acc     = 1.
      T_accountgl-gl_account     =  '0000711014'.
      T_ACCOUNTGL-ACCT_TYPE      =  'S' .
      T_ACCOUNTGL-DOC_TYPE       =  'SA' .
    T_accountgl-DE_CRE_IND     =  'S' .
    T_accountgl-tax_code       = 'V1'.
    T_ACCOUNTGL-ACCT_KEY       =
      T_accountgl-item_text      = 'BAPI Test G/L line item'.  "#EC NOTEXT
    T_ACCOUNTGL-BUS_AREA       =
    T_accountgl-costcenter     = '40GF219001' .
    T_ACCOUNTGL-ORDERID        =
    T_ACCOUNTGL-MATERIAL       =
    T_ACCOUNTGL-QUANTITY       =
    T_ACCOUNTGL-BASE_UOM       =
    T_ACCOUNTGL-BASE_UOM_ISO   =
    T_ACCOUNTGL-PLANT          =
      T_accountgl-profIT_ctr     =  'S001'  .
    T_ACCOUNTGL-WBS_ELEMENT    =
    T_ACCOUNTGL-BILL_TYPE      =
    T_ACCOUNTGL-DISTR_CHAN     =
    T_accountgl-ac_doc_no      =
    T_accountgl-acct_type      =
    T_accountgl-doc_type       =
    T_accountgl-comp_code      =  '40GF' .
    T_accountgl-func_area      =
    T_accountgl-plant          =
    T_accountgl-fis_period     = '11' .
    T_accountgl-fisc_year      = '2010' .
    T_accountgl-pstng_date     =
    T_accountgl-value_date     =
    T_accountgl-customer       =
    T_accountgl-vendor_no      =
    T_accountgl-costobject     =
    T_accountgl-acttype        =
    T_accountgl-val_area       =
    T_accountgl-po_number      =
    T_accountgl-po_item        =
      APPEND T_accountgl  to t_accountg2 .
      CLEAR T_accountgl.
      T_accountgl-itemno_acc     = 2.
      T_accountgl-gl_account     =  '0000167005'.
    T_ACCOUNTGL-STAT_CON       =
    T_ACCOUNTGL-REF_KEY_1      =
    T_ACCOUNTGL-REF_KEY_2      =
    T_ACCOUNTGL-REF_KEY_3      =
      T_ACCOUNTGL-ACCT_TYPE      =  'S' .
      T_ACCOUNTGL-DOC_TYPE       =  'SA' .
    T_accountgl-DE_CRE_IND     =  'H' .
    T_accountgl-tax_code       = 'V1'.
    T_ACCOUNTGL-ACCT_KEY       =
      T_accountgl-item_text      = 'ITEM TEXT 7'.  "#EC NOTEXT
    T_ACCOUNTGL-BUS_AREA       =
    T_accountgl-costcenter     = '40GF219001' .
    T_ACCOUNTGL-ORDERID        =
    T_ACCOUNTGL-MATERIAL       =
    T_ACCOUNTGL-QUANTITY       =
    T_ACCOUNTGL-BASE_UOM       =
    T_ACCOUNTGL-BASE_UOM_ISO   =
    T_ACCOUNTGL-PLANT          =
    T_accountgl-profIT_ctr     =  'S001'  .
    T_ACCOUNTGL-WBS_ELEMENT    =
    T_accountgl-ac_doc_no      =
    T_accountgl-acct_type      =
    T_accountgl-doc_type       =
    T_accountgl-comp_code      =  '40GF' .
    T_accountgl-func_area      =
    T_accountgl-plant          =
    T_accountgl-fis_period     = '11' .
    T_accountgl-fisc_year      = '2010' .
    T_accountgl-pstng_date     =
    T_accountgl-value_date     =
    T_accountgl-customer       =
    T_accountgl-vendor_no      =
    T_accountgl-costobject     =
    T_accountgl-acttype        =
    T_accountgl-val_area       =
    T_accountgl-po_number      =
    T_accountgl-po_item        =
      APPEND T_accountgl  to t_accountg2 .
    ENDFORM.                    "fill_accountgl

    Hi Experts,
    getting below error  while posting FBS1 via BAPI_ACC_DOCUMENT_POST
    TYPE ID                   NUMBER MESSAGE
    E   |RW                  |609   Error in document:  BKPF 10000022440GF3032010 TERCLNT303
    E   |RW                  |609   Error in document:  100000224 AC_DOC_NO
    FB03 Header values --
    Document Number 100000250          Company Code    40GF         Fiscal Year     2010
    Document Date   30.11.2010           Posting Date    30.11.2010   Period          11
    Currency  EUR
    FB03 Line item 1 ( posting key  40 )
    G/L Account     711014
    Company Code    40GF
    Amount          100,00  EUR
    Cost Center     40GF219001
    Quantity        0,000
    FB03 Line item 2 ( posting key  50 )
    G/L Account     167005
    Company Code    40GF
    Amount          100,00 EUR
    Assignment      20101130
    Text            ITEM TEXT 7
    Please tell me what i am missing in below code because of which i am getting  error  in return table
    FORM fill_header.
      CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'
        IMPORTING
          own_logical_system = gd_documentheader-obj_sys.
      gd_documentheader-obj_type   = 'BKPF'.
      gd_documentheader-obj_key    = '10000022440GF3032010'.
      gd_documentheader-username   = sy-uname
    gd_documentheader-obj_key_r  =
    GD_DOCUMENTHEADER-reason_rev =  '05' .
      gd_documentheader-comp_code  = '40GF'.
    GD_DOCUMENTHEADER-AC_DOC_NO  =  '100000224' .
      gd_documentheader-fisc_year  = '2010'.
      gd_documentheader-doc_date   = sy-datum.
      gd_documentheader-pstng_date = sy-datum.
    GD_DOCUMENTHEADER-FIS_PERIOD = '11' .
    GD_DOCUMENTHEADER-DOC_TYPE   = 'SA' .
      gd_documentheader-bus_act    = 'RFBU'.
    ENDFORM.                    "fill_header
    FORM fill_currencyamount.
      CLEAR T_currencyamount.
      T_currencyamount-itemno_acc   = 1.
      T_currencyamount-curr_type    = '00'.
      T_currencyamount-currency     = 'EUR'.
      T_currencyamount-amt_doccur   = -100.
      APPEND T_currencyamount.
      CLEAR T_currencyamount.
      T_currencyamount-itemno_acc   = 2.
      T_currencyamount-curr_type    = '00'.
      T_currencyamount-currency     = 'EUR'.
      T_currencyamount-amt_doccur   = '100'.
      APPEND T_currencyamount.
      CLEAR T_currencyamount.
    ENDFORM.                    "fill_currencyamount
    FORM fill_accountgl.
      CLEAR T_accountgl.
      T_accountgl-itemno_acc     = 1.
      T_accountgl-gl_account     =  '0000711014'.
      T_ACCOUNTGL-ACCT_TYPE      =  'S' .
      T_ACCOUNTGL-DOC_TYPE       =  'SA' .
      T_accountgl-item_text      = 'BAPI Test 1'.
    T_accountgl-costcenter     = '40GF219001' .
      T_accountgl-profIT_ctr     =  'S001'  .
    T_accountgl-fis_period     = '11' .
    T_accountgl-fisc_year      = '2010' .
      APPEND T_accountgl  to t_accountg2 .
      CLEAR T_accountgl.
      T_accountgl-itemno_acc     = 2.
      T_accountgl-gl_account     =  '0000167005'.
      T_ACCOUNTGL-ACCT_TYPE      =  'S' .
      T_ACCOUNTGL-DOC_TYPE       =  'SA' .
      T_accountgl-item_text      = 'ITEM TEXT 7'.
    T_accountgl-comp_code      =  '40GF' .
    T_accountgl-fis_period     = '11' .
    T_accountgl-fisc_year      = '2010' .
      APPEND T_accountgl  to t_accountg2 .
    ENDFORM.                    "fill_accountgl

  • Photos deleted by iPhoto via subfolders- now they can not be found

    I deleted photos in various folders after they were put there by iphoto when the folder was created. I deleted the photos after reading iphoto WILL NOT permantly delete photos from the main library.
    The photos are stored on a large 3T hard drive. Sometimes it is hare to even locate files via finder- I do not know why the spinning wheel just spins forever and wont open the folder.
    Anyway- if there is a series of phtos taken DSC001, DSC002 etc all the way to DSC009.
    so now that I have deleted photos in a sub folder- they do not show in the main PHOTO library. They also do not show in finder when I perform a search.
    So first I'd like to locate and put my iphoto library as it was. I have already done all a couple complete "rebuilds" via the iphoto option. Nothing has changed- photos still missing.
    After I hopefully find my missing photos (of my childred etc)  I'd like to move all photos to aperature.
    So- what is the best way to move the entire library to apperature and set it up to manage my photos from here on out?
    What measures do I have to take to protect my photos in the future from losing them in aperature?
    Thanks so much for any help.
    Peace-
    Jeff
    iphoto11 is being used

    That view is the Photos mode with Event names set to be viewed. It's viewing the same photos that you would be seeing in the Event mode.
    Any photos in that window that are moved to the iPhoto trash and the trash bin emptied via the iPhoto ➙ Empty iPhoto Trash menu option will be removed from the library and moved to the Trash bin in the Dock. To remove from the hard drive one must also empty the Trash bin in the Dock.
    If you've deleted from the Photos mode and emptied both the iPhoto and Dock Trash bins the photos are gone. 
    You're best bet is to restore the library from a backup make just prior to the deletions.
    Deleting Photos from an iPhoto Library
    1 - from an Event or from the Photos mode: select the photo(s) and use the Delete key to move the photos to the trash bin. Then empty the iPhoto Trash bin as follows:
    2 - from an album, smart album, book, slideshow, card, etc.: select the photo(s) and use the key combination of Command+Option+Delete to move the photos to the trash bin.  Then empty the trash bin as above.
    NOTE: deleting a photo from an album, slideshow, book, etc., with only the Delete key only deletes that photo from that item. Deleting a photo from an Event deletes ALL occurences of that photo in the library.

  • BAPI_ACC_DOCUMENT_POST How to fill ACCOUNTTAX

    Hi,
    I am trying to implement the posting of accounting documents via BAPI_ACC_DOCUMENT_POST, and struggling to get the tax postings to work properly. 
    The process requires me to produce the same outcome as a user manually posting the document via FB01 where tax items are automatically generated.  So I need to confirm how to calculate and post the tax items.
    I need more information on how to retrieve the data to pass to the ACCOUNTTAX parameter of the bapi and the mapping of the data to the ACCOUNTAX fields.  And also the corresponding CURRENCYAMOUNT parameter, I am interested to know if I have to populate the base amount fields as well as the document amount field.

    Hi Murray,
    I recently faced the same problem with tax for this BAPI and found the solution here at the good old SAP Fans forum:
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=25404&start=0&postdays=0&postorder=asc&highlight=">[RESOLVED] BAPI_ACC_DOCUMENT_POST - Posting tax amount</a>
    This post then leads to this one:
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=137643&highlight=bapiaccdocumentpost">** RESOLVED ** Problem with G/L Posting BAPI</a>
    Please have a look at the User-Exit usage in the bottom of this thread. I found this info by Google searching.
    It should not be to difficult for you to solve your problem with this info, I guess.
    Regards, Johan

  • BAPI_ACC_DOCUMENT_POST - How to generate tax items

    Hi,
    I am trying to implement the posting of accounting documents via BAPI_ACC_DOCUMENT_POST, and struggling to get the tax postings to work properly. 
    The process requires me to produce the same outcome as a user manually posting the document via FB01 where tax items are automatically generated.  So I need to confirm how to calculate and post the tax items.
    I need more information on how to retrieve the data to pass to the ACCOUNTTAX parameter of the bapi and the mapping of the data to the ACCOUNTAX fields.  And also the corresponding CURRENCYAMOUNT parameter, I am interested to know if I have to populate the base amount fields as well as the document amount field.

    Murray,
    I have solved your problem in your other question.
    Please, try to ask question only in one forum. For this type of question, the ABAP forum is the right one. This is becuase ABAP coding is involved.
    See: BAPI_ACC_DOCUMENT_POST How to fill ACCOUNTTAX
    Best regards, Johan

  • I cant empty my trash !!!

    hey guys
    actully i cant empty my trash since yesterday i dont know what to do !!!
    i know there is a script that i could delet files directly from terminal with this script :
    cd ~/.Trash
    sudo rm -rf
    but i cant memorize this script and always put this script in terminal to delet my files
    i wanna know is there anyway to delet my files diresctly from trash ?
    thanx

    You can try this. Open up the Applications/AppleScript/Script Editor.app and open a new file and copy & paste this: do shell script "srm -mrf ~/.Trash/*" Then in top menu above this paste, hit compile, then record, then stop, then run. Obviously let them all do their action before the next "hit." Then menu bar, file, save as, Application to Desktop. Then you just click it to empty via unix command. Then check the way you have been to see if all is gone.
    Excuse my over kill on "then". Bad.
    Message was edited by: doug pennington

  • Malfunction start date in preventive notification

    Hi all
    I have created one notification type of preventive to capture weekly preventive maintenance & scheduled the maintenance plan.When notification is generated on due date  & I am opening the notification by t-code IW22 or IW28, system is taking malfunction start date field as system date.I have activated the "scheduling overview" tab of this notification type to know required start date(planned date) of the notification.How can I avoid the malfunction start date to be populated ? as my users get confusion due to this date?Why this date is coming by default as system date?
    rgds
    rajib

    Hi,
    This malfunction date/time will always be set as default to current date when the notification is created. Even if you were to set it empty via a exit, it will get populated when notification is loaded via IW22. An option would be to hide these fields for your preventative notification type. Make settings via OIAL with influence on notification type.
    -Paul

  • File to Proxy Scenario using ABAP Class and DB Multi Connect

    Hello Friends,
    I have a scenario below and a proposed solution. I would like some input as to whether i am headed the right way.
    Scenario: Thousands of records come in from the legacy accounting system. The fields of these records need to be mapped to SAP fields using cross-reference tables stored in DB2. Finally, summarize the records by deleting a few fields and feed to R/3.
    Solution i proposed:
    (1) File Adapter is used to send the file
    (2) Although JDBC adapter comes first to mind but since i need to access the DB2 tables multiple times for each record i propose to use an ABAP class for the mapping. Within the ABAP class the intent is to open an database connection to DB2, read the relevant cross tables using native SQL and finally generate the output XML.
    (3) Reciever is Proxy which feeds this generated XML to SAP for creating posting via BAPI_ACC_DOCUMENT_POST
    Question: Is the above solution correct or is there a better method to implement this scenario?
    Please let me know.
    Thanks,
    Minhaj.

    Looks fine. Few observations -
    1. Whether it is ABAP class or Mapping in RFC lookup, you are making multiple trips to the database.
    2. It looks like PI is being used only for reading the file and converting it to XML.
    3. If using PI is not mandatory, then a complete ABAP class on ECC it self would be faster than swtching between PI Java, PI ABAP then round trips to DB2 finally data push to ECC.
    If you could look at something like fetching all the required RFC look up data in one go and then map the fields according, might save u on processor and network resources.
    VJ

  • Partial Payment (with invoice reference) for Invoice-based items

    Hi Gurus,
    I'd like to make partial payments to credit memos while "Include partial payment" is activated.  However, if i activate "Include partial payment, partial payments for invoice-based items are no longer possible (partial payment amount is displayed only, and full amount is automatically applied).
    My credit memos were posted via BAPI_ACC_DOCUMENT_POST.  I've read that when using BAPI, invoice reference field is automatically populated with "V".   
    Can you please enlighten me what is SAP's logic behind this.  How does SAP determine invoice-based items?  And is there a workaround so I could still make partial payment while it is activated?  Thank you.
    Regards,

    Hai Dianne,
    Check it once OBA4 & OBA4 t.codes both are Tolerance Group
    Regards
    Madhu I

  • Adding line item prior to ACC_DOCUMENT03 Posting

    Due to our legacy currency alignment on some systems being incongruent with our SAP ECC 6.0 environment, some upstream inbound IDocs will post with 2 decimals for HUF when 6.0 environment has 0 decimals for HUF.  The inbound documents are coming in as ACC_DOCUMENT03 IDocs.
    There will be rounding involved.  iN certain cases, the rounding will mean that the line items are no longer in balance.
    Rather than alter the value of the inbound line items, preference is to add line item prior to posting that contains the balance difference and posts to the "rounding difference" account.
    Has anyone expereinced this situation before? How was it resolved?
    Considered adding line item via "BAPI_ACC_DOCUMENT_POST" or, if possible, within "'BAPI_INCOMING_INVOICE_CREATE'".
    Has anyone faced this or a simlar issue before?  How was it resolved?  Was it resolved internally?

    Hello Weng,
    I also looked on SAP notes. 
    There is a note with much information about Tax Postings with accounting BAPIs and it's a consulting note.  The note number is 626235.
    Regards,
    Rae Ellen Woytowiez
    Edited by: Rae Ellen Woytowiez on Dec 21, 2010 10:11 PM

  • Organizing pictures in events

    Is there a way to delete duplicate pictures in events once you have organized them or put them into an event>

    mrssue:
    Welcome to the Apple Discussions. Just drag the photo into iPhoto's trash bin and empty via the iPhoto menu.
    Remember if you delete from an event they are gone for good. If deleted from an album it's only removed from that album.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Lost internet access after 10.10.2 update

    Since the OSX 10.10.2 update my iMac (late 2008) can't access the internet anymore.
    This is what happend:
    Due to the incorrect installation of the OSX 10.10.2 update I had to reinstall OSX from the recovery disk. The installation went smoothly and OSX 10.10.2 is now installed.
    The Problem:
    The system can't connect to the internet anymore. From my Wi-Fi router (Fritzbox) the iMac gets an IP address and it is also possible to access the routers GUI via web browser by entering the router IP. If i enter a www. address in my web browser (Firefox) i'm getting the message "no internet access". The same thing happens with other browsers or programs which want access on the Internet. But My MacBook and Windows PC can easily access on the internet, so i can exclude a problem with the router or modem.
    Here's what I've tried, without success:
    - Disabled OSX firewall
    - Little Snitch deactivated
    - Disabled Avira Antivirus
    - Enter the IP address instead of www in your web browser
    - Hosts file in /private/etc deleted
    - Restarted the router, modem and iMac
    - Go through OSX Network Diagnostics
    - Reinstalled OSX 10.10.2 i
    - Little Snitch completely uninstalled
    - Connected the iMac directly to the router via LAN cable
    - Various alternative DNS server (Google, openDNS)
    - The DNS cache emptied via terminal command
    - deleted all preference files in Macintosh HD/Library/Preferences/SystemConfiguration containing "wifi", "network", "nat", "preferences" and "airport"
    All of these things didn't help at all and no web browser or other program is able to access the internet. Any ideas what to do further?

    Internet – can’t connect - Yosemite
    Internet – can’t connect - Yosemite (2)
    Try running the combo update.
    10.10.2 Combo Update

  • Scheduled for Outbound processing - SMQ2 has 0 entries!

    Hi !
    After a XI server reboot because of a JCO communication failure, there were a lot of messages stuck in queues. We executed manually the LUWs and everything went ok, but we still have some messages with "Scheduled for Outbound processing" status in SXMB_MONI (right black arrow icon) and its queues are all empty via SMQ2.
    Those messages were sent EOIO.
    What should we do? restart manually each message in order?
    Thanks!
    Regards,
    Matias.

    Hi Sreenivas!
    There is no audit log, because the message with Waiting status is in Integration Engine, not in Adapter Engine. The audit log for the process of getting the message to enter XI went OK, all steps are in Success in audit log...but there is no audit log for "leaving" XI.
    If I restart each message manually, they go ok...is there any way to ensure the EOIO order and make XI to resend them in order?
    Regards,
    Matias.

  • Kodak Gallery Help

    Hi. I just upgraded to Ilife 09. After i upload say 100 pics, ill delete 50 by hitting the delete button. Then to add to Kodak Gallery, I drag/drop my iphoto event ( which says it now has 50 pics) and for some reason Kodak says, "uploading 100 photos." Anyway, why all of a sudden does it not just upload the 50 i kept, ye seems to upload everything including the ones ive deleted? thanks for the help

    All iPhoto versions had to have its trash bin emptied via the iPHoto->Empty Trash menu option. Otherwise the files just gather in the Trash bin. If you delete a photo from an Album it's only deleted from that album, not the library.

Maybe you are looking for

  • Who can decode this Panic Report?

    My MacBook Pro keeps crashing and it's driving me up the wall. First I get this screen: And here is the Panic Report: Interval Since Last Panic Report:  101596 sec Panics Since Last Report:          3 Anonymous UUID:                    (removed) Mon

  • When trying to update app I get a message saying " Safari cannot open page because address is invalid" help! I use iPad 1. Thank you.

    I have the iPad basic first edition. For some reason my app store app is missing. On my games when I tried to update the apps I get a message that says safari cannot open page because address is invalid, but this happens even when I click directly on

  • Touch mouse

    i have broke the mouse pad on my laptop and i need to turn it off as it keeps thinking its being used!

  • Guest Server and LDAPS

    I've recently setup our NAC Guest Server and cannot get Secure LDAP to work. The config guide says you can use ldap://server or ldaps://server. When I use ldap://server it works but doesn't when I change it to ldaps. Our LDAP server has a Verisign ce

  • Still having major importing difficulties - even with new update to 6.0.3

    I am at the point of despair. I had SO hoped that the new windows updates and iTunes 6.0.3 would solve my ongoing problems with updating but it doesn't. After a varying length of time while importing (second or two or during 2nd or third track) iTune