cancel
Showing results for 
Search instead for 
Did you mean: 

Tcodes for DOE

Former Member
0 Kudos

Hi Experts

Can anyone tell me about usefull transaction codes in DOE

Ex: sdoe_load for download the data

sdoe_wb for workbench

and tell me the importent table names.

like to see the last message id and mbo trans id's

Thanks in Advance

NVNR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

check table smmw_hdr to get id and trans.

for message id check table smmw_msg_hdr.

Other useful tcodes,

SDOE_SR - Initial DOE Setup

SDOE_UPLOAD_ARCHIVE - Archive Upload to DOE

SDOE_DEV_REGISTER - Device Registration: Criteria Field

Best regards,

Vinodh

Answers (5)

Answers (5)

0 Kudos

Hi,

Apart from the tcodes mentioned above, you can use 'sdoe_bg_job_monitor' to monitor background job.

Regards,

Ashish.

Former Member
0 Kudos

This is what I give for each person I train SAP Mobile in my company to start off.

the definitions i add are just my own opinion\comment of why "we" would use the t-code,

if you use that se93, it'll probably give you a more defined, SAP explanation

this is a good thread, as it can be hard to find the right t-codes to resolve the problem at hand

SDOE_WB

Data Orchestration Workbench: to view the dataobjects and data within

Check here whether generation failed, something not active, etc... etc...

SDOE_LOAD

Trigger Backend Load, forces update to retrieve data from backend adapters

SDOE_UPLOAD_ARCHIVE

To upload Mobile Components to the server either your own developed code or SAP software\patches

SMQ2

to monitor the incoming data/jobs/queues from the mobile devices - if something gets stuck, most likely here

SM50

Process Overview - like the Task Manager in Windows

SDOE_DEV_REGISTER

Specifies how a mobile device registers to the logical device on the DOE

SDOE_RMM01

has to do with how we set up registration criteria

SDOE_ACTGEN

seems like a required step whenever something significant is changed in the DOE

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Correction in above post:

SDOE_ACTGEN is obsolete transaction and it is not supported anymore.

Same can be achieved using SDOE_WB transaction to generate the objects in DOE.

Regards,

Siva.

Former Member
0 Kudos

SDOE_ACTGEN is what my BASIS consultant uses to do mass activation and generation of the components.

I told him about the transaction being obsolete, BASIS consultant looked at the SDOE_WB transaction. They cannot see how to do mass activation or generation.

How do we mass activate and generate within SDOE_WB, do you have some documentation or link so I can pass onto my BASIS consultant? Or are we suppose to be doing each component one by one?

When does\did it become obsolete?

Often times after support packs or when we have troubles with objects here and there not being active or not generated properly, the BASIS consultant says he runs that transaction and it helps resolve the issue.

I guess there could be other stuff being done in the background that they do not tell me.

Former Member
0 Kudos

Hi,

For doing mass activation or generation, go to SDOE_WB transaction. Right click your SCV. Goto 'View metadata'. Select your objects and press 'Generate' or 'Activate'. This will do mass generation or activation.

Regards,

Dhana

Former Member
0 Kudos

Hi,

To see the last message id sent by the client: Use MMW_IN_LAST_MSG table. You need to enter the device queue name to get the id of the last message. (Queue name can be found in the device administration portal).

For checking the last message id sent from the DOE to the mobile client, we can click on the "VIew Outbound Q Details" link on the device administration portal.

Regards,

Ramanath.

rohith_deraje
Advisor
Advisor
0 Kudos

To view the messages you have loaded,

Selcet the DO>>Right click and choose metadata monitoring> Select the DO name.

You will be able to see the generated CDS table name. Check the contents of the CDS table.

Also you can see the messages from message monitoring portal.

rohith_deraje
Advisor
Advisor
0 Kudos

Hi,

Go to transaction se93. Search (F4 help) by entering SDOE*. You will get all the transaction list with their description.

Regards

Rohith