LSMW recording vs BDC recording

LSMW RECORDING

  • The LSMW recorder is much simplified when compared to the SHDB recorder:
  • It always start with default options (update mode A, no default size, use BDC mode (SY-BINPT is ‘X’), do not simulate background mode (SY-BATCH is space), and SY-CALLD is set to ‘X’).
  • In LSMW recording, BDC_OKCODE and BDC_CURSOR fields cannot be edited, and you can’t delete or add .
  • We Cannot control the screen flow of a LSMW recording.

BDC RECORDING [SHDB recorder]

  • BDC is mainly for any customized application
  • In BDC recording, BDC_OKCODE and BDC_CURSOR fields can be edited, and you can delete or add .
  • We can control the screen flow of a BDC recording in our program.
  • Can handle in both Direct Input & Batch Input methods.

LSMW recordings can’t be migrated to SHDB recordings and vice versa.

Permanent link to this article: https://blog.openshell.in/2011/03/lsmw-recording-vs-bdc-recording/

Leave a Reply

Your email address will not be published.