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

BDC recording

achal_mukaty
Explorer
0 Likes
2,922

I have recorded the transaction MM01 and after saving the recording and going back to the record and generating the source code I can only see 3 subroutines - open_group , bdc_transaction using and close_group.

Why I am not getting other suroutines such as bdc_dynpro, bdc_field ?

Please help me on this.

I have recorded the transaction MM01 and after saving the recording and going back to the record and generating the source code I can only see 3 subroutines - open_group , bdc_transaction using and close_group.

Why I am not getting other suroutines such as bdc_dynpro, bdc_field ?

Please help me on this.

9 REPLIES 9
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,737

Probably you didn't save the recording with all recorded data.

Read only

0 Likes
2,737

Hi Achal,

Those forms will be there in include program BDCRECX1_S. this include is already there in source code.

Regards.

Read only

0 Likes
2,737

Okay but where can I see the field values which I have updated while recording, because I can't see it inside this include program BDCRECX1_S anywhere. I need to replace those fields value with my internal table.

Read only

achal_mukaty
Explorer
0 Likes
2,737

I did save still cannot see those subroutines.

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,737

I don't really understand what you are doing, it should be quite straight forward.

You record. You save the recording. You generate the program.

It takes 10 seconds to repeat with one simple action recorded and create a new program, and 3 screenshots to show what you did. Could you, please?

Read only

achal_mukaty
Explorer
0 Likes
2,734

Step-1 : Create Recording using Transaction MM01.

Step-2 : Saving and Click on program.

Step -3 : Source code generated.

[Refer the top main image]

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,734

Strange. Authorization issue to save data then? If you open the recording, do you see the lines?

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,734

(use SU53 to see the missing authorizations)

Otherwise I don't see what the problem can be. Please contact SAP support for help.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,734

What's your version, did you look for OSS notes, are you executing an upgrade of the system, were some OSS notes recently implemented...

Why don't you use a BAPI such as BAPI_MATERIAL_SAVEDATA (or other BAPIs depending on your SAP solution)