cancel
Showing results for 
Search instead for 
Did you mean: 

Header User Status in Salesorder

Former Member
0 Kudos

Hi Folks ,

We need to know how Header User Status from Sales Order can be fetched. Can anyone of you please provide the logic for this.Please find attached screen shot for the same .

Thanks

Mrinal

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member183879
Active Contributor

Hi Mrinal,

The report V.26 itself gives you the user status of headers in the format you like. You really dont really need to create a report for this.

If you are looking for tables, it is VBAK-OBJNR = JEST-OBJNR.

The detailed spec is already given in the link below. (Mine only )

bsivasankarreddy_reddy
Active Contributor

hi

check the t code V.26   this is user status report

based on this you develop the report

regards

sankar

former_member186385
Active Contributor

Hi ,

you can get the Sales order Header status from JCDS table

Fetch OBJNR from VBAK

pass this OBJNR into JCDS to get the statuses

thanks

santosh

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

did you check under se16,table-CDHDR with Object-VERKBELEG

Lakshmipathi
Active Contributor
0 Kudos

The User Status would be stored in a Structure and not a table.  Hence, you need to take the help of ABAPer if you want to develop a report.

G. Lakshmipathi

ravi_kumar100
Active Contributor
0 Kudos

Hi,

It had been given in the below blog link in SCN.

Regards,

SRK