Mobile number is not uploading for BP master data creation using BAPI ?

Hi,
I am creating Business Partner Master data in ISU/CCS using the BAPI "BAPI_ISUPARTNER_CREATEFROMDATA". Uploading data from Excel.
Successfully uploading and creating new Business Partners apart from Mobile number, nick name,middle name, and name of birth fields.
There are 2 issues i am facing:
1. There is no field name is called Mobile number (data element AD_MBNMBR1) in structures of that BAPI.
2. Nick, middle and birth names fields are there, but they are under the Expand(+ symbol) in FPP2 (FPP1) Tcode. That's why these fields are not uploading.
How to upload them?
Please help me out.
Thanks
Sarayu Parvathaneni.

Hello Roopesh,
Ususally, to make the BAPI update the database, you have to run BAPI
BAPI_TRANSACTION_COMMIT after BAPI_PRDSRVAPS_SAVEMULTI2 is executed.
In se37-> You may insert
BAPI_PRDSRVAPS_SAVEMULTI2
BAPI_TRANSACTION_COMMIT
in the Menu-->function module >test>test sequences.
Also as Mani said, if the update is successful the return parameter will be '0'.
Regards,
Ademola

Similar Messages

  • DTP error: Lock NOT set for: Loading master data attributes

    Hi,
    I have a custom datasource from ECC which loads into 0CUST_SALES.  I'm using DTP & transformation which has worked for loading data in the past for this infoobject.  The infopackage loads with a green status but when i try to load data, the DTP fails with an error message at "Updating attributes for InfoObject 0CUST_SALES Processing Terminated" & the job log says: "Lock NOT set for: Loading master data attributes".  I've tried reactivating everything but it didn't help. Does anyone know what this error means? We're on SP7.   Thanks in advance!

    Hello Catherine
    I have had this problem in the past (3.0B) --> the reason is that our system was too slow and could not crunch the data fast enough, therefore packets where loacking each other.
    The fix: load the data into the PSA only, and then send it in background from the PSA to the info object. By doing this, only a background process will run, therefore locks cannot happen.
    Fix#2: by a faster server (by faster, I mean more CPU power)
    Now, maybe you have another issue with NW2004s, this was only my 2 cents quick thought
    Good luck!
    Ioan

  • How to use LSMW on CRM for bulk master data creation?

    Hello Experts,
    I need your help to able to use LSMW on CRM for bulk master data creation. Below is described my detailed requirement; -
    We have CRM 2007 integrated with SAP ISU (ECC6.0). As per business process all Business Master Data (BP details, Business Agreement details etc) and Technical Master Data (Connection Object, PoD etc.) is created in CRM and then it is replicated in ISU. We are going to start Assembly Test soon. Now we need to have all master data in place. Tool we want to use is LSMW.
    Now can you help me right from scratch on how to use LSMW for bulk master data creation in CRM?
    Please give me documents / links etc that is relevant.
    Regards,
    Rohit

    Hi,
    I have looked into your query.
    These are some information which might be useful to you.
    What is LSMW?
    Legacy System Migration Workbench or LSMW is SAP standard program that can be used to easily load / change master data or transactions in SAP without any programming at all. It can be used to upload data at cutover, such as: open orders, contracts, materials, vendors, stock on hand. It can also be used in a production system to make changes to existing data. Very limited authorization checks are available on the transaction, so the use of it must be very well controlled.
    One input file can be used to create all the views of the material master. For all the material types. Even if different views and fields are used for the different materials.
    Steps to take
    1. Create text file with data to be loaded
    2. Set up and run LSMW
    The following link will provide good information on LSMW Idoc method:
    [http://help.sap.com/saphelp_nw04/helpdata/en/ad/2d54a41d7011d2b42e006094b944c8/frameset.htm]
    I hope this helps.
    Regards,
    Venkat

  • Validation for vendor master data creation

    Dear All,
    Can anybody suggest how to apply validation while creation of vendor master data. As this can not be done through GGB1 as it is ment for document level validation. Please suggest any user exit or badi or validation path for this.
    Thanks & Regards

    hi,
    the enhancement for vendor master is SAPMF02K, you can easily add your own check, pls. check in tcode SMOD!
    hope this helps
    ec
    >
    Srinivasa Maruvada wrote:
    > Hi
    >
    > Check TCode for validation OB28, for substitution OBBH
    > and also OKC9 which may helps you.
    > Cheers
    > Srinivas
    your post is rubbish, substitutions and validations are in use in document posting, not for master data creation. Even the OP told this, when he asked his question...

  • Integrating MDG in Financial Self Service for Asset Master Data creation in CRM portal

    Hello Experts,
    I have a requirement in CRM box.
    If we navigate to SAP menu we have Self Service -> Financial Internal Self Services.
    Then a portal page will open in browser. There we have link Master Data Services.
    In that link we have standard sublinks for some financial master data creation.
    This is coming from LPD_CUST(Launchpad Customizing) -> FINISS. In this Master Data Services we have to create new link for "Create Asset".
    We can't go for Transactional iView. We have to choose Application Type as Web Dynpro ABAP only as present in standard links.
    And in the Application USMD_ENTITY_VALUE2 should be present as generic UI component.
    But after that what needs to be done for asset I am not getting. We have to do some config for component for web dynpro component, entity types, UIBB etc. InSPRO also, Cross-Application components ->Process and tools for Enterprise Applications -> MDG -> General Settings also we have to do something. I have collected info in isolated way.
    How to approach for this. Please suggest.
    Regards,
    Somnath Mitra

    Hello Experts,
    I have a requirement in CRM box.
    If we navigate to SAP menu we have Self Service -> Financial Internal Self Services.
    Then a portal page will open in browser. There we have link Master Data Services.
    In that link we have standard sublinks for some financial master data creation.
    This is coming from LPD_CUST(Launchpad Customizing) -> FINISS. In this Master Data Services we have to create new link for "Create Asset".
    We can't go for Transactional iView. We have to choose Application Type as Web Dynpro ABAP only as present in standard links.
    And in the Application USMD_ENTITY_VALUE2 should be present as generic UI component.
    But after that what needs to be done for asset I am not getting. We have to do some config for component for web dynpro component, entity types, UIBB etc. InSPRO also, Cross-Application components ->Process and tools for Enterprise Applications -> MDG -> General Settings also we have to do something. I have collected info in isolated way.
    How to approach for this. Please suggest.
    Regards,
    Somnath Mitra

  • MDM Material Master data creation using Guided Procedures

    Well, i searched a lot on the forums but didnt get any thing.
    My requirement is to use MDM Java APIs for creating material master data using Guided Procedures. However, i got one nice document "[How to create master data centrally using guided procedure|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92811997-0d01-0010-9584-f7d535177831]". This doc discuss about business partner creation and also have a link to downloadable file. But now when i click on this download link, it says download expired !
    Can anyone please post a valid link to these deployable files?
    Or anyone could post some usefull materail or links on the above mentioned requirement?
    Kindly reply, any help will be highly appreciated.
    Regards,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Sep 27, 2008 11:29 AM

    Wow, that was indeed a quick reply i have ever got on SDN. Thanks for the excellent link jitesh. However, where will i get the deployable files that it selects in the Import GP/CAF contents step of the demo? those are the webdynpro components files. One is SCA and other is SDA. Where will i get them?
    Kindly post the link to those files if u have them or else send it across.
    Regards,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Sep 27, 2008 11:53 AM

  • Lock NOT set for: Loading master data attributes error

    Hi experts,
    We were encountering this error before when trying to load master data.  When we checked the system we could not find any locks at the time, and activation or kicking off the attribute change run failed again.  We finally solved the problem running FM RSDDS_AGGR_MOD_CLOSE which sets the close flag to 'X' in table RSDDAGGRMODSTATE.  I have read that it is possible this lock error happens when two change runs happen at the same time.
    My question are:
    1. is it possible to find out what process exactly "caused" the lock? the table RSDDAGGRMODSTATE does not have a reference to any object or job. I am curious as we are trying to find ways to avoid this in the future...
    2. in our case, when we could not find any locks, is running this fm the only work around? is this a best practice?
    mark
    Message was edited by:
            Mark Siongco
    Message was edited by:
            Mark Siongco

    Hello Catherine
    I have had this problem in the past (3.0B) --> the reason is that our system was too slow and could not crunch the data fast enough, therefore packets where loacking each other.
    The fix: load the data into the PSA only, and then send it in background from the PSA to the info object. By doing this, only a background process will run, therefore locks cannot happen.
    Fix#2: by a faster server (by faster, I mean more CPU power)
    Now, maybe you have another issue with NW2004s, this was only my 2 cents quick thought
    Good luck!
    Ioan

  • Request Number is not generated for BRM "new" role creation

    Hello Gurus,
    I have configured BRM in SAP GRC AC 10, along with the workflow .
    I have selected the following methodology
    Define Role --> Maintain Auth >Analyze & Access Risk>Request Approval>Generate Roles>Maintain Test Cases
    Role name : Y_TEST_BRM_FUNCTIONALITY
    So i do the following steps and assign
    1) Role approver as Mr. ABC & Alternate approver as Mr. QRS
    2) Assign the Required transactions and do the RAR i.e i am done till step 3 of methodology
    When i click "Initiate Approval request"
    The approval triggers , and goes to the 1st stage as configured in MSMP
    1) Power User Approval .
    Here the Power User : EFG , open his workflow and see the request as
    Role approval required for role Y_TEST_BRM_FUNCTIONALITY
    The approver approves the request and then the request all together vanishes.
    Unfortunately i am not able to search the request for that role from NWBC -->Search request by
    Process Id : Role Approver Workflow
    It gives blank !!
    Hence neither i am able to find the request no able to do any debugging of it using
    GRFNMW_DBGMONITOR_WD
    Please note that the Request Id is created for any request in CUP.
    Is it that i have to create a number range for BRM request ??
    If so will you please let me know the object

    Hello All,
    I was wrong in posting the cause of problem.
    Please note no "Request number" is generated for Role creation Request.
    The problem was i was unable to search the Role Request approval status from "Search Request" via  Process Id
    It got resolved via SAP note 1643539 : UAM: Search Request not returning result for some Process Id.
    My Issues is Resolved.
    Thank You.
    Regards,
    Victor

  • Lock NOT set for: Loading master data attributes

    Error when running Process chain on a load pls can you advise?
    Thanks

    Hi,
    Probably some other job is running for the same tables,or activation change run is happening.
    Check your monitor to see what other jobs are running or check in SM37. Wait till those jobs finish and then try again.
    You can also use tcode SM12 to delete any lock entries as well.
    Cheers,
    Kedar

  • The serial number is not valid for this product

    Hello,
    I have changed laptop and tired to reinstall Photoshop but says "The serial number is not valid for this product". I used same serial on my old laptop.
    I installed trial version then tried to activate, but says same error.
    note: It is photoshop 12 for windows , english version , CS5 , volume license
    Could you please help.

    Hello,
    I have changed laptop and tired to reinstall Photoshop but says "The serial number is not valid for this product". I used same serial on my old laptop.
    I installed trial version then tried to activate, but says same error.
    note: It is photoshop 12 for windows , english version , CS5 , volume license
    Could you please help.

  • Item Master Data Creation - Statuses

    Greetings,
    My client is looking for best practice - status naming conventions for Item Master Data Creation Process. They are in the Specialized Retail Industry and have internal naming conventions and want to align more with Industry Standards.  Their process has 3 staging areas - 1st - Baseline Master Data, 2nd - Internal Enrichment, 3rd - Item Master Complete - item master is now ready to be used  to build offers.
    thanks!
    MC

    Hi Mir - thanks for taking time to respond.  I think my question might have been confusioning. Its process related.  The client starts creating their item master with a minimal amount of information required to create a PO- (stage1 - example status would be "Available to Procure") the master then gets enriched with more internal information such as classifications and attributes to be consumed by other business areas and down stream processes specific to their business - such as building an offer for Web or TV (stage2 - example status would be "Available to Build Offer").  Client is looking for advice on what to name Stage 1 and Stage 2 status  
    Any thoughts?

  • 'Create' Push button is not working in BDC and LSMW while uploading G/L master data

    Hello Experts:
    I am facing the following problem:
    While uploading G/L master data with the BDC program, 'create' push button is not working  even after executing following lines.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=ACC_CRE'.
    Create G/L account  screen is not coming in BDC. Please suggest me what to do.
    Thanks !!

    Re: 'Create' Push button is not working in BDC and LSMW while uploading G/L master data
    Re: 'Create' Push button is not working in BDC and LSMW while uploading G/L master data
    Hi Glen Anthony
    Thank you for the reply Glen Anthony please take a look at the following code.
    REPORT  ZFI_BDC_FS00
            NO STANDARD PAGE HEADING LINE-SIZE 255.
    *INCLUDE BDCRECX1.
    TYPES : BEGIN OF STR,
       BUKRS TYPE GLACCOUNT_SCREEN_KEY-BUKRS,        "Company Code
       SAKNR TYPE GLACCOUNT_SCREEN_KEY-SAKNR,        "G/L Account Number
       KTOKS TYPE GLACCOUNT_SCREEN_COA-KTOKS,        "G/L Account Group
       XPLACCT TYPE GLACCOUNT_SCREEN_COA-XPLACCT,    "P&L statement account
       XBILK TYPE GLACCOUNT_SCREEN_COA-XBILK,        "Indicator: Account is a balance sheet account?
       TXT20_ML TYPE GLACCOUNT_SCREEN_COA-TXT20_ML,  "G/L account short text
       TXT50_ML TYPE GLACCOUNT_SCREEN_COA-TXT50_ML,  "G/L account short text
       WAERS TYPE GLACCOUNT_SCREEN_CCODE-WAERS,      "Account currency
       XSALH TYPE GLACCOUNT_SCREEN_CCODE-XSALH,      "Indicator: Only Manage Balances in Local Currency
       MWSKZ TYPE GLACCOUNT_SCREEN_CCODE-MWSKZ,      "Tax Category in Account Master Record
       XMWNO TYPE GLACCOUNT_SCREEN_CCODE-XMWNO,      "Indicator: Tax code is not a required field
       MITKZ TYPE GLACCOUNT_SCREEN_CCODE-MITKZ,      "Account is reconciliation account
       XOPVW TYPE GLACCOUNT_SCREEN_CCODE-XOPVW,      "Indicator: Open item management?
       XKRES TYPE GLACCOUNT_SCREEN_CCODE-XKRES,      "Indicator: Can Line Items Be Displayed by Account?
       ZUAWA TYPE GLACCOUNT_SCREEN_CCODE-ZUAWA,      "Key for sorting according to assignment numbers
       FSTAG TYPE GLACCOUNT_SCREEN_CCODE-FSTAG,      "Field status group
       XINTB TYPE GLACCOUNT_SCREEN_CCODE-XINTB,      "Indicator: Is account only posted to automatically?
       END OF STR.
    DATA : ITAB TYPE TABLE OF STR WITH HEADER LINE,
            IT_BDCDATA TYPE TABLE OF BDCDATA WITH HEADER LINE,
            TXT(4096) TYPE C OCCURS 0,
            MSG TYPE STRING,
            COUNT(5) TYPE N.
    SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
       PARAMETERS : MY_FILE TYPE RLGRAP-FILENAME.
    SELECTION-SCREEN : END OF BLOCK B1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR MY_FILE.
    CALL FUNCTION 'F4_FILENAME'
      EXPORTING
        PROGRAM_NAME        = SYST-CPROG
        DYNPRO_NUMBER       = SYST-DYNNR
    *   FIELD_NAME          = ' '
      IMPORTING
        FILE_NAME           = MY_FILE
    CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
       EXPORTING
    *   I_FIELD_SEPERATOR          =
    *   I_LINE_HEADER              =
         I_TAB_RAW_DATA             = TXT
         I_FILENAME                 = MY_FILE
       TABLES
         I_TAB_CONVERTED_DATA       = ITAB[]
      EXCEPTIONS
        CONVERSION_FAILED          = 1
        OTHERS                     = 2
    IF SY-SUBRC <> 0.
    * IMPLEMENT SUITABLE ERROR HANDLING HERE
    ENDIF.
    START-OF-SELECTION.
    COUNT = 0.
    LOOP AT ITAB.
    *PERFORM OPEN_GROUP.
    REFRESH  IT_BDCDATA.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_KEY-BUKRS'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=ACC_CRE'.
    *PERFORM BDC_FIELD       USING 'BDC_CURSOR'
    *                              'GLACCOUNT_SCREEN_KEY-BUKRS'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_KEY-SAKNR'
                                   ITAB-SAKNR. "'5'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_KEY-BUKRS'
                                   ITAB-BUKRS. "'TATA'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=2102_GROUP'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_COA-KTOKS'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-KTOKS'
                                   ITAB-KTOKS. "'GL'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XPLACCT'
                                   ITAB-XPLACCT. "'X'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=2102_BS_PL'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_COA-XBILK'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-KTOKS'
                                   ITAB-KTOKS. "'GL'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XPLACCT'
                                   ITAB-XPLACCT. "''.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XBILK'
                                   ITAB-XBILK. "'X'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=TAB02'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-KTOKS'
                                   ITAB-KTOKS. "'GL'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XBILK'
                                   ITAB-XBILK. "'X'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_COA-TXT50_ML'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-TXT20_ML'
                                   ITAB-TXT20_ML. "'G/L ACCOUNT'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-TXT50_ML'
                                   ITAB-TXT50_ML. "'G/L ACCOUNT'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=TAB03'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-WAERS'
                                   ITAB-WAERS. "'INR'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XSALH'
                                   ITAB-XSALH. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-MWSKZ'
                                   ITAB-MWSKZ. "'*'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XMWNO'
                                   ITAB-XMWNO. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-MITKZ'
                                   ITAB-MITKZ. "''.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_CCODE-ZUAWA'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XOPVW'
                                   ITAB-XOPVW. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XKRES'
                                   ITAB-XKRES. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-ZUAWA'
                                   ITAB-ZUAWA. "'1'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=SAVE'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_CCODE-XINTB'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-FSTAG'
                                   ITAB-FSTAG. "'G019'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XINTB'
                                   ITAB-XINTB. "'X'.
    *PERFORM BDC_TRANSACTION USING 'FS00'.
    CALL TRANSACTION 'FS00' USING IT_BDCDATA MODE 'E' UPDATE 'S'.
    COUNT = COUNT + 1.
    *PERFORM CLOSE_GROUP.
    ENDLOOP.
    CONCATENATE COUNT ' RECORDS UPDATED SUCCESSFULLY' INTO MSG.
    MESSAGE MSG TYPE 'I'.
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
       CLEAR IT_BDCDATA.
       IT_BDCDATA-PROGRAM  = PROGRAM.
       IT_BDCDATA-DYNPRO   = DYNPRO.
       IT_BDCDATA-DYNBEGIN = 'X'.
       APPEND IT_BDCDATA.
    ENDFORM.
    *        INSERT FIELD                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
    *  IF FVAL <> NODATA.
         CLEAR IT_BDCDATA.
         IT_BDCDATA-FNAM = FNAM.
         IT_BDCDATA-FVAL = FVAL.
         APPEND IT_BDCDATA.
    *  ENDIF.
    ENDFORM.

  • Lsmw for uploading GL Accounts Master data

    Hi SAP Gurus
    I am Uploading GL Accts Master data using LSMW in the following procedure:
    1) Upload GL Accounts only, COA Level - B/S : FSP0
    2) Upload GL Accounts only, COA Level - P&L : FSP0
    Successfull in above 2.
    How should I;
    Upload GL Accounts on Company Code Level: FSS0
    - While recording, should I include the GL Account No. field.
    I tried it but the cc segment is not updated for GL accounts already created in FSP0.
    Please help.
    Points Guaranteed.
    Regards
    Jamil

    [Legacy System Migration Workbench]
    LSMW Version Number : 4.0.0
    LSMW Version Date : 31.08.2004
    R/3 Installation Number : 0020263291
    R/3 System Id : PRO
    R/3 Release : 700
    R/3 Client : 300
    R/3 Operating System : HP-UX
    R/3 Database System : ORACLE
    R/3 Hostname : sapukpn1
    User Id : ATKACHENKO
    Date : 25.12.2008
    Time : 16:45:09
    Local Date : 25.12.2008
    Local Time : 16:45:09
    Local Timezone : EET
    [Project Information]
    [Project Name     ] : Z_MOE
    [Project Text     ] : Z_MOE
    /SAPDMC/LSGPRO                Z_MOE          ATKACHENKO  20070620
    /SAPDMC/LSGPROT               8Z_MOE          Z_MOE
    [Recordings]
    [Recording        ] : ACCOUNTS
    [Recording Text   ] : Accouunt_CREAT
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0001                                        0000TFS00                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0002SAPLGL_ACCOUNT_MASTER_MAINTAIN          2001X                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0003                                        0000 BDC_OKCODE                                                                                =ACC_CRE                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0004                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2011HEADER                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0005                                        0000 BDC_CURSOR                                                                                GLACCOUNT_SCREEN_KEY-SAKNR                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0006                                        0000 GLACCOUNT_SCREEN_KEY-SAKNR                                                                                /                                                                                SAKNR                         account                                                     SAKNR                         SAKNR                          GLACCOUNT_SCREEN_KEY          SAKNR                         0000000000                              000010000020000010CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0007                                        0000 GLACCOUNT_SCREEN_KEY-BUKRS                                                                                9999                                                                                BUKRS                         BUKRS                          GLACCOUNT_SCREEN_KEY          BUKRS                         0000000000                              000004000008000004CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0008                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0100TABSTRIP                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0009                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0200SUBSC                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0010                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2102AREA1                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0011                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2101AREA2                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0012                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2103AREA3                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0013                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA4                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0014                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA5                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0015                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA6                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0016                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA7                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0017SAPLGL_ACCOUNT_MASTER_MAINTAIN          2001X                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0018                                        0000 BDC_OKCODE                                                                                =TAB02                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0019                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2011HEADER                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0020                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0100TABSTRIP                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0021                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0200SUBSC                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0022                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2102AREA1                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0023                                        0000 GLACCOUNT_SCREEN_COA-KTOKS                                                                                UFRO                                                                                KTOKS                         KTOKS                          GLACCOUNT_SCREEN_COA          KTOKS                         0000000000T077S                         000004000008000004CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0024                                        0000 GLACCOUNT_SCREEN_COA-XBILK                                                                                X                                                                                XFELD                         XBILK                          GLACCOUNT_SCREEN_COA          XBILK                         0000000000                              000001000002000001CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0025                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2101AREA2                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0026                                        0000 BDC_CURSOR                                                                                GLACCOUNT_SCREEN_COA-TXT50_ML                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0027                                        0000 GLACCOUNT_SCREEN_COA-TXT20_ML                                                                                /                                                                                TXT20_ML                      TXT20_ML                                                    TEXT20                        TXT20_SKAT                     GLACCOUNT_SCREEN_COA          TXT20_ML                      0000000000                              000020000040000020CHARCX
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0028                                        0000 GLACCOUNT_SCREEN_COA-TXT50_ML                                                                                /                                                                                TXT50_ML                      TXT50_ML                                                    TEXT50                        TXT50_SKAT                     GLACCOUNT_SCREEN_COA          TXT50_ML                      0000000000                              000050000100000050CHARCX
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0029                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2103AREA3                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0030                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA4                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0031                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA5                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0032                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA6                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0033                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA7                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0034SAPLGL_ACCOUNT_MASTER_MAINTAIN          2001X                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0035                                        0000 BDC_OKCODE                                                                                =TAB03                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0036                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2011HEADER                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0037                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0100TABSTRIP                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0038                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0200SUBSC                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0039                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2201AREA1                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0040                                        0000 GLACCOUNT_SCREEN_CCODE-WAERS                                                                                UAH                                                                                WAERS                         WAERS_SKB1                     GLACCOUNT_SCREEN_CCODE        WAERS                         0000000000TCURC                         000005000010000005CUKYC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0041                                        0000 GLACCOUNT_SCREEN_CCODE-XMWNO                                                                                X                                                                                XFELD                         XMWNO                          GLACCOUNT_SCREEN_CCODE        XMWNO                         0000000000                              000001000002000001CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0042                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2202AREA2                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0043                                        0000 BDC_CURSOR                                                                                GLACCOUNT_SCREEN_CCODE-BEGRU                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0044                                        0000 GLACCOUNT_SCREEN_CCODE-XKRES                                                                                X                                                                                XFELD                         XKRES                          GLACCOUNT_SCREEN_CCODE        XKRES                         0000000000                              000001000002000001CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0045                                        0000 GLACCOUNT_SCREEN_CCODE-ZUAWA                                                                                000                                                                                ZUAWA                         DZUAWA                         GLACCOUNT_SCREEN_CCODE        ZUAWA                         0000000000TZUN                          000003000006000003CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0046                                        0000 GLACCOUNT_SCREEN_CCODE-BEGRU                                                                                /                                                                                BEGRU                         BEGRU                                                       BRGRU                         BRGRU                          GLACCOUNT_SCREEN_CCODE        BEGRU                         0000000000                              000004000008000004CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0047                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2206AREA3                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0048                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA4                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0049                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA5                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0050                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA6                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0051                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA7                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0052SAPLGL_ACCOUNT_MASTER_MAINTAIN          2001X                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0053                                        0000 BDC_OKCODE                                                                                =SAVE                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0054                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2011HEADER                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0055                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0100TABSTRIP                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0056                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0200SUBSC                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0057                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2203AREA1                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0058                                        0000 BDC_CURSOR                                                                                GLACCOUNT_SCREEN_CCODE-FSTAG                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0059                                        0000 GLACCOUNT_SCREEN_CCODE-FSTAG                                                                                G001                                                                                FSTAG                         FSTAG                          GLACCOUNT_SCREEN_CCODE        FSTAG                         0000000000T004F                         000004000008000004CHARC
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0060                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2204AREA2                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0061                                        0000 BDC_SUBSCR                                                                                SAPLGL_ACCOUNT_MASTER_MAINTAIN          2205AREA3                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0062                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA4                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0063                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA5                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0064                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA6                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDC                Z_MOE          ACCOUNTS       0065                                        0000 BDC_SUBSCR                                                                                SAPLATAB                                0300AREA7                                                                                0000000000                              000000000000000000
    /SAPDMC/LSGBDCA               Z_MOE          ACCOUNTS       FS00                ATKACHENKO  ATKACHENKO  20070806
    /SAPDMC/LSGBDCS               Z_MOE          ACCOUNTS       01
    /SAPDMC/LSGBDCT               8Z_MOE          ACCOUNTS       Accouunt_CREAT
    [Subproject Information]
    [Subproject       ] : Z_ADM
    [Subproject Text  ] : ADMinistration
    /SAPDMC/LSGSUB                Z_MOE          Z_ADM          ATKACHENKO  20081029
    /SAPDMC/LSGSUBT               8Z_MOE          Z_ADM          ADMinistration
    [Subproject Information]
    [Subproject       ] : Z_FM
    [Subproject Text  ] : Z_FM
    /SAPDMC/LSGSUB                Z_MOE          Z_FM           ATKACHENKO  20071030
    /SAPDMC/LSGSUBT               8Z_MOE          Z_FM           Z_FM
    [Subproject Information]
    [Subproject       ] : Z_LOC
    [Subproject Text  ] : Location
    /SAPDMC/LSGSUB                Z_MOE          Z_LOC          ATKACHENKO  20081030
    /SAPDMC/LSGSUBT               8Z_MOE          Z_LOC          Location
    [Subproject Information]
    [Subproject       ] : Z_MOE
    [Subproject Text  ] : Z_MOE
    /SAPDMC/LSGSUB                Z_MOE          Z_MOE          ATKACHENKO  20070620
    /SAPDMC/LSGSUBT               8Z_MOE          Z_MOE          Z_MOE
    [Object Information]
    [Object           ] : ACCOUUNT_CREAT
    [Object Text      ] : Accouunt_CREAT
    /SAPDMC/LSOTXT                8Z_MOE          Z_MOE          ACCOUUNT_CREAT Accouunt_CREAT
    /SAPDMC/LSOATT                Z_MOE          Z_MOE          ACCOUUNT_CREAT 02                                                                                00000010ATKACHENKO  X ATKACHENKO  20070803
    /SAPDMC/LSOSTR                Z_MOE          Z_MOE          ACCOUUNT_CREAT CRAC                          creation                                                                                000101 00000000000000000000
    /SAPDMC/LSOFLD                Z_MOE          Z_MOE          ACCOUUNT_CREAT CRAC                          BEGRU                         0004C   004begru
    /SAPDMC/LSOFLD                Z_MOE          Z_MOE          ACCOUUNT_CREAT CRAC                          SAKNR                         0001C   010account
    /SAPDMC/LSOFLD                Z_MOE          Z_MOE          ACCOUUNT_CREAT CRAC                          TXT20_ML                      0002C   020text
    /SAPDMC/LSOFLD                Z_MOE          Z_MOE          ACCOUUNT_CREAT CRAC                          TXT50_ML                      0003C   040textlong
    /SAPDMC/LSOREL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      CRAC                          00000000
    /SAPDMC/LSOMAP                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      BEGRU                         0001CRAC                          BEGRU                         ATKACHENKO  20070806
    /SAPDMC/LSOMAP                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      SAKNR                         0001CRAC                          SAKNR                         ATKACHENKO  20070806
    /SAPDMC/LSOMAP                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TXT20_ML                      0001CRAC                          TXT20_ML                      ATKACHENKO  20070806
    /SAPDMC/LSOMAP                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TXT50_ML                      0001CRAC                          TXT50_ML                      ATKACHENKO  20070806
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0000__END_OF_TRANSACTION__                                      DFATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      BEGRU                         MVATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      SAKNR                         MVATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TABNAME                       DFATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TCODE                         DFATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TXT20_ML                      MVATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TXT50_ML                      MVATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      __BEGIN_OF_RECORD__           DFATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSORUL                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      __END_OF_RECORD__             DFATKACHENKO  20070806                                                                                00000000
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0000__END_OF_TRANSACTION__                                      0001transfer_transaction.                                                   ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      BEGRU                         0001ACCOUNTS-BEGRU = CRAC-BEGRU.                                            ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      SAKNR                         0001ACCOUNTS-SAKNR = CRAC-SAKNR.                                            ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TABNAME                       0001ACCOUNTS-TABNAME = 'ACCOUNTS'.                                          ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TCODE                         0001ACCOUNTS-TCODE = 'FS00'.                                                ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TXT20_ML                      0001ACCOUNTS-TXT20_ML = CRAC-TXT20_ML.                                      ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      TXT50_ML                      0001ACCOUNTS-TXT50_ML = CRAC-TXT50_ML.                                      ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      __BEGIN_OF_RECORD__           0001ACCOUNTS = INIT_ACCOUNTS.                                               ATKACHENKO  20070806
    /SAPDMC/LSOCOD                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS                      __END_OF_RECORD__             0001transfer_record.                                                        ATKACHENKO  20070806
    /SAPDMC/LSOFIL                Z_MOE          Z_MOE          ACCOUUNT_CREAT Z_MOE_Z_MOE_ACCOUUNT_CREAT.lsmw.read                                                                                Z_MOE_Z_MOE_ACCOUUNT_CREAT.lsmw.conv
    /SAPDMC/LSOINP                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001FEC:\Documents and Settings\alexey.tkachenko\Desktop\1.txt                                                                test                          0000X 000000                                 X      X  X
    /SAPDMC/LSOINS                Z_MOE          Z_MOE          ACCOUUNT_CREAT CRAC                          0001
    /SAPDMC/LSOPAR                Z_MOE          Z_MOE          ACCOUUNT_CREAT             FROMLINE_CONV                 0000000001
    /SAPDMC/LSOPAR                Z_MOE          Z_MOE          ACCOUUNT_CREAT             FROMLINE_READ                 0000000001
    /SAPDMC/LSOPAR                Z_MOE          Z_MOE          ACCOUUNT_CREAT             TOLINE_CONV                   0000000001
    /SAPDMC/LSOPAR                Z_MOE          Z_MOE          ACCOUUNT_CREAT             TOLINE_READ                   0000000002
    /SAPDMC/LSOPAR                Z_MOE          Z_MOE          ACCOUUNT_CREAT ATKACHENKO  WILDCARDVALUE
    /SAPDMC/LSOREC                Z_MOE          Z_MOE          ACCOUUNT_CREAT 0001ACCOUNTS
    [Documentation    ]

  • Error "The serial number is not valid for this product" | Creative Suite

    HI together,
    I'm very annoyed about the fact that I payed for Adobe Creative Suite Production Premium 5 (EDU version) and now I'm not able to use it on my new Mac. The Support team (Chat) from Adobe told me several times that the product/serial or whatever was canceled but this doesn't help me to get the product working and I won't pay again for this software. So what's the reason for cancellation? I can't see reasons for this and I don't understand why Support team can't help me. Already found Error "The serial number is not valid for this product" | Creative Suite but this doesn't helped me.
    Regards
    René

    Maybe this is also useful... They told me I canceld this by myself which is not the truth. I had a Windows machine and used Creative Cloud as well but I only canceld the Cloud, not my Serial Number for Production Premium...
    So who is able to reactivate my Serial Number so that I'm able to use my product?
    info: Thank you for your patience.
    While you wait, you can try our community forums where experts are available 24 hours a day, 7 days a week.
      info:  We are still assisting other customers, thank you for your patience. You can also try our community forums, available 24 hours a day, 7 days a week.
      info:  We are still assisting other customers, thank you for your patience. You can also try our community forums, available 24 hours a day, 7 days a week.
      info:  We are still assisting other customers, thank you for your patience. You can also try our community forums, available 24 hours a day, 7 days a week.
      info:  We are still assisting other customers, thank you for your patience. You can also try our community forums, available 24 hours a day, 7 days a week.
      info:  We are still assisting other customers, thank you for your patience. You can also try our community forums, available 24 hours a day, 7 days a week.
      info:  We are still assisting other customers, thank you for your patience. You can also try our community forums, available 24 hours a day, 7 days a week.
      info: You are now chatting with Richa.
      Richa: Hello! Welcome to Adobe Customer Service.
      Richa: Sorry for any inconvenience this has caused
      Richa: May I get the serial number?
      Richa: Are we still connected?
      Richa: We have not heard from you for some time.  Do you wish to continue to chat?
      Richa: Are we still connected?
      Rene Pardon: hi
      Rene Pardon: for sure
      Rene Pardon: sorry, i took so much time for your answer that i decided to do anything else at this time
      Rene Pardon: <Deleted >
      Rene Pardon: i registered for the education version of production premium 5
      info: Your chat transcript will be sent to r*@*.de at the end of your chat.
      Richa: ok let me check
      Richa: please wait
      Richa: Thanks for your patinece
      Rene Pardon: do you also need my "authorization code" for this product?
      Richa: I need to transfer the chat to
      Richa: tech rteam
      Richa: please wait
      Rene Pardon: ok
      Richa: I am sorry
      Richa: But I will not be able to transfer the chat
      Rene Pardon: is there a phone number i can call?
      Richa: As the serial number is canceldd
      Richa: and we do apologise
      Rene Pardon: why was it canceled?
      Richa: but there is no phone support for this product
      Rene Pardon: i don't understand because i payed a lot for this
      Richa: Its showing canceled
      Rene Pardon: so what are the options?
      Rene Pardon: i need this product right now and i payed for it so why can't i use it?
      Rene Pardon: Your file '2015-03-30_Personalausweis_*.pdf' was successfully uploaded.
      Rene Pardon: as you can see, i'm the person who payed for this software
      Richa: I am sorry I just checked it
      Richa: it is canceled thats why you are getting invalid error
      Rene Pardon: yeah, that's what i see but i dont understan. why was it canceled? who is responsible for this mistake? it doesn't help me to tell me what i already see i need a solution to use the product
      Richa: I am sorry Rene
      Richa: But its showing canceld
      Richa: so cant help you with that
      Richa: I wish I could help you, but my hands are tied
      Rene Pardon: that's what you told me several times so who can help me?
      Rene Pardon: i'm very annoyed about this fact that i can't use the software i payed for and noone is able to help me getting this working
      Rene Pardon: so please tell me who is able to help me
      Richa: You need to place a new order?
      Rene Pardon: no, i won't pay AGAIN for this software i want a solution to use my already payed product
      Rene Pardon: please get someone in your team who can help me
      Richa: I am sorry Rene..
      Richa: But unfortunately my team can not help you on this.. as the sersil is expired
      Richa: I mean canceled
      Richa: Sorry but we can not help Rene..
      Rene Pardon: BUT WHY CAN'T YOU TELL ME WHY IT WAS CANCELED?
      Rene Pardon: Help me understanding...
      Rene Pardon: You're wasting my time!
      Richa: I am sorry
      Richa: I found the reason for cacnellation
      Richa: and its canceldd
      Richa: because you requested to cancel.  in year 2013
      Richa: On 30th april 2013
      Rene Pardon: but i only canceled the creative cloud, not my creative suite
      Richa: so we have refund and canceled it
      Richa: Its showing for this oserial?
      Rene Pardon: one moment
      Rene Pardon: i log into my account
      Rene Pardon: Your file 'Bildschirmfoto 2015-04-09 um 13.31.53.png' was successfully uploaded.
      Rene Pardon: As you can see the product is displayed as "non-canceled"
      Rene Pardon: I also bought the Createive Cloud during my time I had a Windows machine and this was the one i canceled - or I expected only this to get canceled
      Richa: I am sorry but the refund was given and requested for this
      Rene Pardon: There was only a refund for the Creative Cloud but not for the Creative Suite i bought
      Rene Pardon: And why should I need a serial number for the Creative Cloud?
      Rene Pardon: Please reactivate my Serial Number so that I'm able to use my product
      Richa: I can not do that?
      Rene Pardon: But i guess someone in your Team can
    Richa: can not help you

  • IO231: Stock data of serial number &1 not suitable for movement

    Hi experts,
    I have unique problem with serialized material posting.We are having serialized managed materials which are posted to quality inspection stock.The user was able to post partial quantity to unrestricted after usage decision but when tried to post remainig quantity it is giving error 'IO231: Stock data of serial number &1 not suitable for movement".I checked serial number history in iq02 & it shows that same serial numbers were used for some order in the past which is already delivered.I am not able to understand how it allowed to post same serial numbers again for the same material and if it is normal why it is giving above error when we try to post remaining quantity?
    I tried by changing serial profile in the material master with all optional fields and without stock check and equipment and try to post but its not working.
    I want to somehow post material to unrestricted use from quality inspection with or without serial numbers.
    I am working on 4.7 system
    Can u guys help me.
    Thanks & Regards,
    Sachin.

    Hi,
        Please check this SAP Note: 213861, 1229108
    From Note 213861
    Release 4.0A or 4.0B:
    Table T156S
    Maintain the data using Transaction SM31.Flag for transport using Transaction SE16.
    All entries for movement types 645 and 647 should be filled with '****' in field T156S-VRGNG.
    Release 4.5A or 4.5B:
    Table T156S
    Maintain the data using Transaction SM31.Flag for transport using Transaction SE16.
    All entries for movement types 645, 647 and 675 to 678 should be filled with '****' in field T156S-VRGNG.
    Release 4.6A to 4.6C:
    Table T156SY
    Maintain the data using Transaction SM30 using view V_T156SY.If necessary, manually flag for transport in this transaction.
    All entries for posting string references 645 or 647 should be filled in field T156SY-VRGNG_S or T156SY-VRGNG_H with '****'.
    For Note 1229108
    A correction instructions has given Please take help from BASIS Team....
    This will solve the Problem...
    Regards
    GK.
    Edited by: Gnana Kumar on Nov 3, 2010 7:16 AM

Maybe you are looking for