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: 

Output_type_analysis

Former Member
0 Kudos

Hi..

I need to know that when we go to the analysis part of the output type of any document, and see a specific output type that is triggered for that document, then on the right hand side of the screen, we see Access details.

(For example for shipment-->transaction code is VT02N, and from there if we go to the output screen and from there to the analysis screen, where we can see the Access details for all the output types)

In the access details,we see columns with the names as field in Condition table, field in document and value in document.

Now As far as I know, the value in the document comes form a structure.

My question is that can we see where exactly is the structure getting populated in ABAP Code?

Please correct me if I am wrong at any point.

Thank you

6 REPLIES 6

LucianoBentiveg
Active Contributor
0 Kudos

You must to do a DB trace. Use transaction ST05.

Regards.

sridhar_k1
Active Contributor
0 Kudos

For shipping docs it's in function module COMMUNICATION_AREA_KOMKBV7, there are function modules like this for each application area. Refer to the function group of above FM

Regards

Sridhar

0 Kudos

Thank you Sridhar

But can you please tell me when is it called in the program?

Because when I did a global search in the program of transaction code vt02n, then I couldnt find this FM.

Thank you

0 Kudos

It's called in function module SD_SHIPMENT_MESSAGING.

Regards

Sridhar

Message was edited by: Sridhar K

0 Kudos

Thank you Sridhar for your valuable suggestion.

I wanted to ask you one more thing, if any transaction related issue comes then the first thing you do is that u go to the standard program of that transaction and try to understand it or you have a different approach?

thanks..I know this is a kind of weird question,but just for my info.

0 Kudos

It really depends on the issue.

If i think the issue is configuration related, first I go to SPRO before analysisng the program, some times analysing the code leads to configuration in IMG.

I'll check the program, SQL trace, runtime analysis, SPRO, Dev. class, and other informational tools like System messages, SAP library, OSS, SDN.

Regards

Sridhar