Application Development 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: 

BDC recording issue for VA02

jogeswararao_kavala
Active Contributor
0 Kudos

Dear ABAP Experts,

While recording for VA02 through SHDB, I am unable to record the changes performed in the process explained in the screen-capture sequence shown below.

Can I get some help in this regard.

kind regards

Jogeswara Rao

1 ACCEPTED SOLUTION

former_member214709
Participant
0 Kudos

Hi Jogeshwara,

Go to SE11 table RSMPTEXTS, there you have to specify the Program name (PROGNAME)which is SAPMV45A

and then give the description of the field in (TEXT) i.e Propose items, in your case.You will get the OK_CODE

Regards,

Dinesh

8 REPLIES 8

Former Member
0 Kudos

Did you successfully capture the command for "Overview".  If not, try using debug just before you execute it, and then after execution, looking at sy-ucomm.

Neal

0 Kudos

Thank you Neil and Dinesh,

I'm off the system access presently. I'll get back to you in few hours.

Thanks again.

Jogeswara Rao K

former_member214709
Participant
0 Kudos

Hi Jogeshwar,

Check the table 'RSMPTEXTS ' , containing all the Sy-Ucomm/ Ok codes , just enter the program name i.e SAPMV45A.

Or you can debug the same , just press /h before clicking on edit in VA02 t code.

Regards,

Dinesh

0 Kudos

Thanks again Neil and Dinesh,

I found the following values while debugging. 

When Overview  option is selected, the SY-UCOMM value is  MILL_VS_UBER and

when clicked on set-order changeable icon it is MILL_VS_DEAC.

Now, how do I connect this to above said table?

Some more light please.

Jogeswara Rao K

0 Kudos

Hi Jogeswara,

Can you please paste the SHBD recording code here. Maybe we need to manually insert the the OK codes in the existing code which you got in the recording.

Thanks,

Ankit.

0 Kudos

Thanks Ankit for response, Please find the recording in the attachment.

0 Kudos

Hi Jogeswara,

Sorry but i would not be able to help you because i cannot see the menu options shown by you. My Menu options for sales order change are -

Based on your analysis of Ok codes i think that the values are getting captured/recorded because we see the ok codes mentioned by you at line 31 and 50.

regards,

Ankit.

former_member214709
Participant
0 Kudos

Hi Jogeshwara,

Go to SE11 table RSMPTEXTS, there you have to specify the Program name (PROGNAME)which is SAPMV45A

and then give the description of the field in (TEXT) i.e Propose items, in your case.You will get the OK_CODE

Regards,

Dinesh