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

sales area data screen -BDC

Former Member
0 Likes
644

Hi All,

I have a requirement that when i click on the kunnr field in alv report it should go to

transaction XD02 and should be on screen Customer sales area data..

if i use call transaction 'XD02' and skip first screen it goes to 'Company code screen'

and hot the sales area data screen

so can anybody pls tell me how to achiece this means can we use BDc if yes pls provide the cdoe

i used bdc but when i record it goes screen by screen and finaly reaches sales area data.

if i use display all screen if i use 'N' mode it do not got to sales area screen

but the user want to directly navigate to sales area data screen when he cick kunnr field.

thanks

Hi All,

I have a requirement that when i click on the kunnr field in alv report it should go to

transaction XD02 and should be on screen Customer sales area data..

if i use call transaction 'XD02' and skip first screen it goes to 'Company code screen'

and hot the sales area data screen

so can anybody pls tell me how to achiece this means can we use BDc if yes pls provide the cdoe

i used bdc but when i record it goes screen by screen and finaly reaches sales area data.

if i use display all screen if i use 'N' mode it do not got to sales area screen

but the user want to directly navigate to sales area data screen when he cick kunnr field.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
567

Your steps seems to be OK, instead of N try with mode "E" and no input data in Sales Area, which should solve your problem.

Read only

former_member438956
Active Participant
0 Likes
567

Hi pankesh,

while recordin in SHDB when the screen moves to sales data screen record the screen by inputting some error data and while calling the transaction through CALL TRANSACTION use processing mode as 'E' so that the the BDC will get stuck in the sales screen and the user can rectify the data and then continue.

Regards,

Anil N.