cancel
Showing results for 
Search instead for 
Did you mean: 

Bdoc message data retrieval

former_member293763
Participant
0 Kudos

Hi Experts,

I am trying to retrieve the details of the bdoc from transaction smw01 output.

I have the request id for the bdoc which is stored in table SMOFRQHD and I need details from table SMW3_BDOC.

Please let me know if there is any link between the two tables. I am creating an initial load for customers so I have the customer ID as well.

Regards,

Dhruv Kashyap

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182985
Contributor
0 Kudos

Hello Dhruv,

Actually, in T-code SMW01, you could get most of the details of the bdoc.

- Clicking on the first buttion in the red box: you can find the information such as Bdoc ID, Bdoc state, Flow context, etc.

- Clicking on the second button in the red box: you can find the classic part of the bdoc.

- Clicking ont the third button in the red box: you can find the extended part of the bdoc.

May I know what kind of information you want to get from table SMW3_BDOC?

Thanks,

Best regards,

Julin Xin

former_member293763
Participant
0 Kudos

Thanks Julin.

I need to do it programmatically and get the status of the BDOC (whether it went successfully or not). However all I have as input parameters is the Request ID which is stored in table SMOFRQHD. I need the details of the BDoc triggered by this request so was wondering if there  is way of doing it.

Regards,

Dhruv Kashyap