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

MIRO Doc Tables

Former Member
0 Likes
16,330

Hi,

When we do credit memo in MIRO, at the time all the duties and taxes also ll be return.

I want the header table of which contains the line item and

The item table contains all the duty values and taxes.

Could u tell me the table?

Thanks & Regards,

Dhanush.S.T

Hi,

When we do credit memo in MIRO, at the time all the duties and taxes also ll be return.

I want the header table of which contains the line item and

The item table contains all the duty values and taxes.

Could u tell me the table?

Thanks & Regards,

Dhanush.S.T

4 REPLIES 4
Read only

Former Member
0 Likes
3,341

Hi ,

i prefer to get all these data from the Accouting data based on the G/L accounts which u are using while creation of MIRO , in this case u wont miss any kind of data to tally with the MIRO amount.

let me know if u need more info.

Regards

Prabhu

Read only

0 Likes
3,341

Hi,

I need based on the MIRO Doc not GL A/C. if u know tell me the table in header level and item level.

Rgs,

Dhanush

Read only

0 Likes
3,341

HI,

check EKBE,RBKP,RSEG tables.

Read only

Former Member
0 Likes
3,341

Hi,

Try giving BKPF-AWTYP = 'RBKP' and BKPR-AWKEY = doc number from RBKP / doc number from RBKP+ fiscal year and see if you can find entries.

Corresponding BSEG will containg all GL Account info related to particular document (you can use line item number to distinguish posting for different line items in the document)

Above approach works good for finding corresponding GL entries for goods movement and billing document. In your case its credit Memo hence Goods Movement will not be available. (otherwise you can find corresponding goods Movement number from RSEG and link it to BKPF using AWTYP = 'MKPF').

Regards,

Mohaiyuddin