cancel
Showing results for 
Search instead for 
Did you mean: 

TA to list standard orders + items?

Former Member
0 Kudos

Hello,

is threre an easy way (transcation) to get an simple output for standard orders and their items or do I need to make an abap program?

That's the list view I'd like to have:

- item

- material

- plant

- description

- first date

Prices/calculations must not be shown!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello ,

You can save the variant by selecting particular fields.

Goto To Va05 -- Execute

Select Display Variant and Choose the Field you want to display..

Goto to Setting --> Layout ---> Save

Next Time Goto va05 Select Display Variant --> and choose the variant you created.

Important Note:

parameter SD_VARIANT_MAINTAIN with a value of 'A' should be maintained in T.code - SU01 - Parameter Tab for that particular SAP User, Otherwise the option Save will be greyed out in Va05.

Regards

Senya

Former Member
0 Kudos

That's exactly I've been looking for. Thanks a lot!

Now I need to hide price information by selecting a different layout.

Therefor layout choice have to be disabled for particular users (only in VA05).

Can this also be done by a parameter like SD_VARIANT_MAINTAIN?

Don't think it's that easy. Might need another thread.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

- item - VBAP - POSNR (Sales order Item no)

- material - VBAP - MATNR (Sales order Material no)

- plant - VBAP - WERKS

- description - Description for wht?

- first date - WHich date is this? (Document date)