cancel
Showing results for 
Search instead for 
Did you mean: 

How to R3 c<n read MIAUTH SyncBo

Former Member
0 Kudos

please anyone can explain me how to R3 or WAS (?) read the syncBo MIATH?

can i on the client layer customize MIAUTH?

How to check on the R3 layer if the MIAUTH component is active (using"merep_sbuilder")?

Exemple:

application send to R3 data for user XX. R3 check if the user XX has any orders to receive.

R3 send to client data for user XX.

on the client layer my application does to send any customized syncBo (containing data for XX user)

or can i utilize MIAUTH?

if yes, how to client layer send MIAUTH and how to R3 layer can read MIAUTH?

i'm working with WAS SP13 and MI client 2.5.

thanks in advance,

eliana

Accepted Solutions (1)

Accepted Solutions (1)

kishorg
Advisor
Advisor
0 Kudos

Hi elina ,

what u mean with customizing MIAUTH syncbo?.

actually when u look this syncbo from merep_sbuilder , u can see that its 2way sync with only getlist and getdetail bapi wrappers.

just go through these links.

http://help.sap.com/saphelp_nw04/helpdata/en/25/ef27b061f2fa4281a35d8404203271/content.htm

can u describe ur problem in detail?.

actually what is the scenario?

Regards

Kishor Gopinathan

Former Member
0 Kudos

> can u describe ur problem in detail?.

> actually what is the scenario?

Hi Kishor,

i'm trying to implement goods entry from PDA to BackEnd R3.

When we realize upload from PDA to middleware(WAS 6.40) we receive a syncbo object called MIAUTH.

When we try to manage it in SAP using MEREP_SBUILDER transaction we don't find it.

is it the right transaction?

do i have to generate the object?

thanks,

e.

kishorg
Advisor
Advisor
0 Kudos

Hi elina ,

After the fresh installation of MI Server component in your WAS,

there is one table merep_810 (Common Table for Migration), which contains one default transport request .(SyncBo MIAUTH is made available with a transaport request in the table merep_810).

you have to import it from there..

just refer this help , which contain details of this.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/mi/best practices for sap mobile engine 2.5/bblibrary/documentation/mi25_installation_guide.pdf

in this pdf (Uploading a SyncBo).

Regards

Kishor Gopinathan

Former Member
0 Kudos

>there is one table merep_810 (Common Table for >Migration), which contains one default transport >request .(SyncBo MIAUTH is made available with a >transaport request in the table merep_810).

hello Kishor,

MEREP_810 table contains 2 entries.

Both entries have no referrals to our system;

we checked with SE10 and STMS transaction.

<b>The transports present in MEREP_810 are not corresponding to our transport landscape.</b>

In there a way to import or build MIAUTH by scratch?

kishorg
Advisor
Advisor
0 Kudos

Hi elina,

You have to import that standard request.

Regards

Kishor Gopinathan

Former Member
0 Kudos

> You have to import that standard request.

from who must i import the request?

can you explain me the steps i have to follow to carry out the task?

kishorg
Advisor
Advisor
0 Kudos

Hi Elina ,

There are some default requests in merep_810 table.

you have to note these requests.

1) run transation merep_mig

in the transprot action part,

ere u have the option to select import.

when select it , it will ask for the transport request .

(default request - S6DK003813)

Regards

Kishor Gopinathan

Former Member
0 Kudos

hello,

import are successfully.

now, i need to read USERID of user request.

how to ABAp function can read it from MIAUTH Bo?

kishorg
Advisor
Advisor
0 Kudos

HI elina,

just go through this link.

Regards

Kishor Gopinathan

Former Member
0 Kudos

hi kishor

i don't view any link...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Eliana,

If you follow Kishors link to help SAP you will find a little information on MIAUTH (using Authorization obects in MI to filter user information). If you are trying to filter information from the middleware to the client then you can't do it by user quite yet only by device ID or mobile group. (MEREP_SBUILDER enter the SyncBO Name under "Environment" select filtering criteria )

Otherwise create a custom SyncBO follow the directions on the link on how to create the dependency under the environment tab in Transaction MCD.

-wael

Former Member
0 Kudos

>under "Environment" select filtering criteria

Hi Wael,

your document doesn't correspond to our requirements. we are using engeenering and construction verticalization not defence one.

in any case, thanks a lot.

e.

Former Member
0 Kudos

Hi eliana,

Where did you get "defence(defense)" from?

><i>under "Environment" select filtering criteria</i>

This is a standard menu option.

-wael