Abap 10
Abap 10
Please
write .
Ans :-
LOOP at gt_ekko into data(gs_ekko).
read TABLE gt_ekpo into data(gs_ekpo) with key ebeln = gs_ekko-ebeln BINARY SEARCH.
if sy-subrc = 0.
loop at gt_ekpo into gs_ekpo FROM sy-tabix.
if gs_ekpo-ebeln ne gs_ekko-ebeln.
exit.
endif.
clear : gs_ekpo.
endloop.
endif.
clear : gs_ekko.
endloop.
c>attach the extended idoc type to basic type and message type to tcode WE82.
d>Now u have to search for an exit where u have to write ur code in order to
populate the fields which u have extended.Basically u will write in the Function
module.Make sure u r writing in the correct exit.Evry messagetype will have a
function module.
Select an object. In the Enterprise Service Browser, you can locate an object
according to different criteria, such as the generation source, the package, or the
object type.
b. To generate the proxy, open the context menu and choose Create proxy.
c. Valid ABAP names are proposed. You can change the proposed names as required.
The prefix you specified is displayed as part of the ABAP name in the Properties
tab and also in the Structure tab.