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

Similar Messages

  • 'Document does not contain any items' error while posting GR from BAPI

    Hello Friends,
    I am trying to post GR from BAPI 'BAPI_GOODSMVT_CREATE' but some time it post successful and some time it does not post..gives error 'Document does not contain any items'....i have search all option but did not get any solution why this error is coming....kindly help me if you have any information regarding that.
    The strange thing is i have alrady posted GR with some test data and later on again am trying to post GR with same test data but it is giving error as above.
    For your information...i am using enhancement spot in standard program for GR posting...could it give any problem.
    Regards,
    Rajkishor.

    Solved by my self...problem was i were using enhancement spot in standard program because of this it was creating problem have search new enhancement spot and put my code out there now it is working fine.
    Thanku very much all of you for your reply.

  • Getting error while posting doc using BAPI BAPI_ACC_DOCUMENT_POST

    Hi,
    I am passing the value for posting key in BAPI through TAX_CODE field in ACCOUNTGL (parameter name under tables).
    It is giving error "Tax code 01 in procedure TAXR0 is invalid".
    Can anyone help me to solve this .

    Try in these :
    BAPI_ACC_DOCUMENT_POST error
    Error in using BAPI_ACC_DOCUMENT_POST (urgent!!)
    BAPI_ACC_DOCUMENT_POST - Check error
    Regards
    Neha

  • Runtime error while posting a document (FB70/FBS1)

    Hi
    I am getting a runtime error while posting a document through FB70 or FBS1 .
    The erro description tells The type "CL_BCS_OBJHEAD" is unknown.
    And the program dumps in Function module SO_KPRO_DECIDE.
    Has any one faced this problem?

    Hi,
    Please check the psoting date and also the reversal  date in FBS1. Please check when you have posted the document and when you want ot reverse the same.
    Thank you,
    Shilpa.

  • ALE error while posting payroll data

    Hi all,
    We are trying to set up payroll posting via ALE interface. We have done the following settings
    1. Distribution model setup with filters on for standard bapi's
    2. Partner profile setup
    3. RFC destination setup
    When we try to post payroll data,it was returned with the following errors
           RFC destination is not maintained for object BUS6001 and method PRECHECKPAYROLLACCOUNTASSIGN
           The account assignment objects could not be checked
           RFC destination is not maintained for object BUS6004 and method CHECK
           The G/L account could not be checked
    We verified RFC destination and it is working fine. I have searched all possible links in SCN, but unable to get the solution.
    Can someone help in this issue?

    Hi,
    Using tcode pc_payresult please check whether the off-cycle payroll is executed again in period 06-2010. If yes then try to post off-cycle payroll separately (PC00_M99_CIPE - Create Posting Run) by entering "Off-Cycle Payroll Run" parameters. May be you will get an error while posting this off-cycle payroll because this payroll is already posted. In this case you will have to reverse the existing off-cycle posting and then post off-cycle payroll again.
    Once off-cycle payroll is posted, then you try to post normal monthly payroll.
    I hope your problem will be solved by doing the above work out.
    Regards,
    Waqas Rashid

  • [SOLVED] Strange error while compiling packages via AUR

    I've been facing this error while compiling packages via AUR. I'm also posting the output of my /etc/makepkg.conf
    Error
    ==> Starting build()...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether cc supports -O2... yes
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GSTREAMER... yes
    checking for GSTREAMER_GTK... yes
    checking for XOpenDisplay in -lX11... yes
    checking for ncursesw5-config... /usr/bin/ncursesw5-config
    checking for initscr in -lncurses... yes
    checking whether gcc supports -Wall... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating docs/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    fatal: Not a git repository (or any of the parent directories): .git
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-hellknight/aur-gst123/src/gst123-0.2.0/build-aux/missing --run aclocal-1.11 -Wno-portability
    sh: autom4te: command not found
    aclocal-1.11: autom4te failed with exit status: 127
    make: *** [aclocal.m4] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build gst123.
    ==> Restart building gst123 ? [y/N]
    ==> -------------------------------
    ==>
    /etc/makepkg.conf
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=amdfam10 -mtune=generic -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j8"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Last edited by tarun.hellknight (2011-04-12 15:45:26)

    That's strange... it wasn't installed.. although I had never,ever faced a problem while compiling packages via AUR.. maybe, I should be careful when uninstalling orphans.. thanks for the help..

  • Error while posting a write up for asset belonging to affiliated company

    Hi,
    I am facing an error while posting a write up for an asset which belong to an affiliated company. Error is
    Transaction type 790 not possible (posting to affiliated company)
    Message no. AA390
    I am using Transaction type 711 which is linked to 790 in custo. Kinldy let me know how to resolve this issue.
    Thanks
    Pragya

    Hi
    According to this note for document type used, we should not select the 'inter company posting' or 'enter trading partner indicator'
    but as i m doing writeup for asset belonging to affiliated company, so i need to set this indicator. the document type used is standard AA
    Is there any other way, to resolve the issue
    Thanks
    Pragya

  • Error while posting depot excise invoice

    Dear SAP Experts,
    We are continually facing the following error while posting "Depot
    Excise Invoice" on Production sever
    "Error in allocating Depot Invoice number interval not found Number
    object J_1IDEPINV"
    Message no is 8I336
    We have already maintained the number interval for the above object i.e
    J_1IDEPINV with respective series group 62.
    Here is the business process:
    1. First, we make transfer posting thr’ MB1B. We get material doc no
    2. Second, we make selection for RG23D for this material doc thr’ J1IJ.
    RG 23D register gets updated
    3. Third, we make ‘verify/post’ thr’ J1IJ itself. Here we are getting the
    error when we post it.
    Please do needful.
    Its an urgent isue
    Regards
    Tushar

    hello,
    In transaction SNRO check number range for object J_1IDEPINV. There you choose number intervals abd check number intervals.
    Regards
    Kedar Kulkarni

  • Tax code error while posting Planned delivery costs in Import Scenario

    Hi!!!!!
    I am getting on error while posting Planned delivery costs in MIRO for Import Purchase Order with zero value tax code v0. The error is
    "Tax code V0 country IN does not exist in procedure ZAXINN"
    For Import I defined a pricing procedure which contains all condition types for CVD, Ecess, SEcess, Additional Customs Duty and Others.
    While making Import PO im putting V0 tax code. I assigned the Tax Codes to the Company code.
    Please let me know what config is missing.
    Regards,
    Durga

    Is you ZAXINN assigned to the country India
    and is your taxcode (created in FTXP) created for country India?
    kr
    hakan

  • Error while posting the parked document in ECC 6.0

    Hello ABAPers,
    After upgrade from R/3 4.6c to ECC 6.0, when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT".
    Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.
    Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.
    On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes i.e it shows only 4-5 rows and hence only 4 tax types passes to the screen and remaining is left out and error is thrown. This results in document not getting posted.
    But in 4.6 c a bigger screen pops up and no error is thrwon.
    We are not able to check FBVB directly, since it does'nt allow Direct call to this transaction.
    We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.
    Could you please help us in resolving this issue/ let us know if any configuration/ screen variant change is required?
    Thanks!
    Regards,
    M M Jaffer.

    Hello Nabheet ,
    It is a standard code. We are calling the FM  'PRELIMINIARY_POSTING_POST_ALL'  for posting the parked document. The FM calls internally another FM 'POSTING_INTERFACE_DOCUMENT'. This calls the transaction FBVB where we get the above error.
    Thanks.

  • Error while posting parked documents

    HI ALL,
    After upgrade when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT"
    Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.
    Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.
    On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes.
    But in 4.6 c a bigger screen pops up and no error is thrwon.
    We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.
    Please check it.
    Thanks!

    Hi,
    Please follow as given below:
    1. Use T.Code KO31 and enter order and deactivate the control
    2. Then try to post the parked document
    3. And use T.Code KO30 and enter the order to activate the control
    Some times system will check budget availability which already commited for parked documents.
    Hope it will work.
    Chandu

  • Error while posting asset aquisition

    Hi to All,
    I am getting following error while posting aquisition entry.
    "Company code 211 manages parallel currencies in Asset Accounting. For each area that posts automatically online to FI, you have to define one dependent depreciation area that adopts both identical values and depreciation terms from depreciation area 01, and which is assigned to currency type 30 and currency GBP. There is no depreciation area of this type defined for depreciation area 01"
    I had made all settings what the error says above but still error persists.
    PLEASE ITS VERY URGENT
    tanuja

    Hi tanuja,
    Please check the setting in the T- code OABT.
    If it helps pls reward some points.
    JS

  • ErroR while posting J1IH (TR6)

    Hello Everybody
    I had the following error while posting J1ih.
    Balancing field "Profit Center" in line item 001 not filled
    In FB50 the following entry was posted with profit center PH1000
    PLA On Hold A/C Dr  25000
        to Bank Account Cr 25000
    When i am trying T Code J1IH
    PLA On Hold A/C Cr  25000
    Basic Excise Duty A/C Dr 22000
    ECS                            Dr 2000
    SECS                          Dr 1000
    When i save it the above mentioned error comes.
    Please Help
    Sunil Kumar

    The profit center is defined as a mandatory criteria for document splitting in your config in SPRO- General Ledger accounting (New)->Bus transactions->Doc splitting->Define doc split charact for GL accounting.
    So somehow it is not getting dervied for the PLA line item. Check the following:
    1. The PLA on hold account is maintained in SPRO in Classify GL accounts for document splitting under the correct category. (menu path same as above upto Doc splitting)
    2. The document type for J1IH is maintained with the correct variant in Classify doc types for splitting.
    Thanks and regards
    Kedar

  • Error while posting FB60 -

    Hi,
    I am getting the below error while posting Vendor invoice FB60. Please help me...
    Constant ! for Ledger ZWN00 does not contain any value*
    Message no. GLT2301
    Thanks
    Kishore

    Hi,
    May be the company code assignment to specified special purpose ledger have the real time posting.
    VVR

  • Error while posting sec.HighEd cess (1%) in J1iin.

    we got following error while posting excise invoice J1IIN. all excise rates/values (10%,2%,1%) are coming properly in J1iin. if we remove excise duty 1% sec-high-ed-cess, than excise accounting entries posted properly in J1iin. but excise duty 1% (sec-high-ed-cess ) is there, than problem in posting, below amount 0.10 INR is of sec-high-ed-cess.
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount ' 0,10' and currency key 'INR'.
    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.
    and.....
    System failure during locking GLaccount 1001 by 21150105
    Message no. 8I076
    reply me.  Text Removed
    Edited by: Lakshmipathi on Jan 13, 2012 6:42 PM
    Please dont add such comments

    Hey,
    I have already replied to your thread for F5702 error.
    G/L account locking error occurs when two or more users try to post to the same g/L account at the same time.
    Regards,
    Brinda

Maybe you are looking for

  • Reading A String at a random location in a file

    Question: Given a file of English words (a dictionary file I guess�), delimited by commas, I want to know if it is possible to write a java program that can read a random word from the dictionary file and store it into a String. If this is possible,

  • IPsec over GRE not coming up, cant see why, debug inc...

    Hi all, Rattling my brains here, as far as i can see everything is fine, it should be working, but for some reason its not, and i cant see anything in the debug thats hinting to the reason why, can anyone help me out with this? im normally good at th

  • XI 3.0 queues stop and deactivate

    Hi, We are getting everyday the same problems with XBTO* queues. With a set of Idocs (about 200-500) entering in XI 3.0, usually LUW's are stoped in queues XBTO* (scheduled for outbound). We have registered this type of queues and the properties are:

  • # appearing in standard text.

    Hello, I have created a standard text and using the text in a smartform. There are many words with apostrope in them. For eg consumer's. But when it is printed in the smartform , the text is printed as consumer#s. Other standard texts which contains

  • How to calculate period between date/time?

    All, I have not been able to find any function module that does this. I have a create date/time from a table (VBAK). I need to calculate the difference in days/hours/minutes (seconds not needed) between the date in this table and the current date/tim