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

MBEW_EXTEND

Former Member
0 Likes
799

Hi,

Can anybody tell me the relevance or use of f.m. 'MBEW_EXTEND' ?

It's used in many of the programs but I am not getting the use of this FM

Regards,

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
491

Hi,

here is the beginning code of the FM:

  • FB mischt die Tabelle mbew_tab mit Vorperiodeninfo ab.

  • FB mischt die internen Puffer tmbew und imbew ebenfalls mit

  • Vorperiodeninfo ab, falls entsprechende Segmente vorhanden sind.

  • Tabelle mbew_ext_tab wird analog zu mbew_tab aufgebaut und enthфlt

  • Vorperiodeninfo fќr Felder, die kein entsprechendes Vorperiodenfeld

  • in der Struktur mbew haben.

My (rough) translation:

FM mixes (or enriches) the table MBEW_TAB with previous periodic info.

FM mixes also internal buffer TMBEW and IMBEW with previos periodic info, if corresponding segments exist.

Table MBEW_EXT_TAB is created similiar to MBEW_TAB and contains previos periodic info for fields, which don't have a corresponding field of previous periodic info in structure MBEW.

Regards,

Christian