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

Structures info in MIRO transaction code

Former Member
0 Likes
629

Hi,

As per business need we have replaced T-Code MRHR to MIRO in ECC 6...Earlier (in 4.6 B) we had implemented some functionality/enhancement in MRHR transaction and now we want to replicate the same in MIRO transaction.

But as this transaction got changed we can't use structure YBSEG in MIRO which is used in MRHR.

So could some one tell me the header and item data structures for MIRO trasaction.

I need these below listed fields (copied from MRHR structure) values for my enhancement in MIRO t-code.

ybseg-buzid --- Identification of the Line Item

ybseg-bschl --- Posting Key

ybseg-wrbtr --- Amount in document currency

ybseg-menge --- Quantity

Thanks,

Devasing

2 REPLIES 2
Read only

former_member182371
Active Contributor
0 Likes
516

Hi,

MIRO structures:

header = INVFO

item = YDRSEG

MIRO tables:

header = RBKP

item = RSEG.

Best regards.

Edited by: Pablo Casamayor on May 26, 2009 8:26 AM

Read only

Former Member
0 Likes
516

Hi,

Structures of MIRO.

header: INVFO

item: YDRSEG.

Naveen M.