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

Posing in MIRO using IDOC

Former Member
0 Likes
1,646

HI Experts,

I have one custom requirement in MIRO i have to populate GL account tab fields value on basis of some conditions.

but i am not able to find proper Segment to fill data for GL account tab.

i am using INVOIC02 basic type.

please provide some solutions

thanks

vinay varma

3 REPLIES 3
Read only

Former Member
0 Likes
634

Hi,

check the FUnction MOdule 'IDOC_INPUT_INVOIC_FI' which is linked to Basic Idoc type INVOIC02 and message type INVOIC

and check the perform idoc_close_and_fill_export using idocnumber. "392978

and write the Own logic inside the Abocve perform by your condition.

Prabhudas

Read only

Former Member
0 Likes
634

Hi Vinay,

Please find this link.

I hope this may helpfull.

Thank You,

Thanks,

AMS

Read only

Former Member
0 Likes
634

Ok with provided solutions