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

Trans. ME32K. Batch Input. Problem in header versions with container

Former Member
0 Likes
659

Hi all:

I've got a problem with the transaction ME32K.

The required action is meant to be changing the address delivery in the agreement position.

The bapi BAPI_AGREEMENT_MAINTAIN doesn't solve the problem because the field adrn2 is not present in this function module, so refering to other posts I've decided to implement a batch input.

The problem starts when I try to introduce REVOK and RSCOD in grid container in section header version. When I simulate the transaction ME32K with shdb the only code appearing is:

SAPLMEDCMV 0200 X BDC_OKCODE =GRIDENTER

BDC_SUBSCR SAPLMEDCMV 0100SUB0

SAPLMEDCMV 0200 X BDC_OKCODE =SAVE

BDC_SUBSCR SAPLMEDCMV 0100SUB0

and then the values 'X' in REVOK and '0007' in RSCOD are not recognized.

How can I introduce the new version in header ?

Thanks in advance.

Jose Luis.

3 REPLIES 3
Read only

Former Member
0 Likes
526

Hi,

You cannot do a BDC for this transaction as it is a SAP Enjoy transaction.

Regards,

Ravi Kanth

Read only

Former Member
0 Likes
526

So, what's the alternative you recommend to me not using bapi_agreement_maintain because of the fields?

Thanks in advance.

Jose Luis.

Read only

0 Likes
526

Hi Jose,

did you find a solution for your issue?

I have the same problem now.

Greets,

Valentin