cancel
Showing results for 
Search instead for 
Did you mean: 

Adding SAP standard field to BWE_QMEL_2 Structure

bhat_vaidya2
Active Participant
0 Kudos

Hello,

I am copying logic from one system to another and found out that in BWE_QMEL_2 structure that I am copying from, there is a field called MZEIT which is SAP standard field. In the other system, the field is missing in the structure.

And I have a user exit as shown below which is using MZEIT field.

z_notification LIKE BWE_QMEL_2,

z_notification-zmzeit = z_notification-mzeit.

My question is should modify SAP standard structure and add MZEIT field. We already have ZMZEIT field in append structure.

- Mudi

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

If you have Z field in append structure then you no need to add to standard structure.

Append structure will be part of your standard structure. in user exist you need use z field inplace of standard field.

Rather than adding you need to find why its missed from standard structure.

if you have two systems in connection then you can transport your standard structure to another system.

Thanks

Answers (0)