cancel
Showing results for 
Search instead for 
Did you mean: 

GTS blocked/Released status on sales order change/display mode. Please help is there any standard or Note available for it.

Former Member
0 Kudos

Hi Guru's Please help,

GTS blocked/Released status on sales order change/display mode. Please help is there any standard or Note available for it.

Accepted Solutions (0)

Answers (1)

Answers (1)

kul_vaibhav
Active Participant
0 Kudos

Hi Eswar,

What I understand from your post is you are trying to get GTS block status for a Sales Order in change/display mode. This is not the way GTS is designed. GTS block status is not stored in ECC. ECC makes a call to GTS everytime to get the latest status.

You can use transaction /n/SAPSLL/BL_DOC_SD_R3 (Export documents) or /n/SAPSLL/BL_DOC_MM_R3 (Import documents) to display blocked documents in ECC. Please note, documents not blocked will not be shown here.

Alternatively, you can always login to GTS to make use of various standard reports to display document status.

Hope this helps.

regards,

Kul  Vaibhav

Former Member
0 Kudos

Hello Eswar,

We have done similar requirement by adding Z fields in status tab of sales order header to update status of the order from .

Code change has been made so that status(blocked or released) can be received from '/SAPSLL/BL_DOC_SD_R3 which inturn updates document header.

Thanks

Karthi