2007 Oct 31 6:51 AM
hi i am into ecc6.0
its urget.
any body help me to extended the idoc type SHP_OBDLV_SAVE_REPLICA02
with the following two custom segments
1.<u><b>zsegments</b></u>
name:-ZE1BPOBDLVITEMRFO
With fields
ZTERM CHAR 4
AUTLF CHAR 1
DELSLOT CHAR 1
need to be attched to following parent segment
E1BPOBDLVITEMRFO
2. ZE2BPOBDLVHDRORG000
with fields
Comp_VAT_number CHAR 20
Comp_Name CHAR 35
Comp_Street CHAR 35
Comp_Postal_code CHAR 10
Comp_City CHAR 35
Comp_country CHAR 3
need to be attched to following parent segment
E2BPOBDLVHDRORG000
2007 Oct 31 6:57 AM
Hey sorry... Just now i observed that it is not a Standard Basic Type. It is a generated basic type.. You cannot extend this....
First go to WE31.. create those 2 new segments.
Now come to WE30 ...
Create an extension ZSHP_OBDLV_SAVE_REPLICA02 using the basic type SHP_OBDLV_SAVE_REPLICA02
Once you gave ZSHP_OBDLV_SAVE_REPLICA02 and press create extension .. that will ask for basic type..etc There give the basic type.
Now in the ZSHP_OBDLV_SAVE_REPLICA02.. press create segment by placing the cursor at a position where you want to insert new segemnts... in F4 select the segemnts created in WE31..
Message was edited by:
Rama Jyothi
2007 Oct 31 7:24 AM
hi thanx for ur reply
but for adding new field in zsegment
i have to create the dataelements or using the exiting data elements
2007 Oct 31 7:27 AM
if there are suitable standard data elements available then we can use them... otherwise we can go for creating new elements..
2007 Oct 31 7:34 AM
it depends upon you only..if you able to find standard data elements thats fine else create new data element..
regards
2007 Oct 31 7:34 AM
can u tell me the function module for this idoc type
or i have to create bapi FM for that one
waitn for ur reply
2007 Oct 31 7:38 AM