Application Development 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: 

CALL TRANSACTION Method to Go to the Accounting 1 view directly from MM02

Former Member
0 Kudos
343

HI,

Can any one please help me out with this issue

I am using Call transaction method in my Program.I need to open the Accouting view of the Material master using the Call transaction directly.

Thanks & Regards,

Prasad Paruchuri

1 ACCEPTED SOLUTION

Former Member
0 Kudos
102

Hello

Try this:


SET PARAMETER ID 'MXX' FIELD 'B'. " <- B - accounting
SET PARAMETER ID 'MAT' FIELD '000000000000000001'. " <- set material number here
SET PARAMETER ID 'WRK' FIELD 'AAA'. " <- set plant here
CALL TRANSACTION 'MM02' AND SKIP FIRST SCREEN.

4 REPLIES 4

Former Member
0 Kudos
103

Hello

Try this:


SET PARAMETER ID 'MXX' FIELD 'B'. " <- B - accounting
SET PARAMETER ID 'MAT' FIELD '000000000000000001'. " <- set material number here
SET PARAMETER ID 'WRK' FIELD 'AAA'. " <- set plant here
CALL TRANSACTION 'MM02' AND SKIP FIRST SCREEN.

0 Kudos
102

Hi

Thaks a lot (Really very good )

0 Kudos
102

Hi

Can you please give me some more information how can we classify the'MXX' Id data

like B for Accounting

and C for .......

Thanks & Regards,

Prasad.

0 Kudos
102

Hello

Table T132