2010 Feb 08 10:23 AM
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
2010 Feb 08 10:36 AM
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.
2010 Feb 08 10:36 AM
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.
2010 Feb 08 10:58 AM
2010 Feb 08 11:00 AM
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.
2010 Feb 08 11:20 AM