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

Regarding interactive Alv

Former Member
0 Likes
442

Hi Abapers,

my requirement is that i have a selection screen with 5 columns.

i have material is of 3rd column ie., MATNR . when i single click on MATNR field it has to go MM02 transaction called ACCOUNTING tab. how do i acheive it?

i have done this requirement . it is going to MM)@ transaction but there i am selecting manually ACCOUNTING tab. requirement is that after clicking the material it has to go ACCOUNTING tab.

4 REPLIES 4
Read only

Former Member
0 Likes
411

Hi

for this u need write the BDC once u r clicks on the material.

first do the recording for that transation such a way enter material and select the accounting tab it display that screen,with save come back.

Like once user clicks on material.Here write BDC with above recording to navigate to MM02 tcode,with display mode = 'N' and error mode = 'E'.So by this way it will display the Accounting tab directly.

Regards,

Raghu.

Read only

Former Member
0 Likes
411

Second floor's idea is write a BDC program to achieve Accounting tab directly. besides, i think you can achived it via IMG change the screen sequence.

hope it useful.

Rock

Read only

Former Member
0 Likes
411

this is not a form related requirement, try ABAP general.

Read only

Former Member
0 Likes
411

i have done the bdc for that mm02 transaction. problem solved.