POS inboud program G/L account

HI Gurus,
I have a problem in Business area/assignement fields in Accounting documents.
Actually we have two programs.
program1: get a flat file and uploads into SAP , this is POS inbound program and creates a IDOC of type WPUBON01.
when we check in WPER we can see Billing document and material documents created.
process behind this is: The flat file data is collected into idoc WPUBON01 and posted into application ( all the setting are done).
before posting into application , the plant is considered as business area for accouting document.
i.e; export '<plantname>' to memory id 'MEM1'.
then the IDOC application is posted and when we check WPER we can see Material document and Billing document.
When double click on billing document and go to accounting doc we can see the business area field filled with the plant name.
Program 1 worlks fine.
Program2: This program is same as above but this program has input parameter of folder where all the files are present.
this program gets each file one by one and post into the application and billing document and matreial document created.
but when we double cllcik the billing document and check the acouting document the plant name does not exists in the business area.
The program coding is correct.
do you have any idea.. its aurgent...
regards,
Nazeer

HI ,
The program 2 is same as program 1 the only change is in the input parameter where we give applicaiton server folder and the program get all the files and process each one by one.
The data is posted via IDOCS.
Fill the idoc then there is a FM which post the data into application when we pass the IDOC data.before this the business area is set
Export '<plantname> to memory id 'MEM1'.
for program 1 its working where as for program 2 the WPER returns an error filed business area missing in G/L acount.
I dont understand, I debug 2nd program and every thing is fine.
Please let me know how to pass the busniess area when posting.
regards,
Nazeer

