Hi  all......................i have a query related to spl bus process

hi all hero's,
i have a query related to spl bus process.
while configuration of spl bus process there is no any problem and while it comes to billing
a ticket will rise and its integration with fi-sd  and i e
missing data G/L account.
can any body solve it plz
regards,
balaji

G/L assignment requires to be maintained in T.Code VKOA.
If you check where the error is:
T.Code: VF02 - Enter Billing Document Number --> "(on the topmost Blue line) Environment --> Account Determination analysis --> Revenue Account.
Here  you will get all the condition type & you can analyse where theerror is.
Regards,
Rajesh Banka

Similar Messages

  • I have a query relating to creation of Business Partner in CRM

    Hi Group,
    I have a requirement that, I need to created a Business Partner in CRM by using a BAPI. I don't have an idea of which BAPI to be used for doing this.
    So please kindly provide me the details of the BAPI to fulfil this requirement.
    I need your valuable suggestions on this issue.
    thanks in advance.
    Regards,
    Vishnu.

    Vishnu,
    You can use 'BAPI_BUPA_CREATE_FROM_DATA' to create BP's in CRM .
    Look under CRM General&Framework forum,search for this BAPI you get tons of threads with examples.
    Thanks,
    Thirumala.

  • Query  related to the transfer of the control to the other controller.

    Hi all,
    I have a query related to the transfer of the control to the other controller.
    I have components A and B .From a view of component A I neeed to open a window which belong to component B.Problem is that ,if I use create_window_for_cmp_usage( ) and the open( ) method and after that there is some code,then that code is getting executed before the window is opening.
    I want that the control should be back to the these code after the window is poped up and  after clossing the window. 
    Eg
    method ONACTIONOPEN_WINDOW .
    DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_window_for_cmp_usage(
                         interface_view_name    = 'ZHELLO_WORLD'
                         component_usage_name   = 'USAGE_HELLO'
                       title                  =
                       close_in_any_case      = abap_true
                         message_display_mode   = if_wd_window=>co_msg_display_mode_selected
      lo_window->open( ).
      data a type i.
      data b type i.
      a = 2.
      b = 3.
      a = a + b.
    endmethod.
    In this case I am calling  ONACTIONOPEN_WINDOW method.But before opening the window the a iscalculated here.I want that after popuping  the window the calculations should be done .
    How will I achieve this.
    Thanks in advance.
    Edited by: vaibhav nirmal on Nov 25, 2008 6:42 AM

    Hi,
    You will have to do your calculation as an event in your new window, or capture the closing of the new window as an event in your currenbt view and do your calculations in the event.
    Regards,
    Shruthi R

  • Query related to User License.

    Hi all,
    I have some query related to User License.
    If we have 250 no of user license( with one developer),
    can we use them individually on DEV, QAS & PRD ?
    can we use them individually on differrent clients?
    what abt users on 000 client. Is they should different license or come under same group.
    Regards,
    shan

    Contact you SAP Account Manager.
    Regards
    Juan

  • Query related to OA framework.

    HI all,
    I have one query related to OA framework.
    Query : I have one business requirement to add/update one choice fields on receivables page and base on user input’s I have to add this choice in sql query and want to display result that is controller .( As of now everything is there only I want to add one more choice on page ).
    So I am looking for solution what to do . As I am new in OA framework.
    First of all I want to pull out all files and want to check /modify on my user desktop once it will work normal then I will start modify .
    So for that what I have to do (I have to pull out all files from server ) . ?
    Thanks in advance,
    Raj

    Raj,
    I have already replied that you will find the details for setup in some of the old threads. Its always better to look into old threads for generic issues. If you have got any specific OAF issue, ppl are always here to help you.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Query relating to the creation of Managed Service Accounts

    Hi Folks
    I am studying for my 70-411 exam and have a query relating to the creation of Managed Service Accounts.
    I have successfully created an MSA account named 'MSATest' on a DC  using:
     new-adserviceaccount -name msatest –dnshostname home-dc-01 -passthru
    and
     add-AdcomputerServiceAccount -identity home-ap-01 -serviceaccount msatest -passthru
    However the guide that I am using now says that I now need to run:  Install-ADServiceAccount on the host computer in the domain to install the MSA in order to make available it available for use by services.
    So on my member server (home-ap-01) I have installed the Active Directory Module for powershell and ran:
    PS C:\Users\administrator.PCECORP> Install-ADServiceAccount -Identity msatest
    Install-ADServiceAccount : Cannot install service account. Error Message: 'An
    unspecified error has occurred'.
    At line:1 char:1
    + Install-ADServiceAccount -Identity msatest
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : WriteError: (msatest:String) [Install-ADServiceA
       ccount], ADException
        + FullyQualifiedErrorId : InstallADServiceAccount:PerformOperation:Install
       ServiceAcccountFailure,Microsoft.ActiveDirectory.Management.Commands.Insta
      llADServiceAccount
    PS C:\Users\administrator.PCECORP>
    However this errors, Have I misunderstood the purpose of the Install-ADServiceAccount ?  or am I doing something wrong?
    Thanks in advance for you help.

    Try using  -RestrictToSingleComputer parameter when creating service account with New-ADServiceAccount.
    Gleb.
    Hi Gleb
    Thank you for your help, it is appreciated.  That did the trick.
    All the best.

  • Query related to SAP

    I have a query relating to SAP, specifically when using the Create New Session button. In the past when using this button, it has always created a new SAP session with the window displaying the SAP Easy Access  User Menu... front end, with all my favourite transactions listed. However, recently this user menu has disappeared and the window is blank, meaning I have to type the transaction in the top left box, which, whilst not preventing use, is a little annoying and awkward!
    I dont believe I have changed any options recently and can find no settings that look like they would bring the user menu back but it would be really useful if it did! (It is probably worth mentioning that this only occurs when creating a new session; when starting a new SAP session in the first instance, the user menu appears...)
    Please help me out
    Many Thanks,
    Sunny

    Hi,
    SAP GUI version - 7.10
    i am using a desktop, tried logging in another desktop ,same problem.
    Recently there is a HARDWARE migration occured , might be this also effects the settings ?
    please Advise.
    Sunny

  • Query related to multiple attachments in mail adapter

    Hi,
    I have a query related to multiple attachments in receiver mail adapter.
    I have successfully configured mail related scenarios but now I have another requirement in which I have multiple source files in one directory and I want to send one mail for multiple files as mail attachment using receiver mail adapter. Can anybody help me how to achieve multiple attachments in reciever mail adapter.
    To clarify the requirement more let us take an example
    Ex: I have 5 input files in the source which I pick up using additional files option in the sender file adapter, now I want to send those 5 files into one mail with 5 attachments. Can anybody explain how 5 different payload will be sent as multiple attachments in one mail.
    For your information I used, options like "keep attachments" , some parameters in module processesors etcs...but not able to find out as how exactly it will be achieved.......I dont want to use BPM collect pattern for this.....
    Need your help on this issue. Please suggest the solution as how it can be achieved using receiver mail adapter.
    Thanks & Regards
    Prabhat

    Hi,
    I resolved the issue on my own. Thanks for your help and support.
    Thanks & Regards
    Prabhat

  • Query related to RAC architecture...

    Hi All,
    I have few question related to ORACLE 10g/11gRAC setup. I guess internal architecuture of both won't be change much except adding of new concept "Scan IP" and might be some other which I dont know perfreclty.
    I have two node cluster setup.
    My question are:
    1- if I want to run batch job, which is actually performing DML statment [ combination of insert,update and delete] so It's recommended to run batch job in all nodes. Because at the same time other operation is also performed on this RAC setup and it might be slow down DB performance because bulky DML transaction. Is it advisable to run this batch on just single node?
    2- if I want to run some jobs [dbms_jobs] on specific nodes then how can I control it?
    3- if I want to perform single node action in RAC environment, then I can does this by giving "alter system set cluster_database=false scope=spfile sid=*" [ like enable archive log mode] . So what is the difference between run this ALTER command and if I down one node through "srvctl" command line utility?
    4- In my application I have few transaction which is having nested loops and internally called procedures/triggers and all mix type of workload. If suddenly one node goes down then what happen if my transaction runninh on this nodes? I read few pdfs and came to knwo that all runnign transaction needs to be rollback so what happen if my application internally already commit at some level? does this measn inconsistent data?
    IF anybody having any idea about any point out of these 4 points then guide me please.
    Thanks...

    1- if I want to run batch job, which is actually performing DML statment [ combination of insert,update and delete] so It's recommended to run batch job in all nodes. Because at the same time other operation is also performed on this RAC setup and it might be slow down DB performance because bulky DML transaction. Is it advisable to run this batch on just single node?It is not advisable, as by doing so you disallow Oracle to distribute the workload.
    2- if I want to run some jobs [dbms_jobs] on specific nodes then how can I control it?First of all, since 10g dbms_job is obsolete. Secondly dbms_job.submit has a parameter to submit the job to a specific instance. The default is the local instance.
    As this is documented, this question can be answered in more detail by yourself by reading the documentation.
    3- if I want to perform single node action in RAC environment, then I can does this by giving "alter system set cluster_database=false scope=spfile sid=*" [ like enable archive log mode] . So what is the difference between run this ALTER command and if I down one node through "srvctl" command line utility?Alter system set cluster_database=false stops the cluster as soon as you reboot the database.
    srvctl stop instance just removes one instance from the cluster, with potential failover, the cluster continues to function.
    4- In my application I have few transaction which is having nested loops and internally called procedures/triggers and all mix type of workload. If suddenly one node goes down then what happen if my transaction runninh on this nodes? I read few pdfs and came to knwo that all runnign transaction needs to be rollback so what happen if my application internally already commit at some level? does this measn inconsistent data?Well, it means you are committing too often, doesn't it? You commit before a logical transaction ends. And yes, this means inconsistent data, as it would have meant on a single instance database.
    It also means your application is up for the dust bin, and a thorough revision.
    Sybrand Bakker
    Senior Oracle DBA

  • Query related to replication method supported by ORACLE in 10g...

    Hi All,
    I have few question related to ORACLE replication methods. I have two database on different machine and I want to copy at schema level from source to target database.
    for this I have few queries related to Replication method as stated below:
    1- I have two option one is Materailized view and another is Stream.
    2- if I go for Materialized view then what it's advantage in compare to Stream?
    3- if I go for Stream replication then what it's benefits?
    4- For stream replication I have read that its require to set "global_names=true", with out this can we able to setup stream replication?
    Please suggest me optimal solution.
    Thanks....

    Hello,
    4- For stream replication I have read that its require to set "global_names=true", with out this can we able to setup stream replication?Anyway, when you manage Distributed Database, it's always recommended to set global_names=true. By that way you enforce that a dblink has same name as the DB it connects to.
    Else about Stream the both (Source and Target) databases should be in Archivelog mode.
    More over, Stream Replication allow to replicate DDL change (for instance you add a column on a Table), and have much more features than Materalized Views. If you want to share datas among several databases, Stream is an interesting technology.
    Materialized view is more suitable on DSS database.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Query related to withhold tax

    Hi  Freinds,
    This is mamatha i have a query related to withhold tax .what is diff b/w business place and section code.what is importance of section code.
    Regards
    S Mamatha
    Please, search SDN

    For India, witholding tax, you need to create the business place and section code with the same id.
    Section code is additional field provided by sap for tds related processig, reports etc.
    Regards,
    SDNer

  • Count all records in a query

    Hi all,
    I have a query for debtors. This query is working fine. In query output, I just want a number that contains total no of records present in a query. How can i do that? Is that possible in BI??
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd

    Just create a New formula in the querry and put in the formula... in the result column u will get the desired out put....
    Khaja

  • Display count of all records in a query on VC

    Hi all,
    I have a query for debtors. I want that on VC, only the no of document present in that query should be displayed instead of all documents in a chart or table. Is that possible on dash board? If yes then how??
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

    If it's an SQL query then do a: "select count(*) from table_debtors where ......"
    Or you can use the Sigma operator. Just add this between your data source and the output table. When configuring the operator choose "count" for the fields.
    Henning
    Edited by: Henning Strand on Jan 22, 2008 8:04 AM

  • Queries related to calibration inspection process

    I have some queries related to calibration business process.They are as follows:-
    1.Which equipment category do we choose, Q or P?
    2.While creating a maintenance plan,which category do we choose, maintenance order or quality maintenance order?
    3.Is it that we can't do a time confirmation before results recording?If I try to do so,I get this message"No open operation recieving confirmation entries for order".
    4.While I create my maintenance plan,I get this message, a counter could not be defined for the reference object.Why so?
    5.After usage decision,if I lock my equipment for further use,the equipment has the status both AVLB and NPRT.Why?
    6.Can I create my calibration order manually and assign equipment task list.If so,how?
    7.While creating my test equipment,for the PRT tab,the task list usage becomes a mandatory field.What setting is done for this task list usage to become a mandatory field?
    Edited by: Pallavi Kakoti on Feb 2, 2012 8:19 AM

    Hi
    1.Which equipment category do we choose, Q or P?
    Ans:
    Q is normaly used for Instruments,Lab equipments
    P also used for Production/process related equipments needs calibrations often
    2.While creating a maintenance plan,which category do we choose, maintenance order or quality maintenance order?
    Ans:
    Its all depends on config you have did. if Quality maintenance order should be linked to inspection type.can be used.
    we can not used maintenance order if it is not linked to inspection type 14.
    3.Is it that we can't do a time confirmation before results recording?If I try to do so,I get this message"No open operation recieving confirmation entries for order".
    Ans:
    You can do time confirmation after result recording, then UD.after UD ,order will be TECOed automaticlay.
    4.While I create my maintenance plan,I get this message, a counter could not be defined for the reference object.Why so?
    Ans:
    Check any measuring counters created for the equipments,
    5.After usage decision,if I lock my equipment for further use,the equipment has the status both AVLB and NPRT.Why?
    Ans:
    After UD, system changes the status NPRT for the equipments have PRT view only.
    if PRT view maintained in the equipment, system status remains AVLB.
    If you dont to use the equipment after UD-Reject,have to go development using user status.
    6.Can I create my calibration order manually and assign equipment task list.If so,how?
    Ans:
    Yes. you can
    Create task list with 300 inspection point, assign when u create order
    also you can have manual call in the maintenance plans.

  • I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.​Please help me for that.

    I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.Please help me for that.
    1.)If i am using the continuous output mode.and the size of generated data is less than 32 MB.If i want to preload the memory,what should i do?I want that first of all i load all my data to onboard memory & then i want to make start the transfer between 6534 & peripheral.Is it possible?As per me it should be.Plz tell me how should i do this?I think that in normal procedure the transfer between 6534-peripheral & outputting data from pc buffer to onboard memory works parallely.But i don't want this.Is it poss
    ible?
    (2).Similarly in finite input operation(pattern I/O) is it possible to preload the memory and then i read it?Because i think that the PC memory will be loaded automatically when 6534 acquires the data and then when we use DIO read vi the pc buffer data will be transferred to application buffer.If this is true,i do not want this.Is it possible?
    (3) One more question is there if i am using normal operation onboard memory will be used bydefault right?Now if i want to use DMA and if i have data of 512 bytes to acquire.How will it work and how should i do it?Please tell me the sequence of operations.As per my knowledge in normal DMA operation we have 32 Bytes FIFO is there so after acquisition of 32 bytes only i can read it.How it will known to me that 32 bytes acquisition is complete?Next,If i want to acquire each byte separately using DMA interrupts what should i do?Provide me the name of sourse from which i can get details about onboard memory & DMA process of 6534 specifically
    (4).In 6534 pattern Input mode,if i want to but only 10 bits of data.and i don't want to waste any data line what should i do?

    Hi Vishal,
    I'll try to answer your questions as best I can.
    1) It is definitely possible to preload data to the 32MB memory (per group) and start the acquisition after you have preloaded the memory. There are example programs on ni.com/support under Example Code for pattern generation and the 6534 that demonstrate which functions to use for this. Also, if your PC memory buffer is less than 32MB, it will automatically be loaded to the card. If you are in continuous mode however, you can choose to loop using the on-board memory or you can constantly be reading the PC memory buffer as you update it with your application environment.
    2) Yes, your data will automatically be loaded into the card's onboard memory. It will however be transferred as quickly as possible to the DMA FIFO on the card and then transferred to the PC memory buffer through DMA. It is not going to wait until the whole onboard memory is filled before it transfers. It will transfer throughout the acquisition process.
    3) Vishal, searching the example programs will give you many of the details of programming this type of application. I don't know you application software so I can't give you the exact functions but it is easiest to look at the examples on the net (or the shipping examples with your software). Now if you are acquiring 512 bytes of data, you will start to fill your onboard memory and at the same time, data will be sent to the DMA FIFO. When the FIFO is ready to send data to the PC memory buffer, it will (the exact algorithm is dependent on many things regarding how large the DMA packet is etc.).
    4) If I understand you correctly, you want to know if you waste the other 6 bits if you only need to acquire on 10 lines. The answer to this is Yes. Although you are only acquiring 10 bits, it is acquired as a complete word (16bits) and packed and sent using DMA. You application software (NI-DAQ driver) will filter out the last 6 bits of non-data.
    Hope that answers your questions. Once again, the example code on the NI site is a great place to start this type of project. Have a good day.
    Ron

