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

running shdb record

Former Member
0 Likes
609

hi all,

please help me..

i'm a newbie in SAP and have a problem with running tcode as a result from shdb record. i try to run sap transaction from .Net, so i use shdb record.

i record this activity:

-open tcode TRIP then i must entry an employee id.

-Hit OK button then open a page with some information and menu(link) for that employee.

-then i choose a link, i click it, then other page will be open.. and now the tcode = TP04, not TRIP anymore.

this is the shdb record when i click a link :

BDC_OKCODE = %_GC 116 1

my big problem is value for that BDC_OKCODE is not a fix value, it's like a random value that generated by sap-gui.. i can't assign value for it. it could be anything in format %_GC xxx x

so when i process that shdb record, it will stop in that record.

please help me.

thx,

Justin

hi all,

please help me..

i'm a newbie in SAP and have a problem with running tcode as a result from shdb record. i try to run sap transaction from .Net, so i use shdb record.

i record this activity:

-open tcode TRIP then i must entry an employee id.

-Hit OK button then open a page with some information and menu(link) for that employee.

-then i choose a link, i click it, then other page will be open.. and now the tcode = TP04, not TRIP anymore.

this is the shdb record when i click a link :

BDC_OKCODE = %_GC 116 1

my big problem is value for that BDC_OKCODE is not a fix value, it's like a random value that generated by sap-gui.. i can't assign value for it. it could be anything in format %_GC xxx x

so when i process that shdb record, it will stop in that record.

please help me.

thx,

Justin

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
457

Hi Justin,

so far as i see dynpro contains a html-control

-> so i think it's not possible to program bdc .

regards Andreas