cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation Text ( Internal Note) from SRM to ECC-MIGO

Former Member
0 Kudos

Hi Friends,

Is it possible to pass the text ,entered during confirmation ( Confirmation u2013Header u2013Document-Internal Text ) in SRM , to ECC ( MIGO) u2013 Header text . All values are coming like BOL, Reference , Goods Receipt Slip from confirmation itself.

We have an EXT-Classic Scenario with SRM4.0 & ECC6.0.

Please advise me.

Regards,

Lalit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When a confirmation is created from SRM, an Idonc of MBGMCR01 basic type will be trigger and post the information into ECC.

PSTNG_DATE

DOC_DATE

REF_DOC_NO

PR_UNAME

Are the fileds from confirmation header that will be passed to ECC from SRM. Standard idoc will not carry the header internal text to ECC.

Regards,

Krish

Former Member
0 Kudos

Thanks Krish on your quick response !!!

Would you please let me me know how to get this info also in ECC. What needs to done in iDoc we60 with msg type? Currently, Bill of Landing , Refre, GR slip with other additional info appearing.

Regards,

Lalit

Former Member
0 Kudos

Hi Krish,

Does it mean i need to add header_text in the segment E1bp2017_gm_head_01 ?

#ifndef E2BP2017_GM_HEAD_01000

#define E2BP2017_GM_HEAD_01000

typedef struct e2bp2017_gm_head_01000

{

Char pstng_date[8];

Char doc_date[8];

Char ref_doc_no[16];

Char bill_of_lading[16];

Char gr_gi_slip_no[10];

Char pr_uname[12];

}e2bp2017_gm_head_01000;

#endif E2BP2017_GM_HEAD_01000

#ifndef E2BP2017_GM_CODE000

#define E2BP2017_GM_CODE000

It would be gr8 if you please let me know the way ?

Regards,

Lalit

Edited by: Lalit Sharma on Dec 6, 2010 3:06 AM

Former Member
0 Kudos

Hi Friends,

Can anyone please help me ?

Regards,

Lalit

Edited by: Lalit Sharma on Dec 6, 2010 9:40 PM

Former Member
0 Kudos

Anyone knows about this ?

Regards,

Lalit

Former Member
0 Kudos

Hi Lalit,

You need to implement the BADI "BBP_LONGTEXT_BADI".

Please see the below threads for more pointers:

HTH.