cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP B1 state master list with Ecode and GST Country Code SAP B1

nikunjmehta2290
Participant
0 Likes
485

Dear all,

I need SAP B1 State Master list with E-code and GST Country Code SAP B1.

Regards,

Nikunj 

Accepted Solutions (0)

Answers (1)

Answers (1)

ManishPant
Participant
0 Likes

Hi @nikunjmehta2290 ,

You can query OCST table.

SELECT T0."Code", T0."Country", T0."Name", T0."eCode", T0."GSTCode" FROM OCST T0

Thanks.

Manish 

nikunjmehta2290
Participant
0 Likes
I don't require query, I need to setup the State Master as per latest information.