Items creation while running FPOP transaction (0FC_BP_ITEMS)

Hi everybody,
I implemented business partner delta extraction on our BI system. I would like to know if DFKKOP records insertion is possible while FPOP transaction is running ? I would like to extract partner items daily, but FPOP may be launched while invoicing and billing jobs are running. I'd like to be sure that creating items (DFKKOP and DFKKKOBW insertions) while filling delta queue 0FC_BP_ITEMS (FPOP transaction, which reads DFKKKOBW table) doesn't make theses processes to forget any item).
Best regards
Edited by: SEBASTIEN SACHON on Oct 7, 2009 3:42 PM

Use  FPSCHEDULER  transaction or program RFKK_MA_SCHEDULER to schedule it from SM36 through batch process.
Ram

Similar Messages

  • Getting an unusual error while running a transaction

    Hi Experts ,
    While i am running a customized transaction for vb7 that is rebate settlement , I have input field on agreement screen of payment method . Whenever , i put any value in that field and run the transaction , it gives me an error "  Input values must be defined in Table T042Z. The value or
    values ' T ' are not specified in this table.  "  whereas when i check the table T042Z for payment method values , the values i m entering are present there . I cannot get why its showing this error .
    Could anyone plz help as its very urgent req ..
    Thanks in advance ..
    Ankit

    Ankit,
    Please close this duplicate thread.
    Rich,
    You are welcome. 

  • Error while Running Receiving Transaction Manager

    Hi.,
    We have 11..5.10.2 on AIX 5.3 intermeditley we are getting the below error for Receiving Transaction Manager. for temporary sloution we will restart the Receiving Transaction Manager is there any permanent solution for this.....?
    we have two Receiving Transaction Manager process.
    Error
    "APP 00204: Concurrent manager encountered an error while running the spawned
    concurrent program Receiving Transaction Manager: rcvoltm TM:Timeout"

    Hello.
    Have a look on MOS Doc ID 1071727.1
    Octavio

  • Reg: While running  SGEN transaction code

    Dear All,
    In my system 4.7 verison  is there.When i am running every transaction code i am getting ABAP dump error. So that i am running the transaction code SGEN . Once i  run that transaction code i  got the process 5 %  completed like that. That time i was stopped that process and gone away. While now i want to run that transaction code freshly. I couldnt able to find out the initial screen for the transaction code for SGEN.   I am getting final screen of the transaction code.(5% completed screen). What i have to do running the SGEN transaction code freshly.
    Thanks,
    Sankar M

    This is not rigth, if the SGEN is interrupted or canceled the main page won´t appear unless you use back button or cancel the job using SGEN, then a new option will show indicating to generate the remaining objects that were not generated in the last run.
    Just use back button and use the new option mentioned.

  • Getting error while running Receiving Transaction Processor

    Hi all,i am getting an error in po_interface_errors after running Receiving Transaction Processor concurrent program
    INTERFACE_TYPE       COLUMN_NAME                           ERROR_MESSAGE                     
    RCV-856                  INTERFACE_TRANSACTION_ID      RCV_TP_INVALID_TRX_TYPE     
    TABLE_NAME
    RCV_TRANSACTIONS_INTERFACEI am trying to do an Inter Org transfer and i put the transaction_type as 'RECEIVE' .Can someone kindly suggest what should be the transaction_type for an Inter Org Transfer in rcv_transactions_interface table.Any help is appreciated
    Thanks in advance!!

    HI,
    We are getting the transaction_type error eventhough the transaction_type is a valid.
    Please advise.
    Regards
    MV

  • Error while running MM17 Transaction

    Hi Frnds,
      I am doing MM17 Mass transaction Field (MBEW-VPRSV ) , i am changing the price control of a material from V to S then i am getting an error saying that :
    ELF-WJ-35MM-CSM1 : Messages have been issued: number MASS000484000000.
    Regards
    Rakesh

    Hi Rakesh,
    I think Cost Component Split already exists for this material hence system is not allowing to change price control.
    Pl. check by changing price control manually by using MM02.
    If same error is occuring, then pl. verify whether MAP and Standard Price are identical for this material or not.
    In this situation, you have to make these two prices identical then only you can change price control.
    To make both the prices identical by using MR21.
    Regards,
    Amol

  • FPOP transaction - RSU5_SAPI_BADI

    All,
    I am pretty new BI and need your help in understanding FPOP and the BADI RSU5_SAPI_BADI.
    We have implemented the BADI RSU5_SAPI_BADI to populate some custom attributes(fields). The transaction FPOP will populate the delta Queue (RSA7) with the delta records that need to be extracted. From RSA7, the data will be pulled into BI.
    Here my question is, does the BADI will triggered when we run FPOP transaction or it will only gets triggered when the data is being pulled from delta queue into BI?
    I observed that the custom logic is getting triggered even when we ran FPOP. If the logic is getting triggered two times (once FPOP run and another is while BI pulling the data from delta queue), how can I restrict this logic to trigger only once.
    Appreciate your help.
    Best Regards,
    Veera.

    What all objects have you collected in the transport?
    YOu will have to take the Implementation along with the implementing class...

  • ABAP runtime error for 0CRM_OPPT_H and I while running RSA3

    hello Gurus,
         I'm having problems while running RSA3 transaction for these data sources.
    0CRM_OPPT_H
    0CRM_OPPT_I
    0CRM_SALES_ACT_1
    0CRM_SALES_ACT_I.
    I'm getting ABAP runtime error for these.
    This is the error:
    Runtime Error          CALL_FUNCTION_CONFLICT_TAB_TYP
    Exception              CX_SY_DYN_CALL_ILLEGAL_TYPE
    I tried finding OSS notes for these, but I didn’t succeed.
    I activated the data source from RSA5, and then I tried RSA3. That time I got “Errors occurred during extraction”.
    After that I activated delta at BWA5, then I started getting runtime error.
    Even though I activated at BWA5, I am not able to see the data sources at BWA7.
    Am I missing any thing…please guide me through this….
    Thanks
    RKR

    Thanks for your replay... All the DS and related tables are active..
    But wen I tried to re-generate the DS again... this is the warning I'm getting... Any idea why I'm getting this....
    The even-numbered length of the DEC field SAMPLE_QTY_ALLOW can lead to problems
    <b>Message no. R8569</b>
    <b>Diagnosis</b>
    You want to use the field SAMPLE_QTY_ALLOW in the extract structure for DataSource 0CRM_OPPT_I. This field has a field of type 'DEC' (or 'CURR' or 'QUAN') with an even number of characters.
    This can create problems since the length resulting from calculations in ABAP (for example, in extractors or Customer Exits for extraction) is too large to be inserted in the database later (PSA in BW), causing a short dump.
    <b>Procedure</b>
    This warning is only relevant when the maximum length of this field is exceeded during extraction, for example when the field is expanded in the Customer Exit through a calculation.
    More information and a remedy can be found in SAP Note 641744.
    When I search the OSS note, SAP suggesting to apply 883310 note.
    In my company we are using CRM 4.0 servie pak8. SAP suggsting to install service pak 11, but my client is not interested to upgrade to 11 as CRM people are working on service pak 8.
    By any chance we can use specific note which change the ABAP code to solve this problem... Please give me some suggetions...
    Thanks
    RKR

  • Error while running a BDC for the Transaction F-02

    Hi,
           I'm getting an error <b><i>"Parking not possible during Batch Input"</i></b> while running a BDC for the transaction F-02.
           When i click on the error message it displays the message [b<i>]"In Customizing, you can control whether an error message is issued."</b></i>
            How to solve this issue?.
            Waiting for ur replies.........
    Regards
    N.Senthil

    Hi,
    When you are doing the recording in SHDB, and in the same screen where the TCODE to be recorded is given, there are options that you can choose called "Recording Parameters"...Select the checkbox which says "Not a Batch Input Session", this will set the sy-binpt variable to " "(in a recording by default it is "X")...and you will not get this error...
    Also make sure while writing the BDC program to make use of the "bdc options" parameter which has this property to switch of sy-binpt...
        Refer below theard for sample bdc code for f-02.
    https://forums.sdn.sap.com/click.jspa?searchID=5126766&messageID=1538409
    Regards

  • VSTS loadtest error while running Loadtest with Runsettings as No of test iterations , ERROR is : could not read result repository: unknown transaction id in results:

    Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    Hello All,
    I am facing the following error while running a loadtest (when i choose the scenario to be executed for No of test iterations). But the same loadtest with the Run duration for X minutes is running fine without any issues. 
    Any suggestions on the issue i am facing
    error is :
    could not read result repository: unknown transaction id in results:
    or
    could not read result repository: unknown request id in results: 
    Thanks
    Satish

    Hi Kotapati,
    >>Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    According to your description, you mean that when you run your load test using the Test Iterations way and then get the error message, am I right?
    If yes, please you try to close the VS, and then open this VS again. Then clean your load test project/solution and then re-build it, run your load test again check this issue again.
    In addition, I suggest you could try to create a new load test and then run it using Test Iterations way check if you get the issue for the specified load test or all load tests.
    If possible, I suggest you could share me simple load test for us so that we will further help you.
    You could upload your load test to OneDrive and then copy link here.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Invalid rowid error while running the snapshot agent in transactional replication

    Hi All,
    I am getting an Invalid rowid error while replicating an large tables i.e around 30 millions rows from oracle(publisher) to sql server(Subscriber) while running the snapshot agent in transactional replication.
    Its taking around 18 hours and its then its throwing this error.
    Is there any faster way that i can replicate the initial snapshot this large table as 18 hours is very high on time.
    Kindly suggest.i am always got quick and accurate response always..hope the same in this case also.
    Thanks,

    Hi,
    Could you please create a replication with some small tables for a test?
    You can disable the firewall on both sides and rerun snapshot. Enable verbose logging to level 4 for snapshot agent and check the results if it fails.
    http://support.microsoft.com/kb/312292
    Here is a document says for the error: ORA-10632: Invalid rowid Cause: Segment Highwatermark was overwritten due to shrink and space reused Action: Reissue this command.
    I also suggest you contact the Oracle support team for further help.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Getting an unusual error while running transaction for rebate settlement

    Hi Experts ,
    While i am running a customized transaction for vb7 that is rebate settlement , I have input field on agreement screen of payment method . Whenever , i put any value in that field and run the transaction , it gives me an error " Input values must be defined in Table T042Z. The value or
    values ' T ' are not specified in this table. " whereas when i check the table T042Z for payment method values , the values i m entering are present there . I cannot get why its showing this error .
    Could anyone plz help as its very urgent req ..
    Thanks in advance ..
    Ankit

    Ankit,
    Set a breakpoint very early in the program's soruce code.  When you hit that breakpoint in the debugger, go to the menu bar and choose Breakpoints > Breakpoint at > Statement .  Enter the word MESSAGE into that pop-up window and continue the program's execution.
    This will stop the debugger at all MESSAGE statements... Including the one that is generating your error.  You can then analyze the code just prior to that error.... and address the issue accordingly.

  • Error while running adcfgclone on APPS tier (ERROR: context creation not completed successfully)

    I am getting below error while running adcfgclone on APPS tier
    ERROR : Unable to set CLASSPATH
    /corp_ex1/DRPM/drpmcomn/clone/bin/../jlib/classes111.zip: is  missing
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone_29475.err file for errors
    i  copied classes111.zip from IAS_HOME to COMMON_TOP . Now I am getting below error
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone_30763.err file for errors

    Please post the details of the application release, database version and OS.
    ERROR: context creation not completed successfully
    This is a generic error, please check the log files for details about the error.
    Thanks,
    Hussein

  • Balance in Transaction Currency Error while Running J2IUN

    Dear Expert,
    Hope you all must be doing great.
    While running the J2IUN transaction, System is generating Balance in Transaction currency becouse Cr PLA HECess repeatation.Here Credit side is 600 higher than Debit entry.please find the details of Accounting entry of Utilization.
    Dr 0000168204 92,667.36 Excise Duty Payable(S&H Education Cess)1%
    Dr 0000168200 9,266,733.62 Excise Duty Payable
    Dr 0000168205 185,334.71 Excise Duty Payable(Education Cess)
    Cr 0000168210 1,300.00 Excise - PLA Depositable
    Cr 0000168215 400.00 Excise - PLA Depositable(Education Cess)
    Cr 0000168227 300.00 Excise - PLA Depositable(S&H Education Cess 1 %)
    Cr 0000168227 300.00 Excise - PLA Depositable(S&H Education Cess 1 %)
    Cr 0000168227 300.00 Excise - PLA Depositable(S&H Education Cess 1 %)
    Cr 0000120030 9,265,433.62 Service Tax- Plant @ 10%
    Cr 0000120035 184,934.71 Service Tax- Plant -Ecess @ 2%
    Cr 0000120033 92,367.36 Service Tax- Plant -S&H Ed Cess @ 1%
    Please help me.
    With Regards,
    Manoj Singh

    Hi
    Check settings in
    SPRO - Logistics general - Tax on Goods movements - India - Basic settings - India - Account Determination - Specify Excise Accounts per Excise Transaction
    (the duplication could come from here)
    and also check for GL assignments in next step
    Thank You,

  • Quota Creation cannot be made due to collision while running PT60

    Hi ,
    I'm trying to run Time Evaluation for an employee, getting Quota Creation cannot be made due to collision while running Time Evaluation.

    HI ,
    Thanks for the response, i have maintained as 01 in absence types. Still i'm getting same error.
    I'm generation quota throug pCR for Calendar year on the day one of Joininig or First Day of the year. It is creatiing & carryfoward also happening correctly.
    If i run TE for 01.Jan of that Year. Quota is created for Jan - Dec with Same validity.but when trying Run TE for Next day.
    I'm getting above.
    Similary, if Run TE for the first time till whateverdate i run,but for the same period,if i'm trying to Run. I'm getting above Error.
    Thanks,

Maybe you are looking for