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

LSMW-direcr input program

Former Member
0 Likes
940

Hello LSMW experts,

i am trying to create MM SALES view through

Direct input method of LSMW using Program

RMDATIND with method 20 and program type as D.

At the end of last steps when we say

Start direct input program, it gives two options to start

1.Program RMDATIND

2.Transaction BMV0

what is the difference between these two.

How to track errors generated while creating

the view in above scenario.

can we run the same program in batch input session?

if yes then how?

Please dont post any links.

Valuable posts will be rewarded accordingly.

thanks alot for your help in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
818

Via transaction BMV0, you have a more detailled error handling. Errors are stored in a log and can be reprocessed or stored in a BIM for manual correction (not the case with RMDATIND, where you just have a report as error log) .

5 REPLIES 5
Read only

Former Member
0 Likes
819

Via transaction BMV0, you have a more detailled error handling. Errors are stored in a log and can be reprocessed or stored in a BIM for manual correction (not the case with RMDATIND, where you just have a report as error log) .

Read only

0 Likes
818

Kris, thanks for your quick reply.

Can you elaborate more on the transaction part of it.

Read only

0 Likes
818

How it works (check your sap online help for this) :

create a job (job name, program = rmdatind, variant),

execute job

check error log

reprocess errors

Read only

Former Member
0 Likes
818

i was able to figure out my self.

Read only

0 Likes
818

Hi Santosh ,

Could you please provide me the detail steps.....

how to use BMV0 transactions and how to get the error log file ????

it will be really help full to me thanks in advance.

Chandan