‎2010 Aug 26 1:37 PM
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.
‎2010 Aug 26 1:44 PM
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.
‎2010 Aug 27 7:11 AM
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
‎2010 Aug 27 9:10 AM
‎2010 Aug 27 12:09 PM
i have done the bdc for that mm02 transaction. problem solved.