BTE 1030 - we use for AP documents, create an event that triggers a workflow

Hello all,
We use SAP's program RFBIBL00 to post AP documents.  We coded a function module that is called when BTE 1030 is reached.  Our FM creates an event that triggers a workflow.
We are now doing some testing with an external vendor who is creating AP documents by doing an RFC  using function module BAPI_ACC_DOCUMENT_POST.
It seems that this BTE, 1030, is not being triggered when the IDOC created by this function module posts the AP document.
Has anybody else seen this issue and found a way to deal with it?
Thanks
Bruce

AFAIK BAPI_ACC_DOCUMENT_POST and FI posting should trigger BTE 00001030 but BAPI_INCOMINGINVOICE_CREATE and AC interfacewould trigger BTE 00001050. (or is BAPI_ACC_DOCUMENT_POST also using AC interface, I will let you check it)
Nevertheless call your FM triggered thru BTE 1030 also in a FM triggered thru BTE 1050. Also in the call check for update task
function z_fi_00001050.
call function 'TH_IN_UPDATE_TASK'
     importing
       in_update_task = in_update_task.
   if in_update_task eq 0 and i_xvbup eq 'X'.
     call function 'Z_FI_00001030' in update task
       exporting
         i_xvbup = ' '
       tables
         t_bkpf  = t_bkpf
         t_bseg  = t_bseg..
   else.
     call function 'Z_FI_00001030'
       exporting
         i_xvbup = ' '
       tables
         t_bkpf = t_bkpf
         t_bseg = t_bseg...
   endif.
Regards,
Raymond

