Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

extended idoc

Former Member
0 Likes
949

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

6 REPLIES 6
Read only

Former Member
0 Likes
908

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

Read only

Former Member
0 Likes
908

hi thanx for ur reply

but for adding new field in zsegment

i have to create the dataelements or using the exiting data elements

Read only

0 Likes
908

if there are suitable standard data elements available then we can use them... otherwise we can go for creating new elements..

Read only

0 Likes
908

it depends upon you only..if you able to find standard data elements thats fine else create new data element..

regards

Read only

0 Likes
908

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

Read only

0 Likes
908

can u tell me what is the function module for that idoc type