[53010] in SAPr3-news

home help back first fref pref prev next nref lref last post

MM02 per Batch-Input: marc-eisbe auf 0 setzen.

daemon@ATHENA.MIT.EDU (U. Arnoldi)
Mon Jan 17 11:50:56 2005

To: sapr3-news@mit.edu
Date: Mon, 17 Jan 2005 17:50:43 +0100
From: "U. Arnoldi" <maxzottl@gmx.de>
Message-ID: <41ebecdd@olaf.komtel.net>

Hallo NG,
versuche mi dem FUB MATERIAL_MAINTAIN_DARK unter anderem den 
Sicherheitsbestand (MARC-EISBE) auf null zu setzen.
Habe dazu die Übergabetabellen amara_ueb, amarc_ueb und amfieldres 
entsprechend gefüllt.

  move-corresponding mara to amara_ueb.
  move 'MM02' to amara_ueb-tcode.
  move zaehler to amara_ueb-TRANC.
  append amara_ueb.

  move-corresponding marc to amarc_ueb.
  move zaehler to amarc_ueb-TRANC.
  append amarc_ueb.

  move: 'MARC-EISBE' to AMFIELDRES-FNAME,
        zaehler to AMFIELDRES-TRANC.
  append AMFIELDRES.

CALL FUNCTION 'MATERIAL_MAINTAIN_DARK'
  EXPORTING
    MAX_ERRORS                      = 0
    p_kz_no_warn                    = 'N'
    kz_prf                          = ' '
    KZ_AEND                         = 'X'
    CALL_MODE                       = ' '
    USER                            = SY-UNAME
  tables
    amara_ueb                       = amara_ueb
    AMARC_UEB                       = amarc_ueb
    AMFIELDRES                      = AMFIELDRES.

Alle anderen Änderungen klappen, nur der Sicherheitsbestand wird nicht 0. 
Hat jemand einen funktionierenden FUB-Aufruf für mich?

CU

Uwe 



home help back first fref pref prev next nref lref last post