Maybe you are looking for

  • Acrobat increases size of file when no text is present

    I an using Acrobat 9.  I have a certificate returned from the printers and the size is 115Kb.  I have put 8 lines of text on the entire document and the email size increase to 2985 Kb - no images or pictures in my text.  If I remove all the text and

  • Best way to create animation in Flash and import into Premier Elements?

    Very short, 5-10 seconds, very simple animation. I would like to import it as my intro but I don't know what file format to export as from Flash, that would import well into PE? I am using Flash CS5 and PE 10. On a Mac 10.6.8... Thank you

  • Why is my final swf so slow/stuttering?

    Need help cause Im going out of my mind. I have created a webpage with some frame by frame animations and I've tried it in Flash at different simulated download speeds and it works perfect. But when uploaded to internet it runs like slowmotion in bot

  • Video in Quiz Feedback?

    Hi, I am creating an e-learning course with a digital agent who guides the learner through the course. During the quizzes, I want to have the agent  deliver the feedback. I'm using Adobe Captivate 5, and the agent is being generated from another prog

  • Music app crashes connecting to shared library

    I have an iPad 2 that is trying to connect to a shared library on my iMac.  Whenever I try to connect, I get the wait spinning icon and eventually the music app on the iPad just crashes (exits). I have a couple AppleTVs in the house and they connect