2 - Data Migration Techniques - BDC - Recording Part1

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 45

  • @shivanigupta7337
    @shivanigupta7337 10 หลายเดือนก่อน +2

    Hi, very well detailed and easy to understand ,Thanks for these kind of videos ..salute to you

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  10 หลายเดือนก่อน

      Thank you very much Shivani for your feedback.

  • @IslamicExclusive8514
    @IslamicExclusive8514 5 หลายเดือนก่อน +1

    Very well explained all the videos and I study the ABAP from Your Channel.
    Please upload the ABAP HANA VIDEOS AS SOON AS POSSIBLE.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  5 หลายเดือนก่อน +1

      Thank you very much for your feedback. Currently I am not taking any new topic as I am occupied with other things. Whenever time permits, I am just filling the gaps in the existing playlists and answering the queries. Whenever I resume back, will cover ABAP on HANA and ODATA.

  • @sathishbandolero
    @sathishbandolero 2 ปีที่แล้ว +3

    Very clearly explained, thank you sir.

  • @Ganeshay-09
    @Ganeshay-09 ปีที่แล้ว +4

    Batch data communication in data migration refers to the process of transferring data in chunks or batches, rather than transferring all the data at once. It is commonly used in scenarios where large volumes of data need to be migrated between systems.
    Here's an example to illustrate batch data communication in data migration:
    Let's say you have a source database system ("OldDB") and a target database system ("NewDB"), and you need to migrate a large table called "Customers" from OldDB to NewDB. The Customers table contains millions of records.
    To perform batch data communication in this data migration process, you can follow these steps:
    Define the batch size: Determine the number of records to be transferred in each batch. For example, let's set the batch size to 10,000 records.
    Extract data in batches: In OldDB, extract the data from the Customers table in batches of 10,000 records. You can use SQL queries with a combination of OFFSET and FETCH NEXT clauses or any other method supported by the database system to retrieve the data in batches.
    Transfer the data: Once you have extracted a batch of records from OldDB, transfer the data to NewDB. This can be done using various methods such as bulk insert, ETL (Extract, Transform, Load) tools, or custom scripts.
    Load the data: In NewDB, load the transferred data into the Customers table. Again, use techniques like bulk insert or the appropriate data loading mechanism provided by the database system.
    Repeat the process: Repeat steps 2 to 4 until all the data from the Customers table has been migrated. Each batch of data is extracted, transferred, and loaded until the entire dataset is migrated.
    By using batch data communication, you can efficiently migrate large volumes of data while managing resource utilization and minimizing the impact on both the source and target database systems. It allows for better control and monitoring of the migration process, as well as the ability to handle any potential errors or issues that may arise during the data transfer.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว +3

      Thank you very much Ganesh for sharing an excellent knowledge.

  • @TechSolution_NP
    @TechSolution_NP 6 หลายเดือนก่อน +1

    Very well explained. Thank you! Create more videos on HAN concepts.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  6 หลายเดือนก่อน

      Thank you for your feedback. ABAP on HANA will be covered in the future.

  • @msdhoni32
    @msdhoni32 ปีที่แล้ว +1

    No external number assignment possible for mat. type Raw materials . WHILE CREATING NEW MATERIAL

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว

      There are 2 solutions for the same.
      1) You can take any other industry sector and material type where external number is allowed.
      2) There is no need to pass the material number, SAP will automatically create the material, In that case, there is no need to take material in your file.

  • @anujrode4422
    @anujrode4422 7 หลายเดือนก่อน

    sir in my system it says that netweight is mandatory while creating the material in mm01 so which value shall i put in netweight

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      You can put any value.

    • @anujrode4422
      @anujrode4422 7 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta sir what if we have thousands of records and same thing occurs then what should we do

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      @@anujrode4422 You need to pass netweight from your file. Take a extra column in your file and internal table.

  • @sireeshaande9102
    @sireeshaande9102 ปีที่แล้ว +1

    Hi can you tell me the use of checkboxes before start of recording..?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว

      Can you please elaborate your question, Use of checkboxes?

    • @sireeshaande9102
      @sireeshaande9102 ปีที่แล้ว

      What I mean is there is a check box of simulate background mode, what' is the use of it..?

  • @SSuniqueTalks
    @SSuniqueTalks 8 หลายเดือนก่อน

    Is there any classes are available for reports in any playlists?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  8 หลายเดือนก่อน

      You will find classical reports in ABAP Programming Part-2 playlist. There is a separate playlist for ALV reports.
      Classical Reports
      th-cam.com/play/PLM3lhmHjSeIQ34iXxfQl8J6Dr9twdO0XL.html&si=cxN_qge4MW7lammU
      ALV Reports
      th-cam.com/play/PLM3lhmHjSeIRNlA0K56xO9_GTbzj3_T80.html&si=n_cWXYBNyzbwxMo6

  • @AdityaOtari
    @AdityaOtari 7 หลายเดือนก่อน +1

    WHILE IM TRYING TO SAVE IT IS SAVING THAT THA GROSS WEIGHT FIELD IS MANDATORY , IDK WHAT TO DO PLS HELP WITH THIS

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      You can pass the gross weight as it is required in your system.

    • @AdityaOtari
      @AdityaOtari 7 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta WHAT SHOULD I PUT THE VALUE , IT THAT CHANGE THE CODE AFTERWARDS?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      @@AdityaOtari You can put any value 100, 200 any number. Yes you need to take it in your file and in internal table. Once you proceed, you will automatically come to know.

    • @AdityaOtari
      @AdityaOtari 7 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta so I need to add that weight filed in my local file also then we gonna take into SAP . And while writing the code in my structure too, right?

    • @AdityaOtari
      @AdityaOtari 7 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta when I put the value as 100 there is an error saying specify the relevant unit of weight, so I have to give unit not the actual weight?

  • @guravaraoeturi172
    @guravaraoeturi172 ปีที่แล้ว +1

    Sir p2material not there in MARA in my system now what should i do sir

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว +1

      Are you creating the material or changing the material? If you are going for MM01, then it needs to be a new material, it will not be in MARA table.You can pass any name of your own choice.

    • @guravaraoeturi172
      @guravaraoeturi172 ปีที่แล้ว +1

      Sir i am creating material MM01 , in another way
      Material = P-001
      Industry sector = Food and Related products,
      Material Type = Packaging
      But in butom it's display message like this "material already maintained for this transaction/event "

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว

      @@guravaraoeturi172 It means Material is already existing, you need to pass different material number.

  • @ComedywithZero
    @ComedywithZero 7 หลายเดือนก่อน +1

    hello sir i hope you doing well , i have problem during when i create material throgh mm01 EAN msg show , also when i record shdb 4 screen record and 4004 screen 2 times record please solve my problem sir 1) EAN AND 2) 4004 SCRREN REPEAT create one video that concer sir this program all user face

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      Hello - It means in your system someone did some enhancement for practice purpose and forgot to delete that or in your system, EAN is mandatory based upon the Please ask your system provider that you are not able to create material through MM01, they will check with their technical team to fix it as it is system specific thing.

    • @ComedywithZero
      @ComedywithZero 7 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta thank you sir and option not show for join cammunity sir could you drop the link to the comment box

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      @@ComedywithZero There is no link to join the you tube community, you can directly write your queries.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      @@ComedywithZero There is no link to join the community. You can directly post your queries.

  • @AbhinavSingh-rd4fi
    @AbhinavSingh-rd4fi 8 หลายเดือนก่อน

    sir thank you so much for wonderful explaination. Can you please make videos on implementation S/4 hana SD. and rollout projects explainations.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  8 หลายเดือนก่อน

      Thank you for your feedback. I don't have exposure of S/4 HANA SD. You can refer this video to know the types of projects in SAP.
      th-cam.com/video/iCXZvbn6Uoc/w-d-xo.htmlsi=AZRSH4JuT8ua2DNy

    • @AbhinavSingh-rd4fi
      @AbhinavSingh-rd4fi 8 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta Sir can you please guide step by step for s4 hana implementation and rollout.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  8 หลายเดือนก่อน +1

      @@AbhinavSingh-rd4fi Hello Abhinav. Please refer the below mentioned links.
      zealeducation.com/sap/phases-in-sap-implementation-project/
      community.sap.com/t5/technology-blogs-by-members/sap-implementation-project-rollout-project-supporting-project-upgrading/ba-p/13254607

  • @hinducreator4048
    @hinducreator4048 ปีที่แล้ว

    SIR, can you upload more vedios on smartforms (like for many conditions )

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว

      In future, I will upload a case study for smartforms that will consists of a mixture of all the topics of smartforms.