2007 Jan 11 9:45 AM
Hi all,
Can any one help me out how to do lsmw batch input. I am new to lsmw. I want in specific how to do validations in it.
Hi all,
Can any one help me out how to do lsmw batch input. I am new to lsmw. I want in specific how to do validations in it.
2007 Jan 11 9:59 AM
Hi ,
You need to put custom code in the field mapping and conversion rules.
For example-> in material master update if you need to validate the material number input ->
under structure BMM00 for field MATNR put the code -.
Material number
SST_MATHDR-MATNR (Material Number)
SELECT SINGLE matnr FROM mara INTO bmm00-matnr
WHERE matnr = sst_mathdr-matnr.
IF sy-subrc NE 0.
PERFORM ur_collect_log USING '001'.
skip_transaction.
ENDIF.
Rgds,
HR
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |