Application Development 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: 

HOW TO CAPTURE THE COMPANY CODE IN MIR7

Former Member
0 Kudos

Hi ALL,

MIRO data transfer i am facing some problem

initially i am capturing the Company code in MIRO

after that i am filling up all those values.

for my requirement

1.i want to hold the company code screen initially at all time

other wise

2. i am getting error message as No batch input screen for 'SAPLMR1M" '1000' while i am execution of the second time of MIRO posting how to eliminate the error message.

Please advise.

Thanks & Regards

K.Gunasekar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hai,

in menu of mir7 goto.

edit--->switch companycode

while recording record that also , u will not get error.

shan.

5 REPLIES 5

Former Member
0 Kudos

hai,

in menu of mir7 goto.

edit--->switch companycode

while recording record that also , u will not get error.

shan.

0 Kudos

alreay i am doing those things still i am getting error message as 'No batch input for screen no 'SAPLMR1M'

how to reslove these issue.

please advise.

Thanks

K.G

Former Member
0 Kudos

Hi All

I am doing BDC in FV60( Recording) is it possible to pass the value into hidden fields through (BDC)

SCREEN FIELD NAME: Document Type.

Document type is hidden through FV00 and also without changing configuration in IMG.

Thanks & Regards

K.Gunasekar.

0 Kudos

Hi,

Check whether the field is kept active or input = 1 while looping the screen.

If screen-input = 1.

then even though it is in disable mode you can update the records.

Cheers!!

Balu

0 Kudos

Hi,

You can pass values to Hidden fields, if it is active...

You need to write a Subroutine Call for BDC_FIELD, explicitly in your BDC Program, Under the BDC_DYNPRO of the screen to which this hidden field belongs....