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 for FNVM t-code

Former Member
0 Likes
587

Hello Team

Now i have got a requiment to add a new condition type in FNVM t-code. i am trying to acheive this by using BDC but i am not able to do the recording. when i am trying to do the recording, i am not able to capture the POPUP values which i am getting after clicking on the insert icon. since i am not able to capture the values which i am going to select in the POPUP screen, i am not able to go further with my updation.

So please check and let me know the below

1. how to record the action peformed on the popup screen which is will come when i click on the insert condition type icon.

2. or please let me know if there is anyother way to acheive the requirement.

Regards

Raj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

Hi Nagaraju,

Do the recoding in the background mode.....

In SHDB before recoding just check "Simulate Background Mode".

If the popup contains some tabular record, surely it is a table control. Try to debug that portion and try to know the standard table from which it is coming. Then put some logic to identify the row no which u need to click.

Regards,

Amitava

Hello Team

Now i have got a requiment to add a new condition type in FNVM t-code. i am trying to acheive this by using BDC but i am not able to do the recording. when i am trying to do the recording, i am not able to capture the POPUP values which i am getting after clicking on the insert icon. since i am not able to capture the values which i am going to select in the POPUP screen, i am not able to go further with my updation.

So please check and let me know the below

1. how to record the action peformed on the popup screen which is will come when i click on the insert condition type icon.

2. or please let me know if there is anyother way to acheive the requirement.

Regards

Raj

2 REPLIES 2
Read only

former_member214857
Contributor
0 Likes
531

Hi Raj

You can use SHDB transaction to collect all the steps for the BDC session..

Kind regards

Carlos Machado

Read only

Former Member
0 Likes
532

Hi Nagaraju,

Do the recoding in the background mode.....

In SHDB before recoding just check "Simulate Background Mode".

If the popup contains some tabular record, surely it is a table control. Try to debug that portion and try to know the standard table from which it is coming. Then put some logic to identify the row no which u need to click.

Regards,

Amitava