How to get responsibilty id during po creation

sir,
i want to know about the responsibilty which is getting use during po creation as some time user uses revenue option for creation of capital po .
so want to put a check during po creation or while submitting it for approval.
regards

>
i want to know about the responsibilty which is getting use during po creation as some time user uses revenue option for creation of capital po .
so want to put a check during po creation or while submitting it for approval.This is not an Oracle question and sounds like an EBS suite - if that's the case you should go to
the forums for that. If it's a custom app, you haven't given anything like enough information, so
either find the correct forum or post back with more info.
Paul...

Similar Messages

  • How to get the changes during ABENDED replicat process

    Hi,
    I am working on Oracle GG bi-directional DML replication. I m stuck in one place.
    My target replicat process was ABENDED due to Error :- ORA-01403: no data found. I restarted my replicat process again by runing the below command
    GGSCI (db1) 30> alter replicat rep2 begin now
    GGSCI (db1) 30> start replicat rep2
    After restart the replicat process I can't see the changes on target server which I had applyed on source server during target replicat was ABENED.
    My doubt is.
    1. Is my command is correct for start the ABENDEND replicat process?
    2.How to get the changes on target server which applyed on source during ABNDED of targer replication?
    3.How to avoid the ABENDED replicat process on production server?
    4.how to track the ABENDED process in production server?
    Please HELP:(
    Edited by: NaveenK on Aug 29, 2012 3:32 AM

    NaveenK wrote:
    Hi,
    I am working on Oracle GG bi-directional DML replication. I m stuck in one place.
    My target replicat process was ABENDED due to Error :- ORA-01403: no data found. I restarted my replicat process again by runing the below command
    GGSCI (db1) 30> alter replicat rep2 begin now
    GGSCI (db1) 30> start replicat rep2
    After restart the replicat process I can't see the changes on target server which I had applyed on source server during target replicat was ABENED.
    My doubt is.
    1. Is my command is correct for start the ABENDEND replicat process?
    2.How to get the changes on target server which applyed on source during ABNDED of targer replication?
    3.How to avoid the ABENDED replicat process on production server?
    4.how to track the ABENDED process in production server?
    Please HELP:(
    Edited by: NaveenK on Aug 29, 2012 3:32 AMHi Naveen. SQL Error 1403 means row not found. Your data is out of sync and you should fix this.
    By doing begin now when this happens, you are skipping all the transactions that were "in-line" since the process ABENDED.
    You have more than one way to deal with these things, first of all you should synchronize your data! This should get rid of the 1403 errors.
    Then you can write rules using REPERROR to tell the replicat how to behave in case of errors should come up.
    Using logdump, you can read the exact row which failed and find out the next RBA to skip that specific one if required. You should also configure a DISCARDFILE to get details about errors when they happen.
    Greetings,
    N K

  • How to get SO data on PR creation using exit EXIT_SAPLMEQR_001 ?

    Dears,
    I have a requirement which involves activation of PR creation from SO.
    I have activated the exit EXIT_SAPLMEQR_001to assign source suply according to non standard rules.
    The thing is that I need to have the field VBAK-VTWEG (Distribution Channel) available to make my source supply assignments because vendors are classified based on field VTWEG.
    The only fields I have available are these ones:
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_BQPIM) LIKE  BQPIM STRUCTURE  BQPIM
    *"     VALUE(I_BANFN) LIKE  EBAN-BANFN OPTIONAL
    *"     VALUE(I_BNFPO) LIKE  EBAN-BNFPO OPTIONAL
    *"  TABLES
    *"      T_SOURCES STRUCTURE  SRC_DETERM
    *"  CHANGING
    *"     VALUE(C_BQPEX) LIKE  BQPEX STRUCTURE  BQPEX
    I tried to Sales Order from table EBKN...
    SELECT SINGLE VBELN INTO lv_VBELN from EBKN WHERE BANFN = EBAN-BANFN AND BNFPO = EBAN-BNFPO.
    The thing is that at the time the exit runs, the PR BANFN doesnt exist yet, thus, I cant find any reference SO.
    The only avaliable/interesting fields I have in this exit are:
    I_BQPIM-MATNR                                             810101
    I_BQPIM-WERKS                                             0050
    I_BQPIM-MATKL                                             40206
    I_BQPIM-OLDAT                                             00000000
    I_BQPIM-NEDAT                                             20101122
    I_BQPIM-BESKZ                                       
    I_BQPIM-SOBES                                       
    I_BQPIM-OLMNG                                             0.000
    I_BQPIM-NEMNG                                             1.000
    I_BQPIM-OLBSM                                             0.000
    I_BQPIM-NEBSM                                             0.000
    I_BQPIM-BSART                                             ZTPS
    I_BQPIM-BSTYP                                             B
    I_BQPIM-PSTYP                                             5
    I_BQPIM-BSAKZ                                       
    I_BQPIM-KZVBR                                             V
    I_BQPIM-KNTTP                                             Z
    I_BQPIM-SEQU                                       
    I_BQPIM-VORGA                                             B
    I_BQPIM-KUNNR                                             0000000882
    I_BANFN                                             4000000176
    I_BNFPO                                             00050
    And a list of source suppliers based on inforecords.
    Also no Distribution channel available or sales order information.
    Any ideas on how this could be achieved?
    Thank you in advance for any constructive suggestions,
    João Cabrita

    Hi John,
    Thanks for your suggestion. To be honest I also thought about a similar solution and applied it, though I thought it was not so clean as the one I used after.
    I have checked the ABAP stack and saw where we were "loosing" the VBAK-VTWEG.
    On the exit code I have done something like this:
    DATA: lv_vtweg                   TYPE vbak-vtweg,
                l_stru_name(20)       TYPE c            VALUE '(SAPFV45E)VBAK'.
    FIELD-SYMBOLS: -vtweg.
    And problem was solved.
    Cheers,
    João Cabrita

  • How to debug BADI BBP_SAPXML1_OUT_BADI during PO Creation and change

    Hi All,
    I have a scenario in which i need to send some additional  fields with the PO data to the XI via PROXY .
    To do this i have enhanced the proxy structure with additional fields and For mapping these fields, I created an implementation of method PURCHASEORDER of BAdI BBP_SAPXML1_OUT_BADI with filter PO ( Purchase orders ).
    But this implementation is not getting processed.
    Whenever Po is created the XI will receive the data but the additional fields are not available in XI.
    To check the code i need to debug the badi implementation .
    Can anybody please tell me why this badi is not triggered and how to debug the badi code.
    Its urgebt .
    Thanks in Advance.
    Regards,
    Naresh

    Hi Naresh,
    Go to your BADI Implementation set infinite loop in the method. Run the transaction SPPFP & set Promotion status to 0 & Processing Type as MET & execute it, Select the PO you want to debug & press F8. Goto sm50 to debug the BADI.
    Thanks

  • Active supplier getting invalid value during PR creation

    Dear all,
    Appreciate your help on the following.
    We are trying to create a non-catalog PR and while filling up the info on the dashboard, we tried selecting an active supplier under supplier name.
    Once the supplier name and the site was selected, we proceed to "Add to Cart".
    We hit an error subsequently which shows:
    Error
    Supplier Name - Select a valid value
    Any idea what's wrong?
    The supplier is a valid supplier and we selected it based on the search function + quick select.
    Thanks and Regards,
    Bobby

    Hi Sanjay,
    Went through the document and just wondering if it will be a perfect fit of the issue that we're facing now.
    This issue can only be re-produced using the said supplier. When creating a non-catalog PR using other suppliers, it can go through without any problem.
    So far, we've found 2 suppliers which is giving us the error during non-catalog PR creation.
    Thanks & Regards,
    Bobby

  • How to get System time during report generation?

    Hi,
    I am developing a template in which I am required to show data of current year only. Is there any method by which I can get system time(from which I will extract year) ?

    Thanks,
    I already have found it on page 260 of oracle bi publisher guide.
    sysdate() <?xdofx:sysdate()?> SYSDATE returns the current date and time.
    The datatype of the returned value is DATE.
    The function requires no arguments.

  • How to get feedback messages for schema creation script created by Tasks- Generate Script

    I am using sql server 2008 R2. I created a script file by using Tasks->Generate Scripts. I 
    selected option so only create statements are generated for all objects – tables, indexes, views, functions etc in the database.
    Then when I used this generated  script to create objects in another database in SSMS, it created the objects but did
     not give me any feed back, i.e., table created, view created etc. I thought my script did not run , but when I refreshed left panel 
    of SSMS and I can see all created objects.. So question is what  is needed to get 
    feedback when  sql statements are run..

    You need to add the PRINT statements yourself for that. The wizard will not do it for you.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to skip password demands during DB creation with shel scripts from DBCA

    When Generating a Database automatically with scripts from DBCA passwords are asked 2 times 1 at begining and 1 at ora.ini DB initialization.
    Should I replace lines like
    connect "SYS"/"&&sysPassword" as SYSDBA
    with the real password since its a public password for testing databases.
    P.S.
    If such small questions are not apropriate and a burden to the cmmunity you may inform me.
    Till now if I can't find something on common search keywords, I add it, believing its a contribution to the Oracle communities knowledge base

    I found the solution. As MarkDPowell pointed out, the input prompt happens cause of ACCEPT so have to comment it out.
    And I can pass my own public password as a variable with DEFINE - http://docs.oracle.com/cd/B10501_01/server.920/a90842/ch13.htm#1008884
    P.S.
    I try not leaving non-Answered threads.

  • Capture re pricing during order creation/change

    Hi,
    I have to differentiate between standard pricing and re-pricing ( when user has pressed update button on the conditions tab ) in a sales order.
    How and where can i get this information during order creation / change.
    Thanks for your replies.
    Abhishek

    hi,
    KALSM is the pricing procedure and it will be same for the document during creation and re-pricing, how dose it help in determining if user pressed update button.
    Thanks,
    Abhishek

  • How to get its initial value?

    suppose I have a textfield with a initial value of "hello",
    when the first request is hit, this value is null,
    but if I refresh the page, the value is accessible.
    How to get the value during its first request?
    Thank.

    Hi
    can you please explain what is different between prerender / init / constructor of backing bean ?
    I read the java doc but i can not understand them correctly ?
    does constructor execute if we press a button on the page?
    Thanks

  • How to get  time of entry and date  fields during creation of excise inv

    Dear all,
    During creation of Excise invoice i am getting only removal time field.
    Please guide how to get the entry time field and date.
    Regards,
    deepti

    Hi
    Deepti
    When you do J1II OR J1IIN u will find the posting date that is nothing but Date which is used when entering the document in Financial Accounting or Controlling. For time system is taking the SAP time to record the doc.
    Thx.

  • How we may by pass quality inspection during PO creation

    Hi Guru,
    How we may by pass quality inspection via selecting document type in the PO. User create dummy PO in multi level marketing indsutry in order to achieve points & awards during month end. Since all the materials subject to quality inspection, material in dummy PO also falls under quality inspection. For your kind information there is no physical movement or GR for this dummy PO. It's just created in the system as I mentioned the purpose the above. I already created seperate document type to diffrentiate this scenario but looking forward how we may by pass quality inspection for this document type. Or is that any t/code which can by pass quality inspection during PO creation. Please advice. Thank you.
    rgds,
    nantha

    Dear Netto,
    As I said before user need to create dummy PO & must do GR in order to get the rewards & bonuses. User do GR in the system but it doesn't involve material movement. My question is how we may by pass the quality inspection for said GR since physically no goods involved.
    Dear JS,
    For your kind information this material subject to quality inspection & it has been set in material master. I tried one more as per your advice. System post this GR to quality inspection eventhough I change to unrestricted use in PO & GR as well before posting maid. Quality Inspection is auto defaulted for said material. Quality inspection is requirement to most of the goods so I can't change that. I'm wondering how we may by pass this just for dummy PO & GR.
    I believe this clarifies your queries. Thank you.
    rgds,
    nantha

  • Are Hyper-V 2012R2 checkpoints Application data consistent? How does it use now VSS during checkpoints creation?

    Are Hyper-V 2012R2 checkpoints Application data consistent? How does it now use VSS during checkpoints creation?
    I read the article http://www.aidanfinn.com/?p=15759 that now WS2012 R2 Hyper-V changed how it performs backups.
    That is unofficial info.  I can't find any info about that in msdn, but that is critical.That is about data integrity.
    Is this true?
    Does this mean that we may not use VSS in Hyper V server backup application any more? Will Hyper-V 2012R2 host (WM is running) when i am creating a checkpoint, 
    call VSS to only flush VSS Writers during this process for target child VM to make application data crash consistent state? And the volume shadow copy wn't be used? Only vhdx +avhdx witch will merged later, right?

    There are a couple levels to this.
    If VSS is there, VSS is used (just as before).  But there is a bit more happening around it than simply placing the VM in a saved state.
    However, if VSS is not there (in the VM) then the behavior is slightly different (this is really to support Linux VMs that don't support VSS) - and still achieve a good VM backup.
    In another blog post I see it described this way:
    Online backup for Linux VMs – even though there’s no VSS support in Linux, the Microsoft guys have managed to find a way to create consistent backups of running Linux VMs, by doing what’s essentially called a “filesystem freeze” by briefly stopping
    all disk I/O inside the VM until the host creates a VSS snapshot of the VM on the host (thus getting a file-consistent backup with zero downtime) – once the snapshot is done, disk I/O is resumed and then the actual file copy process starts
    Flemming shows the process here:
    http://flemmingriis.com/changes-in-hyper-v-backup-in-2012-r2/
    If you are calling VSS to perform a backup - nothing has changed.  The only thing that has changed is the 'how it happens' , not the 'what you get' and 'how you call it'
    This way if you call VSS to perform a backup - you get a good one, no matter the OS in the VM, nor its support for VSS.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • How to get information about creation of a virtual machine on a Hyper-v host.

    Hi,
    How to get information about creation of a virtual machine on a Hyper-v host?
    I need: host name, time created, creator user.
    I saw in Hyper-V-VMMS but I found info about movements of VM between hosts.
    Thank's in advance.
    Denius Valiant

    For Host Name * Created Time Use This Command In PowerShell 
    Get-VM -Name (Read-Host "Type Your Vm Name") |select CreationTime , ComputerName
    and for Create User , As i know you should see on Event Log . 
    Go To Event Log Viewer--->Applications And Services Logs--->Microsoft--->Windows--->Hyper-V-VMMS--->Operational 
    You can see in Event Log who create the Vm.
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • How to get Participant's info in a global creation ?

    I want to get current Participant's info in a global creation.
    And so, I use to call Fuego.Lib.Participant.
    But, this componet is described follows within online document.
    This component is commonly used as the variable participant , which is predefined in every process.
    In a global creation, participant is not predefined.
    How to get participant's information in current global creation ?
    Note.
    I found a message in a thread that using Participant instead of participant.
    <Re: User of an interactive global activity
    But, I can't undestand to use Participant in a global creation by online document.
    Edited by: yoshiy on 2010/02/24 14:31

    In Re: User of an interactive global activity I mentioned that you should use "Participant" instead of the predefined variable "participant". This is true only inside of a Screenflow's automatic task. This is valid for any Screenflow (both Globals and Interactive activities).
    To see what information you can get about the current participant, open the catalog's Fuego.Lib.Participant component. Here you'll see that you can retrieve the current participant's email, firstName, id, lastName, and their roles. Here's how to do this using logic inside an Automatic task in a Screenflow:
    currentParticipantName as String
    currentParticipantName  = Participant.firstName + " " + Participant.lastNameDan

Maybe you are looking for

  • Driver program for smart form

    Hi All,          How do i find the driver program name just knowing the form name. I tried out in Table "TNAPR" but in vain.How do i get it in NACE? what is the "application" that should be selected?

  • Error while creating first database instance

    Hi, after installing MaxDB i got the following message:  "ERROR in 'C:\Program Files\sdb\programs\pgm\dbmcli -R "C:\Program Files\sdb\MAXDB1"  -R "C:\Program Files\sdb\MAXDB1" db_create  -a MAXDB1 DBM,*** .ing!1' ERR -24996,ERR_PARAM: wrong parameter

  • Creating UDO through code  with 1 Docment table & 4 Document Line Tables

    Hi, I need to create one Document table and four Document Line tables(child tables) and make them UDO through code. This process is working When I am creating UDO with one Document table and one Document Line table but if I add more than one Child ta

  • Cancel Delivary In lt0g stock is -ve.

    Hi all, The scenario is, I have ceated outbound delivary for qty 100. ST is  1        Intrim is 2 Now the case is i have created TO  with st.1 as source.for 100 Qty & confirmed it. But later i have return the stoch by LT0G & confirmed to st.type 2. N

  • Encountering with the error Client out of memory in Bex. . .

    Hello All, In the Bex report when I run for the 2000 sales organization selection the initial display is coming fine. When I try to drill down to the next levels in the result, I am encountering with the error 'CLENT OUT OF MEMORY'. The report is dis