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

Update Resb-Bdztp

Former Member
0 Likes
1,217

Hi all.

Well, first at all i explain my problem.

I modified the FM EXIT_SAPMM07R_001 (Amp. MBCF0007) for make changes in Reservation created by MB21.

I just read in another forum's post that only we can change the next fields:

Batch Number (field BATCH)

Quantity in Unit of Entry (field ENTRY_QNT)

Requirements Date of Component (field REQ_DATE)

Item Text (field ITEM_TEXT)

Goods Recipient (field GR_RCPT)

Unloading Point (field UNLOAD_PT)

Set the 'Quantity is fixed' indicator (field FIXED_QUAN)

Set the 'Goods movement for reservation allowed' indicator (field MOVEMENT)

Set the 'Item is deleted' indicator (field DELETE_IND)

Set the 'Final issue for this reservation' indicator (field WITHDRAWN)

And in a BADI (BAPI_RESERVATION_CHANGE) we have the same.

I just put a simple UPDATE TABLE in the Exit, but i know that's not the good.

In other hand, this UPDATE only works when i put a break-point in the FM, and whe i do that... the update change values on table RESB (espeficic BDZTP Field), but when i deactivated this break-point the exit dosent work good (not changes on RESB Table).

Can anybody coud tell me what's wrong with me... or my UPDATE query.

And... SAP got a functional transacction to set this particular table?, or the fields to be modified in this table?..

I read many post talking about bapi, badis, function module,.... but i dont find a answer... maybe this field can't be updated or changed...

help me pleasE!

Hi all.

Well, first at all i explain my problem.

I modified the FM EXIT_SAPMM07R_001 (Amp. MBCF0007) for make changes in Reservation created by MB21.

I just read in another forum's post that only we can change the next fields:

Batch Number (field BATCH)

Quantity in Unit of Entry (field ENTRY_QNT)

Requirements Date of Component (field REQ_DATE)

Item Text (field ITEM_TEXT)

Goods Recipient (field GR_RCPT)

Unloading Point (field UNLOAD_PT)

Set the 'Quantity is fixed' indicator (field FIXED_QUAN)

Set the 'Goods movement for reservation allowed' indicator (field MOVEMENT)

Set the 'Item is deleted' indicator (field DELETE_IND)

Set the 'Final issue for this reservation' indicator (field WITHDRAWN)

And in a BADI (BAPI_RESERVATION_CHANGE) we have the same.

I just put a simple UPDATE TABLE in the Exit, but i know that's not the good.

In other hand, this UPDATE only works when i put a break-point in the FM, and whe i do that... the update change values on table RESB (espeficic BDZTP Field), but when i deactivated this break-point the exit dosent work good (not changes on RESB Table).

Can anybody coud tell me what's wrong with me... or my UPDATE query.

And... SAP got a functional transacction to set this particular table?, or the fields to be modified in this table?..

I read many post talking about bapi, badis, function module,.... but i dont find a answer... maybe this field can't be updated or changed...

help me pleasE!

1 REPLY 1
Read only

Former Member
0 Likes
762

Moderator message - When closing old threads, there is no need to add a comment. Adding a pasted answer like "did it some other way" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved. Rob