Similar Messages

  • What is a good banking finance program for personal accounting?

    What is a good banking finance program for personal accounting?

    One that I use and like is iBank. http://www.iggsoftware.com/ibank/

  • Migrating open POs and GR/IR clearing account balance

    Hello gurus,
    I've got the following problem concerning migration of open POs:
    For example: In my source system there is a PO for 10 pcs. of some material. There has been a goods receipt for 5 pcs. (200$ each).
    Now, when I import this order and the corresponding purchase order history into my target system (using LSMW), the target system creates the order, a material document for 5 pcs. and an account document.
    But of course, our FI-team also has to migrate the balance of the 'old' GR/IR clearing account.
    So, the balance in the source system is <> 0 (e.g. 1000$), because the 5 pcs. have been delivered but there has been no invoice receipt yet.
    This balance is imported into the new system and then the open orders are migrated, generating an account document and thus, the balance is 2000$ afterwards.
    This obviously is not correct, so I am sure that I am missing something, just what?
    Thanks
    Alicia

    Hi,
    1. There will be an open PO uploaded for 5 qty and price 200$ each
    2. Opening Balance of Material - 5 qty and corresponding value to Stock A/c - 1000$
    3. Also there will be Vendor Balances uploaded in the system as 1000$ against the invoice. (If the invoice is still expected then chec with FI Users if they can get invoice form vendor)
    if no then do not upload initial stock entry of step2, create a PO of 10 qty and then do GR in system (SAP).

  • One FileVault won't open, programs on other account won't start

    My fiancee has had problems on her 2006-era MacBook Pro 15". She has FileVault on her primary account, and one other administrator account she doesn't use. Recently, the computer froze while running, and upon reboot it couldn't load up the primary account (with FileVault). It said something about a read/write error.
    This isn't the first time this has happened - we had to use DiskWarrior to fix that same FileVault a couple months back - so I knew the drill enough to load up the other admin account to try to repair things. But this time, some programs (including DiskWarrior and Safari) wouldn't run properly from that other account: they'd show a bouncing icon in the dock for a couple minutes and then shut down with no error message.
    I tried running Disk Utility to scan the hard drive, but it freezes the whole computer (meaning I can't even force-quit the program) every time I try.
    I'm thinking the hard drive is in pretty bad shape and probably needs to be replaced. Fair enough. But is there any way to salvage some documents from the FileVault-protected account? I have the password and everything for it, but it won't open, and I can't get DiskWarrior or Disk Utility to repair it from the other admin account.

    I'm not sure there's a way to recover those files unless you can log into the account. Perhaps the whole drive can be cloned onto an external HDD (e.g. with Carbon Copy Cloner or SuperDuper) and then the account can be accessed.
    FYI, I strongly recommend against using FileFault (intentional misspelling). Since all of the data are stored in a single, large disk image, any file directory issue locks the whole thing up, as you have found.
    Once you get things back to normal (one way or another), instead of FileVault, I'd recommend creating a secure disk image (using Disk Utility) and storing sensitive data there. Instructions for that are in this linked kbase article. It's smaller, therefore less likely (statistically) to be affected by directory damage, and personally I don't see the need to encrypt the entire home folder (why encrypt iTunes music, for example).

  • Can't add a program to an account in parental controls

    I'm a teacher who recently received a number of IMacs. I've set up a parental controlled account using only simple finder. I've also only allowed certain programs to be accessed via their account. My problem is that I've added the program Digicel Flipbook and want them to be able to use it. Unfortunately, it doesn't show up as one of the programs to be allowed. I've logged in and out, trying to give the students read write permissions, but it still doesn't show up. I don't want them to have full access to finder, especially with some of the built in programs that they can mess around with. Also, when we installed the program, we just dragged it into the apps folder, but it wasn't installed as a .dmg extension. It just started out as a .zip file. I don't know if this is part of the problem, but might as well throw in all the info I can. Thanks.

    Hi darkus,
    The fact that it's a .zip file doesn't matter—OS X can handle those just fine.
    I do have a question, though. I just downloaded, installed, and played around with Flipbook, and I note that if you haven't unzipped the file, Parental Controls won't allow you to add it. Have you already unzipped it?
    If you have (and it still doesn't show up), you can drag the program's icon (not the whole folder) within the Parental Controls "check the applications to allow" window. Once you drag it there, just type "flip" into the small Spotlight bar right above the window, and it should be in there.
    Hope that helps!
    —Hazy

  • Trigger program with ops$account

    Hello rvgv and  Edstevens ;
    please see trigger program output and my doubts. please clear it.
    Session 1
    SQL> show user;
    USER is "SYS"
    SQL> alter user  ops$red  identified by red;
    User altered.
    SQL> grant dba to ops$red;
    Grant succeeded.
    Session 2
    $ whoami
      red
    $ export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    $ export PATH=$PATH:$ORACLE_HOME/bin
    $ export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    $ export ORACLE_SID=orclprod
    $ sqlplus /
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 22 15:41:45 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show user;
    USER is "OPS$RED"
    SQL> select count(*) From session_privs;
      COUNT(*)
           161
    I have  two problems here ..
    select * from user_login;
    USERNAME
    ISDBA
    EXTERNAL_NAME
    AUTHENTICATION_TYPE
    HOST
    SESSION_ID
    LOGIN_DATE
    LOGIN_TIME
    OPS$RED
    FALSE
    RED
    OS
    LINUXSERVER
    711
    22-JUN-13
    14:06:52
    OPS$RED
    FALSE
    RED
    OS
    LINUXSERVER
    712
    22-JUN-13
    14:06:31
    OPS$RED
    FALSE
    RED
    OS
    LINUXSERVER
    713
    22-JUN-13
    14:06:15
    OPS$RED
    FALSE
    RED
    OS
    LINUXSERVER
    714
    22-JUN-13
    14:06:20
    OPS$RED
    FALSE
    RED
    OS
    LINUXSERVER
    715
    22-JUN-13
    14:06:06
    Question 1 :
    If user identified by password .. that user will be  database authenticated user.
    but ops$red  - still being OS authenticated account. - why ?
    Question 2 :
    Sysdba already granted  DBA privilege to ops$red.
    but still showing  ISDBA=FALSE

    Ok . i got it. and one more doubt also, Thanks  sybrand_b , sb  and all
    $ sqlplus  /
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 22 19:47:32 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show  user;
    USER  is  "OPS$RED"
    SQL> disconnect
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> !
    $ sqlplus  /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 22 19:49:01 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> show user;
    USER is ""
    For ops$<user> account :  if  they use  SQL>sqlplus  /nolog  when  connecting to  the database
               oracle is ignoring to show username. any specific reason for this ?

  • Nokia N8 program update + mail accounts

    Hi,
    I today had the software update in the update manager. After installation the Mail widgets say: Account <account>[11] not found. Delete account and add it again :-/
    I really don't want to delete my mail account and create it again, because it was enough work to create it since nokia dosn't allow mail servers which are in different domains because of ther stupid automatic mail server lookup -.- Thats a shame.
    Can anyone help?
    Thx alot

    steinerhippo wrote:
    Hi,
    I today had the software update in the update manager. After installation the Mail widgets say: Account <account>[11] not found. Delete account and add it again :-/
    I really don't want to delete my mail account and create it again, because it was enough work to create it since nokia dosn't allow mail servers which are in different domains because of ther stupid automatic mail server lookup -.- Thats a shame.
    Can anyone help?
    Thx alot
    mail programı çok dandik açıkçası.telefonuda dandik dandik diyorum çünkü ben maaşımı bu n8 yatırdım .ama şansıma neyse.artık nokia mı? asla telefon kendi kendine donup kapqanıp açılıyor .müşteri hizmetleri umursamaz yani noki adamı mağdur eder sakın almayın ben 10 senedir nokia kullqnıyordum böyle yapmaması lazımdı

  • Accessing third party programs for managed accounts w/parental controls

    Hello - I am trying to set up a managed account for a child. I have installed some third party software. When I attempt to allow access under parental controls to this software, while I can see it under the parental control screen (eg, using System Preferences), when this account is actually accessed, the program does not appear.
    I've had many problems in the past with parental controls, and would appreciate any sources, tutorials, etc on the matter!

    A post in the link FromOZ provided held the answer.
    Currently there seems to be an issue with Profile Manager and Admin account etc. According to the other thread so long as you use, user profiles the problem exists. One user in the other thread put forth that they stoped using user profiles and were using device profiles. Which seemed to fix the issue. I can confim removing all user profiles and only using device profile solves the issue.
    What I did was create a group just for each user place all there devices into that group and never touch the individual user profile again.
    Maybe this will help someone I dont know but maybe. Its a bit of a pain in the rear but now I have dictation fixed. Heres hoping the next verison of Server fixes this.
    ps.. This was a perliminary test of just a few things like VPN, WIFI, and a few settings. I dont expect it to change once, I get more indepth.
    Message was edited by: thightower added comment

  • Setting Default Settings, Programs from Admin Account

    So I am new to Macs, this may be a stupid question.
    I am the administrator on a new 24" iMac for my work. I am trying to set defaults (backgrounds, docks, desktop items, etc.) for the accounts for my staff. I want to set it up so every new account that I create has the same set of programs on the dock, the same desktop background, same default programs, same programs on-login that sort of thing.
    I imagine that this is pretty easy, but I've done some searching and came up blank. Thanks for your help!

    Set up an account as desired, and then copy the files from its home folder to the /System/Library/User Template/ folder. This needs to be done as root, and the copies in the template need to be owned by root.
    (35679)

  • Installing programs across user accounts.

    I have recently installed a whole load of new programs on my user account, but my girlfriend can't access any of these on her user account. Is there any way of doing this, without installing the same software again on the 2nd account, as surely it's on the computer somewhere already?!?

    Hi and a warm welcome to the forums!
    Was your account an Admin account?
    Did it ever ask install for all users?
    There are several Applicationd folders, one at Root for everyone, and one in each User's folder too.
    Not certain if this'd work, maybe Permissions changes needed for her to access, but you might try dragging them from your Applications folder to the one at Root, but many will have stuff in the User's Library needed elsewhere, so you really may need to re-install them all anyway.

  • Mail program with yahoo account. Comcast as my internet provider. Can't send mail.

    I use the Mail program with my yahoo account on Mac OSX. I have Comcast as my internet provider. Can't seem to send mail from the Mail program. Comcast can't figure it out. Any ideas??
    Does anyone know the actual settings I should have in Mail Preferneces and what the incoming and outgoing ports should be?
    Thanks.
    M

    Yahoo incoming
    Yahoo! Mail IMAP server address: imap.mail.yahoo.com
    Yahoo! Mail IMAP user name: Your complete Yahoo! Mail email address (including "@yahoo.com")
    Yahoo! Mail IMAP password: Your Yahoo! Mail password
    Yahoo! Mail IMAP port: 993
    Yahoo! Mail IMAP TLS/SSL required: yes
    Yahoo outging
    Yahoo! Mail SMTP server address: smtp.mail.yahoo.com
    Yahoo! Mail SMTP user name: Your full Yahoo! Mail email address (including "@yahoo.com")
    Yahoo! Mail SMTP password: Your Yahoo! Mail password
    Yahoo! Mail SMTP port: 465
    Yahoo! Mail SMTP TLS/SSL required: yes

  • Mail program : checking multiple accounts?

    Other than forwarding accounts on the web server, is there a way to ask the Mail program to check multiple accounts? I thought I had it setup correctly by setting the preferences as the following (but it does not work).
    Under "accounts" I've set up all email address address domains that I want to have arrive in my inbox, and I separated each individual address with a comma, followed by a space.
    Thanks,
    Glen
    g4 titanium laptop   Mac OS X (10.4.6)  

    Couldn't really tell from your post, but, do you have
    multiple accounts setup for each of your email
    address' with specific incoming mail servers and l/p
    for all or did you setup one account in hopes all
    addresses would be synced?
    jahaun
    They all are variations of the same domain name... eg. studio@..., glen@..., other employees@...
    So they exist at the same domain web server with one I.P address.
    Thanks,
    Glen

  • F110 Payment Program - Payee Bank Account

    Hi,
    When we do payment run, is there any place that stores that payee bank account number. Currently we have populated the vendor bank details but we cannot find the bank account saved in the payment tables - REGUH-ZBNKN? Is there any config/settings missing?
    The issue we need to resolve is that the payment run is done, then the vendor bank account is changed. When we print the payment advice, we do not want to retrieve the changed bank account but the one done during payment run. However we don't see any information on the account number being stored.
    Please advise. Thanks in advance.
    Regards,
    Janet

    Hi
    Normally the vendor bank details are stored in REGUH table, if payment run happened after the same were made available in Vendor master. Once the payment run is done, even if the bank details are changed, it will not change the same in REGUH table for that payment run.
    Probably you need to select the "Bank details" in the particular payment method/Country in FBZP, even though I believe it will not be the case. Try that.
    Jayaram

  • Payment program and bank accounts

    Hello,
    As a part of new implementation, i am creating new bank accounts and Bank GL accounts.
    I would like to get the payment run functionality working as well.
    what other information should i get from the customer and What other steps do i need to do?
    Thanks

    Hi,
    For APP Configuration you need to get below information from your client:
    1 - Bank Clearign & Payment GL Accounts
    2 - House Bank Code & Discription
    3 - Bank Account ID & Discription with Branch Address
    4 - How many Currencies allowed to pay
    5 - IBAN no (Transfer amount to other countries)
    6 - Bank Account No
    7 -  Confirm client would like to use IDoc functionality ( if clinet required IDoc, then configure WE20 - partner profile & assign payment method in house bank master)
    8 - Advances payment through APP / not
    9 - APP using outgong / incomming or both (if both crate diffrent payment methods)
    10 - Confirm Payment through CHECK / Bank Transfer or any other method.
    11 - Confirm Ranking orders Etc.............
    Regards
    Viswa

  • Someone is downloading programs using my account

    This has happened to me twice within the past three weeks. I've changed my password and I can't figure out why this is happening. If anyone at iTunes can check the IP address that's doing this, I would appreciate it. I tried reporting the problem this second time and can't even get the proper screen to come up so that I can get help from the iTunes people.

    Change your password again and contact itunes support.
    http://www.apple.com/support/itunes

Maybe you are looking for

  • Error in RCU 11.1.1.5 OIM Schema Creation

    Hi, I am trying to install OIM11g on Win2008 server, 64 bit VM. I have successfully installed and created Oracle Database 11.2. Before running RCU 11.1.1.5, I have altered the needed database system parameters. viz. open_cursors=800 processes=500 ses

  • Syncing a new iPad 2

    I am going to buy an iPad 2 whilst on holiday in the USA, I am from the UK. Do I need to take my home laptop with me to sync the new iPad 2 to my iTunes account or will it work straight out of the box without syncing?

  • Insert / Update of a TIME field using Native SQL

    Hi Oracle gurus, We are trying to perform inserts and updates within an ORACLE table where a TIME field exists without suscess. We are trying to code it using Native SQL. EXEC SQL. INSERT INTO table (field1[name], field2[age], field3[birthday], field

  • Intercompany billing document

    Created a consignment fillup order/ delivery /transferorder Unable to create a intercompany billing document IV  ... when i see the log in VF01 it says "Sales organization is not defined". Can anyone help me with this please???

  • Expired Certificate for less than one day

    My reward certificate expired last night. I thought I had one more day. Can you help?