cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in BDC Recording

Former Member
0 Kudos

Hi I am having a problem in BDC Recording. My requirement is that when I input data in transaction fb02 to block the invoices, It shows a list of invoices. Now i need to double click that item(line) in which PK = 06 at runtime during bdc recording. During BDC recording it takes the line number on which we have clicked which is constant but i want it dynamic that if item 1 is having PK=6, that line should be double clicked and if item 3 is having PK=6, the third item should be double clicked to open another screen. Kindly help me... Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

raviahuja
Contributor
0 Kudos

done

Former Member
0 Kudos

Hi Ravi,

While writing your code that is in your code you know which line number is having the PK = 06, then you can use the same line number and add the code for double click after that.

Regards,

Atish

Former Member
0 Kudos

Hello,

Try to use transaction FB09 if you know the line number.

Regards.

David