Create a new "z" table as copy to mbew table

Hello Gurus,
I need a new "Z" table as copy of MBEW table for execute a stocks reports.
the MBEW table have 15 millions of records, but i dont know how i do for create the new table with all MBEW data.
I think make a table backup and restore this as ZMBEW object in DB library; but R/3 dont see this copy.
Any suggestions???
Best Regards,
Ernesto Castro.

Hi Ernesto,
first of all, you need to define this ZMBEW table in SE11 (DDIC) - you could copy the DDIC from MBEW. Then you have to activate that one and it will be empty.
I would then use CPYF with "from record 1" on OS level.
If you want to use your rstobj technique, I'm not sure, if something goes wrong, because not everything is changed:
- primary key contraint: "MBEW+0"
Regards
Volker Gueldenpfennig, consolut international ag
http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

Similar Messages

  • I was upgrading to iOS5, backed up files on my iphone4, when relaunching the iPhone, I decided to create a new profile (and then copy all contacts from the old profile). The old profile then got erased, together with all contacts. No old profile in iTunes

    I was upgrading my iPhone 4 to iOS 5. The old files in my profile backed up. When relaunching the iPhone, I decided to create new profile on the iPhone, thinking I could copy my old contacts from the old profile (as iCloud seems to merge all contacts). When the ne profile was created on the iPhone, the old profile on iTunes disappared without a trace.  Please help restore my contacts.

    Did you use the Profile Manager or did you use reset to create that new profile?
    *https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems
    A reset tries to import some data from the old profile and then moves the profile to the desktop, but if you use the Profile Manager then you need to copy that data yourself to the new profile.
    If you've deleted the old profile before making sure that your data has been recovered then you've lost that personal data.
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Creating a new Search Help on a standard SAP table field?

    Good day, everyone!
    As part of a report I am writing, the customer would like to have Search Help added to the AUFEX field in table AUFK.  They would like this functionality so that when they are changing an order via t-code ko02, they can get a list of valid values to put in field AUFEX.  I would like to tie it to a zTable I've created; in my zTable, I have just 2 fields:  a key value (that will go into AUFEX) and a text description of the key value.  This zTable is used in my report.
    While I've created a Search Help on this table already for table maintenance, I've never added a custom Search Help to an existing standard SAP table field before.  I've done some Googling and other searching to see what I need to know, but I've only been able to find information on Collective Search Helps.  AUFEX doesn't yet have a Search Help field, so I don't think Collective Search Helps is my answer.
    Is this possible?  Can I add a custom Search Help to a standard SAP table field that doesn't have any Search Help linked to it yet?  Is there an existing thread or guide somewhere that can tell me how to do this?
    Thank you!

    Hi
    Yes u can: u can assign the search help to (A) data element livel or (B) field table livel.
    After creating your search help:
    A) Run SE11, insert your data element (AUFEX), press edit and insert the search help in "Search Help" area on DEFINATION tab;
    B) Run SE11, insert your table (AUFK), press edit, place the cursor on your field (AUFEX) and go to GoTo->Search help->for field
    But u should consider it'll mean to change a standard object for both cases: so u need to get the access key from your OSS.
    Max

  • Create a new entry for zfield in the CDHDR table when sales order is create

    Hi,
    We have some custom field added to table VBAP and that field need is updated thorugh transaction VA01 or VA02.
    The Function poeple is asking to Update the CDHDR table for the ztable when ever the field is updated ,and they want
    the changes to appear in the sales order changes Log.
    Prabhudas

    Problem solved.
    By using the ..
    Used this FM "VERKBELEG_WRITE_DOCUMENT" in MV45AFZZ in exit...DOCUMENT_SAVE.
    by passign the only VBAK and VBAP table structure of XVBAP and YVABP and field name as ZZFIELD.
    Prabhudas.

  • Revision level copied when create a new material

    Dear guru.
    When I create a new material with fields copied from another do you know a solution in order to copy also the revision level of the model ?
    Thanks.

    Closed without solution.

  • Using the Form javascript.addrow() to pass values while creating a new row?

    Version: 4.1.0
    DB: 11g
    Theme- scarlet 21
    Hi,
    I have a standard tabular form with the add, delete, submit buttons. Now when we hit the Add button, it creates a new row in the form. I had a requirement such that the user selects a row using the standard checkbox and then when he hits add, it should create a new row, and also, copy the contents of the selected row to the new row.
    Is this possible? Any suggestions please? I am thinking that I need to create a pl/sql process under Add button to check if the checkbox is selected, and if yes, then maybe run the javascript addrow(not sure if it can be done) and then try to populate the values.
    Thanks!
    Sun
    Edited by: ryansun on Oct 4, 2012 12:34 AM
    Edited by: ryansun on Oct 4, 2012 12:46 AM
    Edited by: ryansun on Oct 4, 2012 12:46 AM

    Hi Joni,
    Thanks. I am not familiar with JQuery, is there some link where such a logic is implemented? Atleast a basic one of adding a new row, and traversing and capturing the values? In forms we could do it using cursor but not sure how to do it in Apex.
    In my case the requirement is straightforward. If there is a table with three rows and have a standard form in APEX with the add, delete and submit buttons along with the radio checkbox in a tabular form,
    If I select a row and then hit the add button, a new row should be added and the values of the previous row should be passed.
    Would you be having a link to any such demo or documentation on how this is done, would be very helpful.
    Thanks!
    Sun

  • How-to create an (almost) exact 1:1 copy of a sales document?

    Hi community
    I need to create a migration program to copy sales documents.
    Those documents should be almost a 1:1 copy of the source document.
    Just division and profit-center may be changed.
    What is the easiest and most performant way to do this?
    Thanks in advance.
    Michael

    Hi Jelena Perfiljeva
    BAPI was my idea, too.
    But I'm not happy with what I found so far.
    I was looking for a BAPI which does the copy in one step and w/o regarding the customizing, but wasn't successfull (so far).
    Now I'm thinking about this:
    BAPISDORDER_GETDETAILEDLIST -> to get the Inputdata of the source-document
    BAPI_SALESDOCU_CREATEFROMDATA1 -> to create the new document
    But as the structures and tables have not the same definition, I stopped again.
    Is there no simpler solution?
    Thanks for your assistance!
    Regards Michael

  • Create a new role in SRM 7.0 and Portal

    Dear All,
    We are using SRM 7.0 with Portal.  We created a maintenance table in SRM. This table must be maintained from time to time by the key users. But they want to maintain in from Portal, not from SRM.
    When i was using SRM 4.0, it was simple, i was creating a new role from PFCG and assigning the table to the role. Then i was be able to see and maintain it from web. But it is not that simple now in Portal side. Because i created a new role and assigned the table to that role in SRM, but nothing happened in Portal side.
    Can anyone advise me the steps ? How am i going to show and maintain this table in portal  ?
    Thanks in advance,
    Best regards,

    Hi,can you share your solution with me. I have the same question but not smart as you.
    Thanks in advance.
    WuLin
    SRM

  • I just saved my iphoto original library to my external hard drive, now how do i create new space on my hard drive and create a new iphoto library

    i just saved my iphoto original library to my external hard drive, now how do i create new space on my hard drive and create a new iphoto library

    Trash the copy of the library you just moved. Then Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    But do you want to have two iPhoto Libraries? Why not just use the one on the External?

  • How to create a new field in CL01?

    Hello people!
    We have created a new field in CI_KLAH include in KLAH table.
    But now I would like to show this field in CL01, CL02 an CL03.
    I looked for screen exit but there is no...
    Do you know how can I display this field?
    Thanks a lot!

    Any ideas?

  • How to create a new client in SAP?

    Hi Experts,
    In my SAP system client 800 is already exists.And I want to practice ALE I need another client.So can exactly tell me steps to create new client?

    You can create a new local client by copying exsisting client through SCCL
    Please go through the required client copy documentation if you are on project
    and also refer to required SAP OSS Notes
    Few relate T.Codes are:
    SCC1 Client Copy - Special Selections
    SCC3 Client Copy Log
    SCC4 Client Administration
    SCC5 Delete Client
    SCC7 Post-Client Import Methods
    SCC8 Client Export
    SCC9 Remote Client Copy
    SCCL Local Client Copy
    Reward Points if uesful.

  • HCM PF: Create multiple new records while displaying old ones

    Hiya (cross-posted to OSS & SDN),
    I'm having some difficulties when trying to create new records to IT0014 while displaying old records at the same time, hope you can help me. The problem in brief is that existing records are removed from display when I create new ones and click on check.
    My setup is as follows:
    - SAP ERP 6.0 EhP4 SP29
    - one form scenario with the following fields set up for backend service SAP_PA (two consecutive calls, first for I0014_xxxxx and the second for fields I0014_xxxxx_NEW):
    o I0014_BEGDA Validity begin date 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 BEGDA * PAD_BEGDA
    o I0014_BETRG Amount 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 BETRG * PAD_AMT7S
    o I0014_ENDDA End date 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 ENDDA * PAD_ENDDA
    o I0014_LGART Wage Type 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 LGART * LGART
    o I0014_LGTXT Wage Type Text 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 LGTXT * LGTXT
    o I0014_WAERS Currency Manual Default Value: EUR Create 0014 * HCMT_BSP_PA_XX_R0014 WAERS * WAERS
    o I0014_BEGDA_NEW Validity begin date Create 0014 * HCMT_BSP_PA_XX_R0014 BEGDA * PAD_BEGDA
    o I0014_BETRG_NEW New Amount Create 0014 * HCMT_BSP_PA_XX_R0014 BETRG * PAD_AMT7S
    o I0014_ENDDA_NEW New end date Create 0014 * HCMT_BSP_PA_XX_R0014 ENDDA * PAD_ENDDA
    o I0014_LGART_NEW New Wage Type 1 ZS_ACTIONS: Value Help Create 0014 * HCMT_BSP_PA_XX_R0014 LGART * LGART
    o I0014_WAERS_NEW New currency Manual Default Value: EUR 6 SAP_PA: Value Help Create 0014 * HCMT_BSP_PA_XX_R0014 WAERS * WAERS
    - the PDF layout has two table controls: one for displaying the old values (I0014_xxxxx) and one for displaying the new entries to be created (customer requirement to display the tables side by side)
    - old values are displayed all right and they get populated without any problems
    The problem is that when I try to create a new entry with fields I0014_xxxxx_NEW, the first table entry in fields I0014_xxxxx is cleared out. This same problem currently occurs also with other table type entries (I0027, I0008).
    I've looked very closely at note 1043692 and it states the following in its limitations:
    - limitation 4:
    a change to the field LGART is not allowed
    => I'm not doing a change, trying to create
    - limitation 6:
    Two front end fields mapped to the same backend (infotype) field cannot be used in the same table, though you have configured different default values and made one field as operation exclusive. The reason being that the field marked as Op-Exclusive will not be operated upon and there will be inconsistencies in the number of table lines generated.
    => could this be the reason for my problem?
    I have also given a shot at creating a generic service for the job, but as the same note suggests it didn't work (testing the process timeouts if I return fields with multiple field values with separate indexes and subtypes).
    Have you had any experiences with table controls showing both past and to-be values? Does the framework even support this kind of a requirement?
    Best regards,
    Mikko

    Hi Aravind,
    appreciate your input.
    Not sure however if I followed you completely. When you wrote "values that needed to be displayed are made as optional" did you mean optional = operation-exclusive or optional = disabled with the help of a rule? 
    Did you btw do this especially with subtype * and index * relevant infotypes? I tried your approach and upon initialization everything looks good (I didn't have the generic service in between SAP_PA:s because gs:s won't work in case of subtype * infotypes at least according to OSS and my initial tests), both the display and edit elements are populated all right.
    However when I create a new entry into the new fields, their sort order is messed up upon check & send - the last entry suddenly becomes the first and check & sending for the second time I get errors about LGART and SUBTYpe not being the same (which is natural and according to the OSS note I referred to previously).
    If you have been working with subty * related multiple fields, can you elaborate more on your solution?
    Best regards,
    Mikko

  • How do I create a new layer that is only visible in the current animation frame?

    Normally when you create a new layer it's automatically visible in all animation frames. I want to set it so that the new layer is only visible within the frame it was created.

    I was doing some playing with frames just to verify what is going on. and as far as I can see when you create a new layer it is applied to the last frame only, but if you create a new frame is is copied.
    What I did was create 2 layers one a background gradient, second is a raster rectangle.
    For frames, the first is the background, second is the rectangle and the third is the same rectangle, now I can click on either frame and move that rectangle.

  • Help: BPC admin view stuck in creating a new App set

    Hello,
    We have SAP BPC 7.5.05.1002 NW. I have tried to create a new app set by copying an existing application set. The BPC admin view has been stuck for a couple of hours now. I have a dialog box on the screen, with the message "Waiting for the server's response....". The "OK" button is greyed out.
    I would appreciate any help on this. What would happen if I were to cancel this (shut-down my BPC front end)? Would that cause any problems in the BPC application or the application set which is copied across to the new app set?
    Thanks in advance.

    Hello,
    Thanks for your response. I don't have access to the back-end BI/BW and the IT support will take a long time to get back to me.
    How do I cancel this task?

  • How do you Copy a row to create a new row in the same table?

    Hi,
    We have a PurchaseOrderHeaderView object and on click of Copy Purchase Order we want to copy a row in PURCHASE_ORDER_HEADER table to create a new row. We don't want to copy the primary key only the remaining fields.
    Regards
    Madhuri

    If you use ADF BC, you can create a new row programatically via createRow and use a sequence to create the Id and use the "original" row (probably the current row in the view object) to copy the values from to newly created row. Then use insertRow and commit to create the copied row.
    Ronald

Maybe you are looking for

  • Help with getting GB to recognise Yamaha NP30 via Tascam US-122MKII?

    I am using a midi OUT connection from my Yamaha NP30 keyboard to the midi IN of a Tascam US-122mkII interface. The Tascam is connected to my Mac via USB (port 1). Tascam software is installed correctly. When I open GB and select 'Piano' in 'New Proje

  • J6480 no longer prints color after Mavericks OS X 10.9.4

    I blame myself for upgrading to Mavericks from Snow Leopard, but there's no going back now...All my documents (MSWord, Adobe) print in black and white.  I cannot find the settings to configure color printing (or draft, or fast draft) like I had in Sn

  • Report name for Export are not correct

    Hello, When I'm doing an export on PDF or XLS, the file name is wared, it's not taking the name of the report or in the TOP of the tree navigation in the PDF   - Is it possible to have the rigth name ?   - Is it possible to have the name depending on

  • How to made this in coldfusion

    Hi users must have the ability to select multiple options from dropdown  when generating reports .  In addition, the user must have the ability to see which options  were selected prior to generating the report. Thanks,

  • Deactivate adobe license

    Need to deactivate an adobe license.