‎2008 Nov 07 10:40 AM
Hello Experts ,
How to fetch the field GBSTA_BEZ from table VBSTT. I have Sales Order No (VBAK-VBELN).
Thanks.
‎2008 Nov 07 10:46 AM
Select GBSTA from the table VBUP using Sales Order No (VBELN) and read the fixed values of the corresponding domain using function module DDIF_DOMA_GET. The text of the domain (DDTEXT in structure DD07V) is same as the GBSTA_BEZ field.