cancel
Showing results for 
Search instead for 
Did you mean: 

List all output types - condition records

Former Member
0 Kudos

Hi all

I would like to list all output-types-condition records of an output type.

For example I would like to see all condition records of output type "RD00". How can I do that without open

VV33, VV12 ... and click through all key combinations?

Thanks in advance and regards

Marco

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

I am not sure whether I have understood your requirement clearly or not.

Try this, in VK13, enter the output type, then click on i-button (condition information). Then in the next screen, remove values from the fields and make blank for all the fields. Then execute. The system will show the results. Click on the button Display the records in ALV, so that the system can display in ALV mode. In the left hand side, you can see the key combinations and using toggle view, you can see the table names.

Other option would be develop report in V/LD (using V/LA, V/LB), which can also show the records for a particular condition type.

If you want to see for all condition types in one transaction, then you need to develop a customized report.

Regards,

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Marco ,

you can find out data in output tables levels

1)Goto--> SE16N--> TABLE NAME NAST) to enter the condition record field name we will get particular data for output condition record,

2) Goto--> SE16N-->TABLE NAME (KONV) (All condition data) To enter the specifc values we will get data

hope this is helpful If you are query or concern Please let me know

Thanks

murali krishna

Lakshmipathi
Active Contributor
0 Kudos

You have to develop a query considering NAST & KONV tables. 

G. Lakshmipathi

former_member184555
Active Contributor
0 Kudos

You can also find the details using SE16 for the tables linked to these output types. Prefix the condition table with 'B'. Eg: If the condition table number is 123, check the data in SE16 for table B123.

Regards,

Ravi Sankar

Former Member
0 Kudos

Hello Marco,

Please follow the below steps

1)use T code VV33

In output type (Zxxx)

Enter the output type for which you want to get the condition record numbers

Click on Key combination

Note down the key combination for eg in Zxxx key combination (Access Seq)

2)SPRO--->Sales and Distribution--->Basic Functions--->Output Control

    Output determinatin--->Outputdetermination using Condition technique

    Maintain output determination for billing Documents

Go to maintain access sequence

it will display the list of the Acsq

Acsq    Description

0002    SalesOrg/Billing Type

select the 0002 and click on the Accesses on the left side Dialog structure.

once we inside the access sequence 0002

we will see

Accno         Tab             Description

10         11            Sales Organization/Billing Type

3)Go to SE16

in your case take down the table number enter prefix B followed by table number

Below is data from my system

enter B011(second character is numeric Zero and not Alphabet o) and execute  you will get the results

  Cl. App Out. SOrg. BillT CondRecNo.

  101 V3  YZM1 YL00  G2    0000016128

Download the data in the excel.

Thanks

Amit L

Former Member
0 Kudos

Hi Marco,

there's not a standard report. You'll need to develop it with the help of an abaper.

Regards,

JM