cancel
Showing results for 
Search instead for 
Did you mean: 

Maaping import parameters to the client...

Former Member
0 Kudos

Hi All,

I am developing an application wherein I need to accept some inputs from the user. However, while creating the SyncBO I am not able to map the import parameters or the import parameters to the client. The only parameter which are enabled for mapping are the table parameter.

Can any tell me what is the problem?

Thanks,

Prakash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prakash:

You donot have to do any mapping for the Import Parameter.Mapping You have to do it only for the Table Parameters.For the Import Parameters you may have to create the "VALUE ID" for each import parameter in your BAPI and then you can set Default Values for these import parameters.

Let me know if you have additional questions.

Thanks

Gisk

Prakash: Donot forget the right rewards

Message was edited by: Gisk

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

I have overcome with the problem of mapping the import parameters. thanks to all.

I have got one more querry. when the data is displayed on to the client, it first shows a list of some auto generated keys(Sync key if I am not wrong). But, if I want some specif field (say employee id) to be displayed over there then what should i do?

Apart from this, when I make some changes into my data base those changes are not reflected in the device. I do synchronise my Mobile device to get the changed data. I have even run the emulator on my syncBO. After synchronisation i get an InboundTransformException. Can you help me out?

Prakash.

Former Member
0 Kudos

Hi Prakash!

(1) You may have to modify the the JSP Code(MI Application WAR File)to get rid of the Sync Key and for additional formatting of the data and deploy the WAR again.

(2) Database Changes are not reflected in the Device: I understand this is data retrieval.Did you Stop and Restart the MI Client, after the first Sync following the database changes you are mentioning.Do it.Actually this has to be done only for deploying new applications.Could you explain what exactly is the database change?

Did you change anything in the SyncBO.If you have changed then generate the XML again and the create a new WAR file, deploy it and run.This might help even though it is a longer solution.

(3) Looks like the Sync is not happening correctly after you Synchronised for the first time.This might be causing issue #2 above. Could you copy the details of the "InboundTransforException" in the post.Also post your trace file.

Hope this helps.

Thanks

Gisk