Logical delete flag in fixed assets extract

I have to create a flat file of Fixed Assets data. I am asked to put the 'Logical Delete Flag' in it. My data will be based on the t.code AR01(report RABEST_ALV01). It uses the logical database ADA. My question is where can i find the logical delete flag and what does this field exactly mean?
Plz reply soon

I m closing this thread as I found the answer to it. An asset is never physically deleted in the system. But it can be marked for deletion(logical deletion).

Similar Messages

  • Amortize Adjustment Flag in Fixed Assets

    Hi,
    We have a requirement where we need to get all the assets for which the Amortize adjustment Flag is set. When we query a asset from Asset Workbench and then click on Books to see Cost, NBV etc. details,there is an option to make check mark against Amortize Adjustment. I want know which table hold value for this update.I see from the front end form that FA_BOOKS_V is being used but am not able to find this field in the table.
    Regards
    Aman

    Hi,
    You isolate assets where an amortized adjustment is made by checking fa_transactions_headers where (transaction_subtype = 'AMORTIZED' OR transaction_key = 'UA'). Any asset/book combination that meets that has an amortized adjustment. Since one can't make any expensed adjustments after an amortized adjustment, you don't have to check for a specific transaction. Just check where the condition exists.
    Regards.
    Ata ur Reman
    Thanks for Halim (My Oracle Support Community)

  • Database Adapter Logical Delete Not Working....

    Hi,
    I have an issue with the DB Adapter under BPEL GA 10.1.3.1. I'm trying to do a logical delete on a table however the logical delete isn't updating the records to show that they've been processed.
    I've created a simple test case with a 3 column table sitting in Oracle XE DB with the third column containing the logical delete flag. I've created a new process consisting of a DB Adapter partnerlink and a receive. In the logs (below) I can see the Select statement followed by the Update (logical delete) occurring but the Update statement just actually run against the DB. I can copy the update statement and run this through SQL as the same DB user and it updates the records.
    Has anyone seen this before?
    Thanks.
    <2006-11-13 15:06:30,901> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client acquired
    <2006-11-13 15:06:30,917> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> SELECT A, B, C FROM F_TABLE WHERE (C = ?)
         bind => [IN]
    <2006-11-13 15:06:30,917> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client acquired
    <2006-11-13 15:06:30,917> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> TX beginTransaction, status=NO_TRANSACTION
    <2006-11-13 15:06:30,917> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> TX Internally starting
    <2006-11-13 15:06:30,917> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> external transaction has begun internally
    <2006-11-13 15:06:30,917> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.DBAdapterConstants isElementFormDefaultQualified> Element is FTABLE namespace is http://xmlns.oracle.com/pcbpel/adapter/db/top/ReadTABLE
    <2006-11-13 15:06:30,933> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.ox.O_XParser parse> Transforming the row(s) [<FTABLE Record A />, <FTABLE Record B />, <FTABLE Record C />] read from the database into xml.
    <2006-11-13 15:06:30,933> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> [Read_TABLE_ptt::receive(FTABLECollection)]Posting inbound JCA message to BPEL Process 'Read_TABLE' receive activity:
    <FTABLECollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/top/ReadTABLE">
    <FTABLE>
    <a>Record</a>
    <b>A</b>
    <c>IN</c>
    </FTABLE>
    <FTABLE>
    <a>Record/a>
    <b>B</b>
    <c>IN</c>
    </FTABLE>
    <FTABLE>
    <a>Record</a>
    <b>C</b>
    <c>IN</c>
    </FTABLE>
    </FTABLECollection>
    <2006-11-13 15:06:30,933> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Delivery Thread 'JCA-work-instance:Database Adapter-6 performing unsynchronized post() to localhost
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> Begin batch statements
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> UPDATE F_TABLE SET C = ? WHERE ((A = ?) AND (B = ?))
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log>      bind => [OUT, Record, A]
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log>      bind => [OUT, Record, B]
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log>      bind => [OUT, Record, C]
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> End Batch Statements
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> TX commitTransaction, status=STATUS_ACTIVE
    <2006-11-13 15:06:31,073> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> TX Internally committing
    <2006-11-13 15:06:31,323> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> external transaction has committed internally
    <2006-11-13 15:06:31,323> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client released
    <2006-11-13 15:06:31,323> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> onBatchBegin: Batch 'bpel___localhost_default_Read_TABLE_1_4__1163389596916.ReadTABLE.FTABLE1163394391323' (bpel___localhost_default_Read_TABLE_1_4__1163389596916.ReadTABLE.FTABLE1163394391323) starting...
    <2006-11-13 15:06:31,323> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> onBatchComplete: Batch 'bpel___localhost_default_Read_TABLE_1_4__1163389596916.ReadTABLE.FTABLE1163394391323' (bpel___localhost_default_Read_TABLE_1_4__1163389596916.ReadTABLE.FTABLE1163394391323) has completed - final size = 3
    <2006-11-13 15:06:31,323> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client released
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::Read_TABLE> entering <scope> at line [no line]
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::Read_TABLE> entering <scope> at line [no line]
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::Read_TABLE> entering <sequence> at line 55
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::Read_TABLE> entering <sequence> at line 55
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELEntryReceiveWMP::Read_TABLE> executing <receive> at line 58
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELEntryReceiveWMP::Read_TABLE> set variable 'Read_TABLE_receive_InputVariable' to be readOnly, payload ref {FTABLECollection=108e2d22815529ac:-3067a9ff:10edf296212:-78da}
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELEntryReceiveWMP::Read_TABLE> variable 'Read_TABLE_receive_InputVariable' content {FTABLECollection=oracle.xml.parser.v2.XMLElement@1303465}
    <2006-11-13 15:06:31,339> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELInvokeWMP::Read_TABLE> executing <invoke> at line 61

    Hi,
    I haven't yet used 10.1.3, but we had a number of issues under 10.1.2.0.2 around caching and upd/ins/del.
    A number of things we changed were
    - set usesBatchWriting to false in oc4j-ra.xml file
    - set identityMap to NoIdentityMap via toplink work bench
    - set should-always-refresh-cache-on-remote,should-disable-cache-hits,should-disable-cache-hits-on-remote to true in toplink mappings.xml file (note this last one is only if toplink was not used to insert the source data).
    Ashley

  • Deleting Fixed Assets

    Hi,
      I'm reciving an error during transaction AS06:
    "Deleting is not possible. The asset already has values."
    the solution in sap is:
    "Delete the transferred values using the transaction for changing old assets."
    I'm trying to delete those values using AS92, but everything looks locked. Where exactly and exactly how shall I remove this??
    Thanks for any help.
    Lukas

    Hi,
    you can use this FM to delete the fixed asset.
    <b>ASSET_MASTERRECORD_MAINTENANCE</b>
    while calling the FM you need to send the parameter
    <b>i_trtyp = 'L'. "deletion flag </b>
    along with other parameters.
    check that..
    vijay
    Message was edited by: Vijay Babu Dudla

  • Delete Worklist created in Fixed Assets thru AR31

    In Fixed Assets, i created and released an worklist using t-code AR01 and AR31 for Cost Center mass change few days back. I cant manually change any cost center in asset master record for those assets already in worklist and it still shows its status as "In Process"! My substitution rule is correct but somehow its not processing further. If you can create and edit worklist, you should be able to delete it as well.
    Can you delete the worklist if its in process mode? Do i need to have authorization for it?
    Plz help.

    First delete the substitution  you have created for the work list, also check if you have authorization to delete substitution
    Creating and Deleting Worklists
    http://help.sap.com/saphelp_nw04/helpdata/en/65/add1a4bd0211d291c70000e8a5f6e6/content.htm
    Pls assign points as way to say thanks

  • How can I use XL report to extract data in Fixed Assets module?

    Can user use XL Reporter to develop reports on Fixed Assets data such as FA Master Data? In another word, can XL
    Reporter be used on FA module? If so, how can this be done?

    Hi
    As there is no reports available for Fixed Asset Module, u have to develop by taking tech help.
    Or else u can use crystal reporter instead.
    Regards,
    Kashi

  • Delete fixed assets

    Hi,
    I have a Fixed assets posted back on April, It was 70% deposit payment
    before we get capex started Company went bankrupt,
    Now I would like to cancel fixed assets but It is already depreciation
    since April-10,
    What is the steps the cancel fixed assets,
    Please let me know,
    Kind regards,,,

    Hi,
    I have a Fixed assets posted back on April, It was 70% deposit payment
    before we get capex started Company went bankrupt,
    Now I would like to cancel fixed assets but It is already depreciation
    since April-10,
    What is the steps the cancel fixed assets,
    Please let me know,
    Kind regards,,,
    Sanju

  • Fixed Asset import - Life Parameter

    Hi All.
    I'm attempting to import legacy fixed assets. In the log file I am getting a Life Parameter error.
    Can you please check my logic and / or correct me.
    End of Financial Year is 30/06/09 (2009-06-01) . Useful life = 48 months. Depreciation start date = 2009-07-01
    I am attempting to upload a remaining life of 47 months
    Capitalisation date = 2009-06-01
    Depreciation Start Date = 2009-07-01
    Remaining Life = 47
    Have I got this right? Anyone have any ideas on what could be the issue?
    Thanks
    Peter

    Hi,
    The import functionality is mainly designed to import legacy data , meaning that user wants to have start of fiscal year values of a fixed assets with capitalisation-start depreciation date in a year earlier than fiscal year of the import
    In your scenario, the Fiscal year of start depreciation is 2009 and you want to import values at start fiscal year of 2009, logically this
    means that start depreciation date is not earlier than first day of fiscal year 2009, so the reamining useful life must be equal to total useful life.
    For acquisitions in current fiscal year I would recommend to use the module 'adquisition' rather than import
    I stronlgly recommend to visit in SAP Channel portal, Business One, SELF-HELP & LIBRARY, Financial Add-ons: There, under root cause , there is one item dedicated to Fixed assets problems and in particular to import processes.
    Jose Antonio Castillo
    SAP Business One Support Consultant

  • FIXED ASSET Note 113711 - FA ISR Depreciation Adjust. & IMPAC Balance Aver

    Hi Gurus, I have a question about this note referent at Fixed Asset , in the next topic:
    After release upgrade the import has to be repeated for the new
    release.
    Please take the transport from SAPSERVx, path:
    ~ftp/specific/latinamerica/MX/note.0113711
    Directory note.0113711 contains the following transports files:
    - For Rel. 3.0F and 3.1 please transport:
    R900246.LD3 (data)
    D900246.LD3 (cofile)
    which will create the next objects:
    DEVC ZAA Development class
    DOMA ZINDE Domain for INPC value
    DTEL ZINDE Data element for INPC value
    FUGR ZINP Function group for table maintenance
    PROG ZAAUFW01 MAIN PROGRAM
    PROG ZXANLU04 Include with calculation logic
    TABL ZINPC Table for INPC values
    I don't understand the sentence :
    "Please take the transport from SAPSERVx, path:
    ~ftp/specific/latinamerica/MX/note.0113711"
    I don't know how connect at this server for download files .LD3.
    that request the note 113711.
    Thanks for the help.

    Thanks for your answer Sreenivas, I have a doubt :
    The first part of the note refered at release 3.0 and 4.0.
    I have worked the version 5.0, and in the Note 113711 there is a paragraph that says:
    "If you want to transport the INPCs values into the ZINPC table, please
    AFTER having transported the previous files, transport files:
    R900248.LD3
    K900248.LD3
    which contains the INPCs values since 1950.
    - For Rel. 4.0B and after, please transport:
    R900040.LD1
    K900040.LD1
    In rel. 4.0B and after, the program uses the INMA indexes tables. There is no need to create a table ZINPC anymore to maintain the INPCs values.
    The Index that the program uses is the general one defined in the Inflation Method for the company code for FI. It uses the definive values of it."
    My question is if I have download the files *.LD3 for release subsequent at 4.0 because I actually have worked version 5.0 of SAP R/3.
    Thanks for your answer.

  • Follow up action to set delete flag after UD (QS41, QS51)

    Hi all,
    If user give UD as 'not good' for Equipment (eg Vernier Caliper) then he has to set delete flag for maintenance plan no and Equipment no through IP02 and IE02 respectively
    now he want that, above delete flag should set automatically after giving UD so particular maintenance plan or equipment should not release in future.
    I got one follow up action 'QM_PM' in transaction QS51 due to this after giving UD for Inspection lot, plan get technically complete (TECHO)
    so how to make changes so i'll achieve above functionality
    plz tell me about catalog, follow up action, QS41
    thanks....

    Hi all,
    i got one solution on which i am working
    Steps:
    1.The solution is to use the User Exit namely QEVA0010 and use the logic as mentioned below.
    2. Test and use the above mentioned user exit.
    3. The first condition should be checked for Inspection Type - 14 and for UD code NG.
    4.Logic to be used To set the deletion flag for the Equipment.
       Go to Table QAPP - Pass inspection lot Number and get the Equipment no.
       Go to Table EQUI - Pass Equipment no and get OBJNR  
    Go to Table JEST - Pass the Objnr - The value for deletion flag status is active is I0076 and the value for deletion  flag inactive is I0320.
       In order to set the deletion Flag,use help of FM - STATUS_CHANGE_INTERN to code.
    5.Logic to be used To set the deletion flag for the Maintenance Plan.
    Go to Table QALS - Pass inspection lot no and get the order no.
    Go to Table AFIH - Pass order no - Get maintenance Plan.
    Go to Table MPLA - Pass the maintenance plan and get the Objnr no.
    JEST - Pass the Objnr - The value for deletion flag status is active is I0076 and the value for deletion flag inactive is I0320.
      In order to set the deletion Flag,use help of FM - STATUS_CHANGE_INTERN to code.

  • New user to Oracle 11i who needs help on creation of new fixed asset class

    Hi all,
    I am new to my Company who is using Oracle 11i. And the Company has a new class of fixed asset and a GL code has been created. But there is no link between the Fixed Asset Manager and the GL code, i.e. depreciation is not linked, additions are not captured into "Cost register", no asset number was assigned in Oracle. Please help.
    Thanks,
    Simon

    Hi.
    No, Simon, it does not work that way.
    First, be sure that the distribution line has the flag "Track as Asset" checked.
    Second, the GL Account to be used on the distribution line must be the one defined, in the FA Asset Category, as the Asset Clearing Account.
    In FA, navigate to /Setup/Asset System/Asset Categories. Following, query a Category. There you can see which account has been used as the Asset Clearing Account.
    You can use as many Asset Clearing accounts as you which, but normally, all Categories share the same account.
    Now reverse the distribution line and cretae a new one with the correct account. Post it, run the Mass Additions Process and you will see the that the addition was created.
    Hope this helps.
    Octavio

  • SAP fixed asset add-on. Not able to import master data using upload pgm.

    Hi all,
    I am trying to import fixed asset master data using an excel file into sap B1 2007a patch level 42. I am able to run the import transaction. It tries to process and then giving me a message ' Import end: Number of successfully imported assets: 0. Number of processed assets:2. We have looked at the event log file and couldn't find anything related to the upload.  I have gone through other posts and didn't face this issue. Any hellp is apreciated.
    Path which I am using to upload the fixed asset master master data: Administration --> Setup --> fixed asset --> import fixed asset master data.
    Following points (see below) also taken into account while creating the master data sheet.
    also replaced the ',' in the csv file to ';' before uploading and changed the fixed asset mode to 'transfer' in the administration --> system initialization > company detaills> basis initialization.
    Thanks
    Johnson zavier
    Mandatory:     Item Code = Asset Class; this Asset Class must be previous defined in the Asset Settings (don't change/delete anything in the item-master data - there are the Asset Classes Z-00u2026. Are stored          
         Description = Description of this Asset          
         Capitalization Date = do it like this (YYYY-MM-DD). This columne must be a text format          
         APC = Aquisition/Procuction Cost; when you have digits after coma please use dot for separation - don't use thousand separators; Example 23444.45          
         Quantity = only mandatory, when you use the same assets stored under one asset number. Example you have ten equal chairs, so you can handle this with one asset number and quantity ten          
         Dep01 = Depreciation area; this entry must be previous defined in the Asset Settings          
         Depr Start date 01 = do it like this (YYYY-MM-DD). This columne must be a text format. The beginning must be the first of the month. Please compare it in this case with the capitalization date          
         Useful Life 01 = calculated in months (not years)          
         Remaining Life 01 = calculated in months (not years)          
         Depr Type 01 = Depreciation Type must be previous defined in the Asset settings
         Ordinary Depr 01 = ordinary depreciation; this is the comulated value you can see in the asset history sheet from the old asset solution. When you have digits after coma please use dot for separation - don't use thousand separators; Example 23444.45
         Unplanned Depr 01 = unplanned/extraordinary depreciation; this is the comulated value you can see in the asset history sheet from the old asset solution. When you have digits after coma please use dot for separation - don't use thousand separators; Example 23444.45
         SpDpAcc1 01 = Special depreciation account; when you use special depreciations and you have it to balance on special accounts fill in this account. This is an exeption - in normal projects not needed
         SpDpKey2 01 = Special depreciation; when you use special depreciation you have to enter this cumulative value in this field. This is an exeption in normal projects not needed
         SpDpAccu2026 = for further special depreciation accounts; This is an exeption
         SpDpKey.. = for furhter special depreciation values; This is an exeption
    Optional:     Vendor Code = when using this please be aware that the vendor code is previous defined in the system
         all others = you can use if you want. The only limitation is the type/length of these fields
         When you are ready with your entries mark from the first free row on for instance the next 20 rows than right mouse key - delete rows. This is necessary to prevent that in the background are invisible signs
         After entering in this default excel all your assets, please save it as .csv file. (the grey message - relation to information of csv - please say yes; when you close than excel a furhter message - would you save.. - please say no now
         After entering all data please save it as .CSV file. First grey window (format information) please choose 'yes'. Second window (when you close this file) please choose 'no'.
         You have now a .csv file in hands right now for uploading into the fixed assets.
         This example you can use for a test-import based on the year 2004

    The issue was  because of the conflict of Depr. Start Date, Use Life and Remaining Life. After I corrected the data, it worked just fine. The note 876670 helped me to resolve this issue. Thanks to Adam at Toronto SAP Business one support for his expert analysis and suggestions.
    thanks
    johnson zavier
    Edited by: Johnson Zavier on Feb 19, 2009 11:10 PM
    Edited by: Johnson Zavier on Feb 19, 2009 11:20 PM

  • Changes and Logical Delete in View Maintenance

    Hi everybody.
    I've defined a table view maintenance V_TABLE for T_TABLE, with five fields. One of them is defined as 'R' (not editable field).
    I defined an event 05 and an event 02 (for create and save) where I move SY-DATUM to the CREATED_DATE or UPDATE_DATE fields depending on it is a new record or a modification.
    But if I modify several records only one is updated.
    Besides, if the action is "delete" in the view maintenance, it must be a logical delete and move an 'X' to one of the editable fields.
    Can you help me please ?
    I can't see the action for each record in global tables.
    Event f_save  ( 02 )
      IF t_table-created_date IS INITIAL.
        t_table-created_date = sy-datum.
      ELSE.
        t_table-last_upd_date = sy-datum.
      ENDIF.
      MODIFY t_table.
    Event f_new_entry ( 05 )
      t_table-created_date = sy-datum.
    Thanks in advance,
    Liliana.

    Hello Karol, thank you for your answer.
    Now, when  I create new entries and select modify, hidden fields are updated.
    But when I select the delete option, it must be a logical delete, not physical. I must update one field with an 'X', but not delete. Can you help me with this ?
    Below is the include up now.
    FORM f_delete
    TYPES: BEGIN OF t_data.
    INCLUDE STRUCTURE /tenr/t_ppintwc.
    TYPES: action,
    END OF t_data.
    DATA: ls_total   TYPE t_data.
    DATA: lt_total   TYPE TABLE OF t_data.
    DATA: ls_extract TYPE t_data.
    DATA: lt_extract TYPE TABLE OF t_data.
    * get data from table maintenance
    lt_total[] = total[].
    lt_extract[] = extract[].
    LOOP AT lt_total INTO ls_total WHERE action = 'D'.
    IF sy-datum BETWEEN ls_total-begda AND ls_total-endda.
    ls_total-endda = sy-datum.
    IF ls_total-created_date IS INITIAL.
    ls_total-created_date = sy-datum.
    ls_total-created_time = sy-uzeit.
    ls_total-created_by = sy-uname.
    ELSE.
    ls_total-last_upd_date = sy-datum.
    ls_total-last_upd_time = sy-uzeit.
    ls_total-last_upd_by = sy-uname.
    ENDIF.
    ENDIF.
    IF sy-datum < ls_total-begda.
    ls_total-endda = ls_total-begda.
    IF ls_total-created_date IS INITIAL.
    ls_total-created_date = sy-datum.
    ls_total-created_time = sy-uzeit.
    ls_total-created_by = sy-uname.
    ELSE.
    ls_total-last_upd_date = sy-datum.
    ls_total-last_upd_time = sy-uzeit.
    ls_total-last_upd_by = sy-uname.
    ENDIF.
    ENDIF.
    MODIFY lt_total FROM ls_total.
    total[] = lt_total[].
    append ls_total to lt_extract.
    extract[] = lt_extract[].
    ENDLOOP.
    ENDFORM.                    " F_DELETE
    Thanks in advance.
    Liliana.
    Code Formatted by: Alvaro Tejada Galindo on Jan 4, 2010 3:12 PM

  • Deletion Flag for WBS element

    In what situation we can use a deletion Flag. Once we set a deletion Flag for the WBS element, what are the impacts, i mean what can be done and what cannot be for that particular project.

    HI
    The Deletion flag status designates work breakdown structures or WBS elements that have been flagged for deletion. This means that the objects are deleted logically, but not physically
    for more clarity please refer to the sap HELP on System statuses on workbreak down structures.
    Regards.
    Vara prasad

  • G/L Movement Types for Fixed Assets

    Dear All,
    for the key figures displayed in report "Schedule of Fixed Assets"  I need the corresponding G/L Movement Types. I found it for the posting types in  attached screenshot already, but for the following key figures I would it need urgently for my customer:
    - HIST_COSTS_START_OF
    - TRANSFERS
    - WRITE_UPS
    - ACCUMULATED_DEPR
    - VALUE_ADJUSTMENTS
    - NETBOOKVALUE_END_OF
    - NETBOOKVALUE_START_OF
    The customer needs it for consolidation preparation
    Thanks a lot and best regards!
    Katrin Gruber

    Hallo Katrin,
    There is no easy way of matching the G/L movement types from your attachment to the key figures in the schedule of fixed assets.
    The report Fixed Asset line items displays all fixed asset relevant postings for the selected criteria. I displayed in the report the G/L movement types (as displayed in the journal entry) and in addition the business transaction type.
    In report "Schedule of Fixed Assets" you have a mixture of movement types
    Total of Depreciation, which compares to G/L movement type 450
    Acquisition Costs, which is is the sum of G/L movement type 400 (Business Transaction Type 647 + 643) and 400 (BTT: 641, but not 642)
    In addition here balances are displayed, which do not relate to journal entries with movement types (e.g. Net Book Value at End of 004.2015).
    Seeing this please understand, that mapping from key figures to movement types is not possible.
    You have two options:
    use data extraction for consolidation with movement types or
    maybe extracting the data from the report with OData depending on your needs.
    Best regards
    Marlene
    PS: I will provide a blog in the next days/weeks for the topic of consolidation.

Maybe you are looking for