Exporting data of activity type 'FormSubmit' failed

Hi all,
I'm trying to export activity data out by Bulk APIs.
But when using activity type 'FormSubmit', I get Sync status 'error' with message as following:
     [{"count":0,"createdAt":"\/Date(1426236500847)\/","message":"There was an error processing the export.","severity":"error","statusCode":"ELQ-00107","syncUri":"/syncs/64770"},{"syncUri":"/syncs/64770","count":0,"severity":"information","statusCode":"ELQ-00101","message":"Sync processed for sync 64770, resulting in Error status.","createdAt":"\/Date(1426236500847)\/"}]
The other activity types works well.
Any suggestions?
Thanks,
Biao

Hi,
I had my Sync log in above description. It is this:
[{"count":0,"createdAt":"\/Date(1426236500847)\/","message":"There was an error processing the export.","severity":"error","statusCode":"ELQ-00107","syncUri":"/syncs/64770"},{"syncUri":"/syncs/64770","count":0,"severity":"information","statusCode":"ELQ-00101","message":"Sync processed for sync 64770, resulting in Error status.","createdAt":"\/Date(1426236500847)\/"}]
Thanks,
Biao

Similar Messages

  • Exporting data clusters with type version

    Hi all,
    let's assume we are saving some ABAP data as a cluster to database using the IMPORT TO ... functionality, e.g.
    EXPORT VBAK FROM LS_VBAK VBAP FROM LT_VBAP  TO DATABASE INDX(QT) ID 'TEST'
    Some days later, the data can be imported
    IMPORT VBAK TO LS_VBAK VBAP TO LT_VBAP FROM DATABASE INDX(QT) ID 'TEST'.
    Some months or years later, however, the IMPORT may crash: Since it is the most normal thing in the world that ABAP types are extended, some new fields may have been added to the structures VBAP or VBAK in the meantime.
    The data are not lost, however: Using method CL_ABAP_EXPIMP_UTILITIES=>DBUF_IMPORT_CREATE_DATA, they can be recovered from an XSTRING. This will create data objects apt to the content of the buffer. But the component names are lost - they get auto-generated names like COMP00001, COMP00002 etc., replacing the original names MANDT, VBELN, etc.
    So a natural question is how to save the type info ( = metadata) for the extracted data together with the data themselves:
    EXPORT TYPES FROM LT_TYPES VBAK FROM LS_VBAK VBAP FROM LT_VBAP TO DATABASE INDX(QT) ID 'TEST'.
    The table LT_TYPES should contain the meta type info for all exported data. For structures, this could be a DDFIELDS-like table containing the component information. For tables, additionally the table kind, key uniqueness and key components should be saved.
    Actually, LT_TYPES should contain persistent versions of CL_ABAP_STRUCTDESCR, CL_ABAP_TABLEDESCR, etc. But it seems there is no serialization provided for the RTTI type info classes.
    (In an optimized version, the type info could be stored in a separate cluster, and being referenced by a version number only in the data cluster, for efficiency).
    In the import step, the LT_TYPES could be imported first, and then instances for these historical data types could be created as containers for the real data import (here, I am inventing a class zcl_abap_expimp_utilities):
    IMPORT TYPES TO LT_TYPES FROM DATABASE INDX(QT) ID 'TEST'.
    DATA(LO_TYPES) = ZCL_ABAP_EXPIMP_UITLITIES=>CREATE_TYPE_INFOS ( LT_TYPES ).
    assign lo_types->data_object('VBAK')->* to <LS_VBAK>.
    assign lo_types->data_object('VBAP')->* to <LT_VBAP>.
    IMPORT VBAK TO <LS_VBAK> VBAP TO <LT_VBAP> FROM DATABASE INDX(QT) ID 'TEST'.
    Now the data can be recovered with their historical types (i.e. the types they had when the export statement was performed) and processed further.
    For example, structures and table-lines could be mixed into the current versions using MOVE-CORRESPONDING, and so on.
    My question: Is there any support from the standard for this functionality: Exporting data clusters with type version?
    Regards,
    Rüdiger

    The IMPORT statement works fine if target internal table has all fields of source internal table, plus some additional fields at the end, something like append structure of vbak.
    Here is the snippet used.
    TYPES:
    BEGIN OF ty,
      a TYPE i,
    END OF ty,
    BEGIN OF ty2.
            INCLUDE TYPE ty.
    TYPES:
      b TYPE i,
    END OF ty2.
    DATA: lt1 TYPE TABLE OF ty,
          ls TYPE ty,
          lt2 TYPE TABLE OF ty2.
    ls-a = 2. APPEND ls TO lt1.
    ls-a = 4. APPEND ls TO lt1.
    EXPORT table = lt1 TO MEMORY ID 'ZTEST'.
    IMPORT table = lt2 FROM MEMORY ID 'ZTEST'.
    I guess IMPORT statement would behave fine if current VBAK has more fields than older VBAK.

  • CONTROL DATA FOR ACTIVITY TYPE NOT MAINTAINED

    dear all
    i get this error when calculating production order cost
    control data for activity type 1000\4230\1420 not maintained for fiscal year 2007
    i hv maintained data in kp26
    can any one pl help. i am learnign sap pp and hv 4.7 version
    thanks and regards

    Dear Anshuman
    my prob. started during cost cal. in prod. order first error was version 0 not maintained for fiscal year 2007, THEN i maintained it in the path as told by you T code OKEQ.
    but after that error changed to CONTROL DATA FOR ACTIVITY TYPE NOT MAINTAINED ( 1000/4230/1420)
    i maintained data in kp26, but the error is still coming
    pl. suggest some solution as i am not able to proceed further.
    Thanks and regards
    Raj

  • Is there table/Report history including timestamp & date for activity type created?

    Hi Guys
    I have an audit request for activity type that should include Date of creation/change and timestamp for them, but I don´t know if there is a table or report
    that I should run.
    Actually in KP26 in section line item shown the dates but by activity type, I expect to run in mass
    I really appreciate if someone have suggestion or idea how is possible to get information with dates and timestamp

    Hi Marco,
    If not in standard, this can be achieved by customized field in the table. This is called Append Structure and you can add Z table.
    Talk to an ABAP person. He can do it.
    I know I have not answered you in a straight way
    Regards,
    Krishnendu.

  • Change validity end date on activity type

    Is there a way to change the validity end date of an activity typre. Currently it is 9999 we would like to change it to 2011.
    We would like to use a particular activity to cost current standards but dont want to use it for planned estimates that we will create for 2011. I am assuming if the validity ends in 2011 it will resolve the problem. I know we could create alternate routings and different production version but I am trying to avoid that and see if we can find a short cut.
    Your help in this regard will be much appreciated

    Hey Greta,
    I executed the report but it says ,"The deletion could not be carried out, plan records still exict on cost center for activity type." I have deleted every thing from kp26 for that particular combination of activity type and Cost center.
    Any ideas as to what is happening!!
    Regards,

  • Work Order Cost/Planned data by Activity Type

    Does anyone know the cube that would contain planned and actual cost for work orders using the work order activity type (AUFK-ILART)
    Will reward points as always.
    Richard

    Hi Ashish Jain,
    I have planned activity type/price with the transaction KP26, but the system doesn't return any value in planned costs of WBE.
    Why?
    Thanks
    Nicola

  • About activity type date

    I want to chang date for activity type in master data of activity but i m not enable to do this ,plz tell how can i chen the date for activity type ,my current date is 2008 but i want to change this 2007.
    Its urgent so plz tell me as earily as possible
    Regards,
    Pramod Kulkarni

    Hi
    You cannot change the validaity date, but what you may do is copy the activity type with a new validaty date. All the setting should be the same.
    L.

  • Cost center and activity type

    Hi,
    how can I link a cost center to an activity type ?
    Regards

    Hi..
      You can defined a activity type to a cost centre category not a particular cost centre.
      Suppose you have one activity 99xxxx you can defined it to cost centres cat "P" for prod
      you can defined it in KL01 activity master creation.
      If you want to assign one specific activity to be used for a particular cost centre then creat the cost centre under spl cat and creat master data for activity type for that cat.
    kkumar
    Edited by: kkbdsp on Mar 29, 2011 10:03 AM

  • ACTIVITY TYPE INPRODUCTION ORDER

    Can u tell me from where activity type data flows where is displayed in the second screen of  production order confirmation?

    Hi
    Activity type are mentioned in WC costing view.
    The data for activity type is stored in KP26 for a particular financial year.
    This data is passed on to costing. The hourly rate is stored in this . As per the WC formula and the timing data  from routing. The hours required are calculated then this is multiplied with the data available in Activity type.
    Regards
    J. Saravan

  • Activity Type: cost element does not exist

    Dear All,
    I am working on ERP  configuration for PP module as an academic exercise. I am already through with FI, CO and MM modules.
    I am not able to get through the Activity assignment step in PP module. (Accounting u21D2 Controlling u21D2 Cost Center Accounting u21D2 Master Data u21D2 Activity Type u21D2 Individual Processing u21D2 Create). While creating activity type labor (labor hours), I am getting error "cost element does not exist for aggregated period"
    In CO module I have created primary cost element for "Labor"(Category: primary cost/ cost reducing revenues). Also created secondary cost element for labor (cost element category: Internal activity allocation).
    Can anybody guide me on how to go further?
    regards,
    Supriya

    Dear
    Please revivew the following steps when you are creating a New Acvity type :
    OP51 - Check Settings for formulas
    OP54 - Check formulas for Costing
    Ensure that usage of the parameters are indicated.  Some parameters are appropriate for capacity calculation but not for schedule calculation.  If you like to find out the parameter id, you could use the Search Fld. for Param. pull down button to do so.
    KLH2 - Maintain hierarchy of Activity type group.
    OP19 - Define standard value key
    The purpose of standard value keys is to group together a set of parameters for the purpose of ensuring that the standard values for the parameters are supplied in the operations of the routing.  This is so that the formula (for calculating cost, schedule, and capacity) could have the necessary figures to work with.  Once the parameters are associated with the standard value keys, work centers quoting this standard values will be able to dictate whether or not the parameter values are optional or mandatory entry in the operations of the routing.  The pre-requisite for using this transaction is that the parameters must have been pre-created.
    KA01 - Create Primary Cost Element for the new activities type. Maintain Correct From and To date inline with Activity Type KL01  - Create Activity Type tied to the primary cost element. (the Cost element field)
    KP26  - Change Activity Type/Activity Price Planning - maintain the Variable price
    If the user include the additional activities in their work center, the routing that used the work center will required more time to finished the jobs.
    The operations Start and Finish date will be extended due to the extra time spent on the work center.  The cost of production increases in line with the extra activity which will be reflected in the Factory Output when you do a cost analysis in the production order.   The new activity will have a price attached to it and the moving average price will increase.
    Regards
    JH

  • Unable to get Activity Type Plan price

    When creating cost estimate for a product (CK11N),  the system prompt that "No prices could be determined for object Activity type N01/NEW01/NAT01".
    And the Diagnosis in Performance Assistant shows that "No price could be found for object Activity type N01/NEW01/NAT01 with price indicator  and value type 4."
    Could you do me a favor to explain and solve this error?   Thank you very much!

    Dear sandhya,
    While doing ck11n for a finished material, only material and material overheads are getting calcualted. The activity type and the production overhead are not getting calculated. Can you please guide me to solve this error?
    The error log showing in green colour states that "no structure could be determined for internal activity typexxx"
    Diagnosis
    The system could not determine a cost component split for the internal activity with activity type XXXX of cost center XXXXX.
    Procedure
    Check the master data for activity type XXXX of cost center XXXX. It is possible that no activity price calculation has been carried out for the cost center.
    I will award full points.
    Thanks well in advance.
    A.Anandarajan

  • Activity Type and Cost Element Assignment wrong

    The cost element appearing in Transaction code KP26
    ( Activity type planning), should come through the master data of the activity type.
    What I am observing in my system, that for the combination of the Cost center and Actvity type , in KP26 the same cost element is not appearing as per the master data of Activity type. And also the cost element filed is gray. It is happening for 2008 financial year only.
    How to correct this problem?
    Is there ant note to be applied.?
    Kamlesh

    This is normally a result of changing the CE while the Activity Type was active and in use (planned against and/or activity confirmed for some production orders).
    One solution is to curtail the activity to the end of the period you are in and create a new one from the following period. Just beware that you may need to change the routings, splitting rules, etc. as well.
    Cheers.

  • Creation of the export data source failed

    trying to activate ods but getting this message that the creation of the export data source failed.
    and it also gives message that RFC Connection to source system is damaged===> no metadata upload
    Please can someone help me with this.
    Thanks in advance.
    Michelle

    Hi,
    Check ur source system connection. by going to RSA1-> Source System-> right click and then select check.
    U will get the info about the source system Connection. IF RFC has failed then better be in touch with ur basis.
    Or try restoring ur source system connection by
    Source system-> Restore.
    Its sets all the default conenctions b/n ur systems.
    Once again check the connection now. if it says ok.. then try do the export data source and then assign the data source to info source and then maintain the Update rules..
    Hope this helps-
    Regards-
    MM

  • How to add new row in KL02 trx - Activity type control data

    Hi guys.
    I am not a FI-CO consultant, but I want to add a row since KL02 transaction within a cost center, with a new fiscal year. When you access KL02 (change activity type), you set the activity type, then press Master Data and the basic screen appears. If you press the Display planning control button, you will see the "Display Activity Type Control Data" List. I wanna add a row for a specific cost center here, because the cost center I refer has not 2011 as fiscal year. I tried to use, since basic screen of KL02, use the Change planning control button, but when I set my cost center and 2011 as fiscal year, the Save button is inactive. Furthermore, I tried to press the Period screen and a message appeared "No data has been entered yet". So I dont know how to add one row for a cost center in the Planning control (Activity type control data) list of the KL02 transaction, specifically for an activity type. Do you know? Thanks in advance

    Hi,
    The list of cost centers in which the activity type is planned is given in KL02 under planning data.  In order to add a new cost center to this, you need to enter the activity type in transaction KP26 for a particular year. 
    Goto transaction KP26
    Give version - 0
    from period 1 to 12
    year - 2011
    cost center - mention the cost center
    Activity type - mention activity type
    goto overview screen F5 and add the plan price for the activity in the cost center.  This step will automatically add new row in the activity type control data.
    Hope this helps.
    Thanks,
    Ram

  • Activity type in routing that was pick to compute the PO date

    Hello,
    Where in SAP could i find where does a production order pick what activity type it will pick to compute the production order finish date?
    Thanks
    Ryan

    Hai mangalraj,
    Thanks for your reply. In case of the formulas which we use in work centre. The values for calculating the formulas in case of Capacity and scheduling will they come from Operations assigned to the workcentre timings. In case of costing will they come from the activity type specified for them?
    Is this right?
    Can you please correct me if i m wrong?
    Thanking you in advance.
    Regards,
    Kris.S

Maybe you are looking for

  • Does anyone know how to transfer gift card credit from one itunes account to another?

    I redeemed my daughters gift card to the wrong account and want to transfer it to her account?  Any suggestions?

  • Cost of replacing GPS/Bluetooth/Wifi antenna?

    I have an iPhone 3GS which has recently stopped picking up GPS signals, and has a weak wifi and bluetooth connection. I find it difficult to tell from this forum whether it is a software/firmware issue, or hardware. However, I'm assuming it is a hard

  • Updating the PO

    Hi All,      when we save the transaction QM02, we need to update the PO, based on status of the Notification Number. status is not available  in any  userexit/BADI. How can i resolve the problem?. is it possible to trigger the custom program, when t

  • Family Details in ESS personal information

    Hi gurus, how to edit the family details in ESS personal information . when i click on family details link it is showing me spouse , child details beside child and spouse details there is a edit button, when i click on edit button it is showing the i

  • Ive accidentally closed all of my toolbars how do I get them back

    PLEASE HELP! I've closed ALL of my toolbars (by right-clicking and closing each one), now I have NO menu or toolbar and I have no way to navigate! I have right clicked in the area where a toolbar would be to try to re-open them and I don't get that o