cancel
Showing results for 
Search instead for 
Did you mean: 

Get Process details

Former Member
0 Kudos

Hi friends ,

I have one senario i want to open one module pool screen dependent on Create, Change and Display for all transaction .

I may do any process sales order , purchase order , material creation etc , can you help me how to get wheather this process is create, change or display .

thanks and Regards

Krishnan R.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Using the sy-tcode check the entry in the T180 and check for the TRTYP field for the Change, Display, Create.

Former Member
0 Kudos

Hi Krishnan,

You can you the field TRTYP in the table T180.

For ex:

If trtyp = 'H' --> Create

trtyp = ''V' --> Change

trtyp = 'A' --> Display

Best Regards,

Pradeep.

Former Member
0 Kudos

hi

I think for MM01 no entry found so we can't come to conclude this is the correct table .

Regards

Krishnan R .

Former Member
0 Kudos

Hi Krishnan..

Most of the values are there in T180, you can use T160 for purchasing..

Best Regards,

Pradeep.

Former Member
0 Kudos

Hi predeep ,

In T160 table also no entry for MM01 transaction .

Regards

Krishnan R.

Former Member
0 Kudos

Hi..

Use T130M, field AKTYP for Material Transactions..

Best Regards,

Pradeep.

Former Member
0 Kudos

Hi predeep ,

You gave three table , T180 or T160 or T130M .

how can i find in Runtime , for this transaction, correponding value is available in this Table .

Regards

Krishnan R.

Former Member
0 Kudos

Hi..

I hope you wouldnt be using all the transaction in SAP. So, get all the t.code from T180, T160, T130M into one table and do a search with sy-tcode. This is what SAP provided, not my solution.

Hope this would solve you issue.

Best Regards,

Pradeep.

Former Member
0 Kudos

Hi Pradeep,

Can you please let me know similar kind of table for customer master and vendor master.