cancel
Showing results for 
Search instead for 
Did you mean: 

sales order attachements T.code

Former Member
0 Kudos

Hi Experts

I would just like to know if we have any table or tcode from which we can view the attached documents in the sales order ?

The end user when executes the Tcode VA05 they get the list of sales order. From this list for all the sales order

they want to see all the attachements in the sales order.

So i just want to know whether is there any table / tcode in which these attachements of sales order are stored or

can be refered ?

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi

Follow the following steps.

From the VA02 go to System -> User Profile -> Own Data

You will reach a new screen. Select the 3rd view "Parameters"

Add one more line with Parameter ID as SD_SWU_ACTIVE and parameter value as "X".

Save

Now when you go to any document with VA02.

Services for Objects will appear to the left of "CHANGE SALES ORDER xxxxx : OVERVIEW".

Former Member
0 Kudos

Hi

Thanks for ur support

gilmarluiz_puntel
Active Participant
0 Kudos

Hi!

I think that you need to get all the documents attached to a sales order or search what sales orders are associated with the a document.

In the table 'DRAW' you have the documents created by the CV01N transaction.

In the table 'DRAD', you have the link between these document and the SD object.

You can use the function 'BAPI_DOCUMENT_GETLIST' to get a list of documents, and the function 'BAPI_DOCUMENT_GETOBJECTLINKS' to get the link between the sales order and the document.

I hope this help you.

Regards.

Former Member
0 Kudos

Hi

Really thanks for the information , See I do the following settings in the Su3 for the User Id and set parameter value as X and parameter Id and save to go Va02 and select the service for object see all the attachemnts for a sales order, mY query is can we get all the attachemnts to a order with the process given and Iam notable to get details using the process given,

Please tell guide me if we can get the details.

Thanks

Former Member
0 Kudos

Hi,

First of all, could you please tell me how to attach a document in the sales order?

Regards,

Mullairaja

nisha_sharma1
Active Contributor
0 Kudos

Hi,

This can be achieved in transaction VA05 itself.

after getting the list of sales orders-> select the sd document for which you want to display the attched documents.->

Go to ENVIRONMENT-> Document flow.

It will directly display the attached documents to this sales order.

And check Table VBFA .

Regards,

Nisha

jpfriends079
Active Contributor
0 Kudos

Check table VBFA - Sales Document Flow

Also, check Tcode S_AL0_96000488 - Sales Document, provide the parameters as desired and execute. From the display list double click on doc number to view all the doc flow related to the selected doc.

Thanks & Regards

JP

Edited by: J Prakash on Jul 23, 2010 10:02 AM