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 Layout issue

Former Member
0 Likes
445

Hi friends,

i'm calling MIRO using Program. like this:

perform bdc_tab using:

'1' 'SAPLMR1M' '6000',

'' 'INVFO-BLDAT' lv_date,

'' 'INVFO-XBLNR' it_zivtrack1-XBLNR,

'' 'INVFO-WRBTR' lv_INV_AMT,

'' 'INVFO-XMWST' 'X',

'' 'INVFO-SECCO' 'MAH',

'' 'INVFO-SGTXT' it_zivtrack1-WERKS,

'' 'BDC_OKCODE' '=HEADER_FI'.

perform bdc_tab using:

'1' 'SAPLMR1M' '6000',

'' 'INVFO-BKTXT' it_zivtrack1-TRACKNO,

'' 'BDC_OKCODE' '=HEADER_TOTAL'.

  • '' 'BDC_OKCODE' '/00'.

call transaction 'MIRO' using t_bdc_tab

mode 'A'

messages into t_messages.

after calling MIRO

i tried to change the item list layout

its not displayed correctly.

it means expected layout format was not displayed.

please help me to solve this problem.

Regards,

Anburaja.K

2 REPLIES 2
Read only

Former Member
0 Likes
382

i've solved myself

Read only

Former Member
0 Likes
382

i've solved myself