7 - Data Migration Techniques - BDC - Recording Code Changes

preview_player
Показать описание
1) Calling the Recording Inside the Loop.
2) Use the Without Header Line Concept for BDCDATA.
Рекомендации по теме
Комментарии
Автор

Hi sir, When you opened the SAP generated include 'BDCRECX1_S', it is an standard include but it has some buttons on top such as insert, replace undo, delete. If SAP gave us these buttons, then isn`t that mean we can do modify the program or insert some custom lines ? Please clarify

saikumarkannipoti
Автор

Hello Rahul, if we have data in internal table we can dairectly insert the entry in mara table why we are using BDC

AyanKhan-nxin
Автор

Hi Rahul sir, I have one doubt.
If we want to tranfer data from xslx file using gui upload, the. Which parameters we should use in Gui upload function.?
As when I m trying to use the similar parameters as for text file.. the internal table is not receiving correct data

debayanbasu
Автор

if those perform bdc_dynpro and bdc_field are already in the INCLUDE, system will automatically call those, right? why are we taking that separately and commenting the Include. Can you please explain as I am not understanding that part.

rajameenasankar
Автор

Hi sir I am double clicking on include it will not went to Inside th include tab. So is their any way

amolpatil
Автор

Hello Rahul Sir,
As am trying to learn this and do it, am getting an error as "Statement not accesible" at the line (5:32) (line no 88 in your programm)which has "LOOP AT lt_data INTO ls_data."
can you please tell how to solve this error?

Thanks in Advance,
Ajith

ajithmunigala
Автор

Thnk you for this video Rahul sir .
Sir I have one question.
While creating PM Sub order using iwe36 I am giving super order, and execute ... And I want to fill activity type and sold to party details automatically ... From super order .. so can I use BDC for this...I'll record only activity type and sold to party insertion prt and use it .

debayanbasu