Similar Messages

  • What kind of  inforobject can be used for compounding while creating charac

    Hi all :
         what kind of standard inforobject can be used for compounding while creating characteristic ?
        I found that some could be , but some couldn't ,  like 0RESP_PERS.
    THE ERROR :
    1      Characteristic 0RESP_PERS was included in the compounding for COS09 (-> Long Text)      QLong text exists
    2              0RESP_PERS is just an attribute and is not allowed in the compounding No long text exists
    0RESP_PERS is an object, why  can't be  used for compouning? 
    Could you please tell me why ?
       Thank you very much!
    Edited by: jingying Sony on May 10, 2009 7:05 AM

    Hi Jingying Sony,
    One can mark an infoobject as an Attribute Only in the General tab.
    This means that the infoobject will only act as an attribute and cannot be used as a characteristic in infocubes. Neither can it be used as a navigational attribute and I guess it may not be available for compounding then(since in compounding - it implicitly becomes a characteristic).
    For your ref
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    If you uncheck this checkbox, then may be it will allow you to compound this characteristic..
    You may try with a (self created) ZRESP_PERS reference chararacteristic of 0RESP_PERS, to confirm this.
    One more link for your reference
    http://jgtang82.javaeye.com/blog/191795
    Hope this helps,
    Best regards,
    Sunmit.

  • Hi I just updated from Snow Leopard to Mountain Lion. I write DVD's using Final Cut Pro, creating a DVD that plays HD and Standard Definition on one disk. My problem is when I used load the disk on my G5 it would ask if you want High Definition or Standar

    Hi I just updated from Snow Leopard to Mountain Lion.
    I write DVD's using Final Cut Pro, creating a DVD that plays HD and Standard Definition on one disk.
    My problem is when I used load the disk on my G5 it would ask if you want High Definition or Standard Definition, now it just defaults to Standard Definition.(I'm using Apple's DVD Player)
    Can I fix this problem?

    Addendum: I read on a post here (http://forums.macrumors.com/showthread.php?t=420169) about removing some kext files in order to trick OSX into thinking that there were no FireWire ports.
    I followed the instructions and removed from /System/Library/Extensions/ the following files:
    IOFireWireSerialBusProtocolTransport.kext
    IOFireWireAVC.kext
    IOFireWireFamily.kext
    IOFireWireIP.kext
    IOFireWireSBP2.kext
    I restarted and BAM...Snow Leopard booted crazy fast and the mouse and keyboard worked instantly.
    The System Profiler says "No FireWire ports were found."
    So this tells me that the FW port is probably the culprit and is messing up the installation.
    So how do I hack the Mountain Lion installer and tell it to ignore the FW port, which is obviously quite dead? Or is there something I can do to the Base system that is similar?

  • Creating an event that reacts to input

    I'm trying to figure out how to create an event that reacts to input from a serial port in J2ME.
    After reading many articles on how to create a custom event in java, I'm having trouble grasping the concept of combining that with input from a serial port connection.
    I understand that I need to create a class for the event, extend EventListener, EventObject, etc. But I'm having trouble figuring out how it's supposed to read when input is available from a serial port.
    Can someone help me understand what I am supposed to do?

    I'm trying to figure out how to create an event that reacts to input from a serial port in J2ME.
    After reading many articles on how to create a custom event in java, I'm having trouble grasping the concept of combining that with input from a serial port connection.
    I understand that I need to create a class for the event, extend EventListener, EventObject, etc. But I'm having trouble figuring out how it's supposed to read when input is available from a serial port.
    Can someone help me understand what I am supposed to do?

  • BTE for Recurring document CREATED

    Hello,
    I would appreciate if you can help me with my issue.
    I am trying to trigger and event to start my WF.
    The scenario is to start a workflow when a RECURRING ENTRY DOCUMENT is posted in the T-code FBD1, and then send it to approvers for the approval of this document. I having trouble triggering the event when this document is created in the t-code FBD1. The entries are saved in the table BKPF, so I thought I could use the BO - 'BKPF' and its event 'CREATED'. Please let me know how I can ahieve this using BTEs.
    Thank you.

    Hello,
    I have a small question here,
    the event 'CREATED', triggered through BTE 1030, belongs to the BO - BKPF. so, i guess, it will have the key fields of BO - BKPF in its OBJECTKEY. and it does have the same.
    but, the scenario wants the workflow to be triggered when a change is made too, not just created.
    creation is done in FBD1 (RECURRING FI DOCUMENT) and change is done in FBD2.
    there is this standard event 'CHANGED' that is automatically getting triggered when a change is made. which I added to my WF as triggering event. but, the event 'CHANGED' has extra three characters (system number) in front for its objectkey and hence its not passing this information (unable to bind, probably) to the WF container element of type BKPF. so, the WF gives an error.
    how do you think this can be resolved. any, help is greatly appreciated.
    thank you.

  • MIRO BTE or User-Exit for FI Document

    I need to know if exists a BTE or User-Exit I can use for the MIRO Transaction after the system assign the FI document number, because I need to assign that information in a 'Z' table.
    Regards,
    Juan

    Hi,
    1) Create a RFC Function modules which takes MIRO INVOICE number as input..
      In that select from BKPF with the invoice to get the accounting document details....
    2)
    Try to use the BADI INVOICE_UPDATE.
    In that use the method..CHANGE_IN_UPDATE..
    When you implement the method..
    In that code..Call the RFC FM IN BACKGROUND TASK.
    THis should work..
    Thanks,
    Naren

  • Which BW Variable to be used for date when creating service in portal

    Hi,
    Can any one please let me know which BW variable is to be used for date(range) when creating a portal service for searching  based on dates.
    Thanks
    Abhai
    Message was edited by:
            Abhai

    Hi Arun,
    its just a portal service which would be called when  searching a document created on a particular date or betwwen a range of date.so what i require is which BW variable to be used when handling range.As for variable technical name we use VAR_NAME_I  and for single value variable we VAR_VALUE_EXT_I
    in the similar manner i want BW variable to be used for range of values.
    Thanks
    Abhai

  • How to setup number range for Material Documents created by goods movement

    Hi Experts,
    Good day!
    Would you know what table or transaction code we could setup or configure the number range for Material Documents number created by goods movement?
    Thanks. Have a wonderful day!
    Rockz

    Hi,
    Tcode - OMBT
    Regards,
    Vivek

  • Using a mask to create an image that's distortable

    Essentially I'm trying to create a mask that captures the image it encircles and allows me to distort the image.  For example, if I have a picture of a person and draw a circle mask around the person's head, when I distort the mask it distorts (e.g. stretch/skew/bend) the person's head and not just the shape of the mask.  I'm trying to create my own version of this video but using Motion instead of AfterEffects and Mocha. 
    https://vimeo.com/38940289 
    If you watch the tutorial it's the AfterEffects "precompose" function that I'm trying to mimic.  And I don't think creating a new Group in motion is the ticket because I can only distort the image by adjusting the edge of the canvas vs. the edge of the mask. 
    video's tutorial vimeo.com/benboutwell/frametutorial
    Thanks for any and all help!  It's been a couple of frustrating days... 

    You don't need a mask if you're doing rectangular shapes.
    Clone your original source (type- K).
    Crop your source to the rectangle you need around your subject (click and drag on the numbers to go past the slider imposed limits). Use the rectangle shape you'll be using in the animation as your guide for dimensions. [If you're using a shape rectangle, turn off the fill, use an outline width that will be easy to match points with and place it over the clone layer.]
    Type A to turn on "Animation" (recording). [it's easier to start at the first frame of the animation, but it really doesn't matter: you can go back and forth in time and even overwrite settings for any frame if you need to tweak anything.]
    Select the clone layer;  right click on the clone and select Distort from the popup (or select it from the Tool menu). You'll be animating Four Corner. With the Animation recording on, you can use whatever else is at your disposal as well (position, rotation, scale and shear.) If there's not a lot of change in the frame orientation, you can click and drag inside the Distort (Four Corner) to reposition all four corners at once.
    Go frame by frame to set the corner points. Or, if there is actaully a frame in your video, you might try setting up motion trackers [Behaviors menu > Motion Tracking > Analyze Motion. Then for each of the Four Corner parameters, right click and select a Track parameter behavior. In the Behaviors tab, for the Track parameter behavior, drag the Analyze Motion Behavior for the matching point onto the source well.]
    http://documentation.apple.com/en/motion/usermanual/index.html#chapter=19%26sect ion=6%26tasks=true

  • Customizing setting for parked documents of edit lock which are in workflow

    Hi all,
    I want to lock a parked document from edit while in workflow, I have seen in my previous project that if any document in workflow if try to change it used to give a message that 'document in wirkflow'. how to set this setting for parked documents using FIPP.
    Thanks

    Hi,
       Please read note 169732.
    It is normal that you get this errror message "Park document blocked xxxxxx" if you try to park a document for which "Release necessary" is set but "Released" flag is not set.
    Normally in workflow the "Released" flag is set in a background step right before the workflow posts the documents.
    regards
    Waman

  • How to trigger tasks which created during Event was inactive in WORKFLOW

    Hello Experts
    We  have a custom application with L+1 approval required for approval using workflow.
    There  was a publish for a nomination for team , Team has logged in registered for the published training.
    Unfortunately, all my team mebers 5 of 7 were already applied for nomination.
    The team was waiting for my approval, Finally we discovered - The tasks got deactivated;
    We discovered that The Triggering Events that  are deactivated
    Txn --> PFTC_DIS
    ...............Task Type : Selected ( Workflow Template)
    ...............Task : 9N000NNN  
    ...............Click : Display
    ...............Click : TAB : Triggering Events
    ..........................Found here ...The Tasks are deactivated ....................
    To activate "deactivated Events
    Txn --> SE37
    .................Function Module : SWE_EVENT_REC_TYPE_ENABLE
    ................Hit : Execute
    Filled in Screen   ;  CLINET : NNN
                                   OBHTYPE : ABCD ( What i have seen in Triggering Events Tab)
                                   RECTYPE : WS9N000NNN  
                                   EVENT : EVENTNAME ( What i have seen in Triggering Events Tab)
    ................Hit : Execute
    Once i do & if i check again in PFTC_DIS it is showing green & Event got activated
    after event is active
    The other 2 Members later raised & had come approval.
    ...as it is custom application we are storing who registered for it.
    Now I see the other 5 members entries in my table
    How can create Tasks to flow these workflow task for my approval which were created during event was inactive
    may slightly confusing, I am also early bird on WORKFLOW.
    if any one give a clue will be greatful
    Rgds
    PR

    Hello Srinivas !
             You've stated as follows :
    How can create Tasks to flow these workflow task for my approval which were created during event was inactive.
    Hope you wanted to state that users have registered nomination when the event was inactive( and thus workflow didn't get triggered) and now you want those nominations should be routed via workflow.
    The solution is to use SWUE transaction and re-create the event.In doing so, please be noted that the time at when nomination was registered(when the event was inactive) and time at when workflow triggered from SWUE would be too different.So, discuss with your team before doing so.
    Regards,
    S.Suresh.

  • I have moved from a G5 Powermac to an Intel Mac Pro and am porting over Items from a Backup HDD. How can I access and use drawings and documents created on the PC computer on the Intel computer ?

    I have moved from a G5 Powermac to an Intel Mac Pro and selectively porting over items from a backup hard drive.
    How can I access and use documents and drawings created on the PC based computer ?

    Clarisworks, you need Appleworks, which will only work with Mac OS X10.6.8 or earlier.  See this tip if you must go newer.  Mac Pros with newer hardware configuration than July 20, 2011 can't use Mac OS X 10.6.8 or earlier without this tip and then it would be Mac OS X Server.  I'm not sure if the new black Mac Pro supports that configuration or not.
    iPhoto, there is an iPhoto for all versions of Mac OS X.
    iTunes, there is an iTunes for all versions of Mac OS X.  Note with iTunes versions 11 and later, which are needed for syncing with iOS 7 or or later, you will lose coverflow, if you liked that feature.  Sadly you can't run an older version of iTunes from within Mac OS X 10.9 or later.
    Sketchup: http://help.sketchup.com/en/article/60107 shows the versions that will work with intermediate Mac OS X versions, and this shows the latest version: http://help.sketchup.com/en/article/36208 be sure to click on the operating system you choose to use.
    GIF - Viewing GIFs Apple's Preview can do that.  Editing them, I like http://www.lemkesoft.com/ Graphicconverter.
    DMG is able to be opened by all versions of Mac OS X.  This are just "disk images" which store programs on a virtual disk that will open when double clicked.    Frequently you'll find the installer of the said program inside.  To find out if the program itself is compatible with 10.7 through 10.9, see http://www.roaringapps.com/
    Otherwise see the resources on:
    https://discussions.apple.com/docs/DOC-2455
    If you end up deciding to stick with Snow Leopard.

  • Capture Excise Invoice for material document created against a PGR

    Hi SD Gurus,
    We have a scenario of reverse subcontracting where we have to receive raw material from vendor, process it and then dispatch the finished goods to the vendor or the vendor's customer.
    For receiving the raw materials, i have created a document type which is copied from standard RE type. Against this order, a returns delivery is created which is then PGR-ed. With reference to the previous document, a service order is created in SD, which is then billed.
    But i am facing a problem when i tried to capture the incoming excise invoice for the raw materials. When i tried to capture the excise against the material document generated for PGR, the system is throwing a error, that it cannot capture the excise for this materia document type.
    I would be greatly obliged if anyone can throw some light on this. Do i need to maintain any special configuration for this? Why is SAP not allowing it? How this can be done?
    With Regards,
    Arindam Datta.

    Dear Arun R,
    You Kindly go to the following path and maintain your movement type over their and do the MIGO.I am very sure at the time ot migo excise tab will come for part-1 updation and subsequently you capture part-2 on J1IEX.
    SPRO->LG->Tax on Goods Movemet->India->Business Transactions->Incoming Excise Invoice->Specify which movement type involve excise Invoices.
    Hope this will help you out.
    Regards
    AKS

  • Binding different events to a form depending if it is used for edit or create new.

    Hi,
    I succesfully have separated presentation from logic (events, etc...) using the code behind article at adobe site. This is pretty nice but now I have a little problem. Think about I have two forms one for edit and the other to add a new user. Usually this forms are allmost the same only some logic change and just few controls if any.
    What I would like to do (don't know if this is best way to do it, for me it does):
    1) Create Add form.
    2) Create a view state to change this add form to edit when needed (I think just few changes if any will be needed)
    3) Now the problem, I need to bind different logic if I'm in edit or add new user form. Is there any way to attach different functionality
    to the form component to let it behave the way I need depending on the mode (edit or new)? I have seen include can be used but can it be used conditionally?
    Example:
        if( in edit mode)
            include ("src/usermanagement_editlogic.as"))
        else( in add mode)
            include ("src/usermanagement_addlogic.as"))
    As I previously said I'm pretty new to flex but I think this is a good way to do things and have everything splitted. If anyone has a better way to do it I would be really happy to hear it  .
    Thanks in advance,
    Aron.

    Using forms for create/edit or login/register are similar scenarios. Usually, you can take care of those by simply changing states.
    Doing different includes is complicating things; you can just include all the code, and just use what you need depending on the state you are in.
    Before you get into conditionally including things, or creating a bunch of different events, look at this little simple tutorial on using states, which happens to use a login/register form as an example: http://www.adobe.com/devnet/flex/quickstart/creating_states/.
    HTH,
    Carlos

  • Using tables - wanting to create long table that runs from page to page

    I want to create a table to which I can add rows as I work (alphabetizing). The final table will end up being 6-7 pages long. Inserting a page break did nothing--all rows below where the page break is still disappear and do not go onto the next page. This is a Word feature that I'm hoping I can have on appleworks. Does it exist?
    I cannot put Word on this computer since I'm not running an OS high enough (I have 10.2.8)

    Cyndi:
    Just wondering if you found your answer. I am having the same issue. I did finally figure out after several days of reading searches how to add pages to your table which is in >Format > document > then select the box for how many pages you want to go down or across in the box to the lower right corner. Then you can insert cells by highlighting the row by holding option key as you drag across the row & in Table click insert cells. Hope that helps. You can determine whether the table is horz. or vert. in > file > page set up. Click on the image of the page/man that displays the orientation that most closely fits your needs.
    However, the problem that I'm continuing to have is that the >insert page break command does not appear to work in Tables. It remains greyed out no matter what I've tried. Short of trying some "tell" command that a fellow using 10.4. in Pages suggested. I'm in Appleworks 6 running on my iBook, as you are. I saw a reply from ms Peggy suggesting that there is some difficulty in getting that to work, and so far I would have to agree. Her idea was to add cells such that they would fall over the page break, which you can see using the >page view command in the Window drop down menu. But that would not be so neat with the lines running vertically from the top of page to the first box. I guess it could be squeezed down to the size of the "break". Is that all there is ?
    iBook G4, 14, 933 MHz,   Mac OS X (10.3.9)  

Maybe you are looking for

  • A few questions about Group Policy development

    This post was originally in the Windows Development forum. Please note the following: This question is not about the application and management of GPOs. It's about how to develop a group policy. I know about Group Policy Preferences, please do not pr

  • Folders automatically switch to read only

    Some folders on my mac automatically cahnge their permissions from read & write to read only, which means whenever I want to edit a document I have to enter my password and reset the folder permissions. It just happens randomly, I am an Admin on the

  • Trouble Downloading Adobe Master Suite CS6

    Hello! I just purchased a new computer, a Lenovo Y510P Ideapad running Windows 8. My school gave me the Adobe Master Suite (CS6) with a redemption code which was the first thing I put on my new computer. However, only some of the programs downloaded

  • How to handle Valuechange events, when page bean is in request scope

    Hello balusc and forum mates, I want to know is there any good way to handle ValueChangeEvents events, when the page's bean in request scope. My problem is, I have a page having more than 1 value change event so How can I maintain page values at back

  • Issue on joins and filters

    Hi folks, I have total 20 tables to join in an interface.All are left outer joins on multiple tables.Now when i apply Filter condition with IN or OR it is throwing me an error saying that when ur using outerjoins u cant use the operands IN or OR. 1)w