Quantcast
Channel: SCN: Message List
Viewing all 8746 articles
Browse latest View live

Re: FM triggered when performing delta sync of visits(To Do's)

0
0

Hi Prajeet,

 

During Activity sync in DCN versions of REx no backend Function module is called.

 

Even this is the point why objects were made DCN, so that they don't have to depend on Backend for every sync.

 

 

The data is loaded to SMP via initial download, and if any changes occur in that object a DCN (Data Change Notification) is triggered from Backend telling the SMP about the changes.

 

 

However we think, by putting breakpoint in backend you basically want to know which activities your user will have on device. In order to check this, you can run the download query of ActivityMBO on your SMP server to get exactly the list of activities that are going to be present in device db for ActivityMBO.

 

Follow-Up Questions:

 

Q1. How to execute Queries on SMP server?

A1.  If you have remote desktop Connection to the SMP system, then you can check a tool scjview.exe <SMP_install_directory>\SAP\MobilePlatform\Servers\SQLAnywhere16\BIN32 . Otherwise if you don't have direct access then you can use any database tool that supports Sybase ASE and use that to connect to your SMP cache DB.

 

Q2. How to find Download Query for an MBO?
A2. First find out your Domain id using following query:

     

1.select * from mms_domain; check the id column corresponding to your domain name.

    

2. Copy below file to some location:

<SMP installation directory>\SAP(or Sybase)\MobilePlatform\Servers\UnwiredServer\deploy\sup\d<domain_id><package_name>\deployment_unit-ds.xml

 

3. Now open the above copied in editor(Preferrably Notepad++)

 

4. Search for ActivityMBO you will find a tag like this

 

    <virtualTable name="<table_name>" MBOName="ActivityMBO"

 

     Check the sub tag <query name="downloadData">

     The SQL written inside the below tags is the query you need, copy it and pasted it somewhere.

 

      <local:sql>

          <![CDATA[

              "SQL-Query"

           ]]>
Q3. On Executing the Query Error is coming "Not enough values for host variables", How to resolve that?

A3. The reason this error is coming is because there is a host variable :remoteID in the query, which you need to replace with a remoteID of the synced user(So to check tha data you need Sync a device first).

 

Q4. How to get the remote id to replace the download query?
A4. There are various methods of getting that, easiest being getting it from device db from any of the pull_pq tables.

 

if you don't have access to device db you can use the following query to get remote id for your user:

 

select ac.user_name, du.deviceid, su.remoteid, su.username from dba."mms_rbs_subscription" su,dba."mms_application_connection_info" ac, dba."mms_devices_users_info" du

where

du.deviceid = ac.appConnId

and su.deviceid=ac.appconnid

and su.username= du.user_name

and su.pkg='<Package_Folder_Name>'

and ac.domain_name ='<Domain_Name>'

and su.remoteid is not null order by ac.user_name

 

Package_Folder_Name will be the one that you found at location

<SMP installation directory>\SAP(or Sybase)\MobilePlatform\Servers\UnwiredServer\deploy\sup\

example: d3_saprex.3_2

 

Domain_Name will be your domain name example: "REX".


Atcual costing variant?

0
0

dear all,

 

normally plan costing variant we maintain in standard cost estimate,

 

and actual and plan maintain in order type.

 

where will impact the actual costing variant and how differnciate in production order.

 

 

thanks

krishna

Re: Customer Master Record and Sales Area

0
0

hi

sales area is combination of (sales org +distr channels +division )

setup sale area  we can use customer master data  more than one sale org

Re: Validation on Field of Decision Table in BRF+

0
0

Hi Samyak,

 

did you check which object is subject to the message? The message displays the UUID of the object so you can search for it. As the message states it is unnamed and not used, so you can delete it.

After the deletion the warning should dispappear.

 

Cheers

Christian

Re: BOM not flown for some Production Orders

0
0

Hi Srihari,

 

Please go to BOM in CS02 and then Environment > Change Documents

 

BOM1.png

Once you get to change document screen, click on "Document overview" button. You will get the list of change document. Double click to get the details of Oold & New entries.

 

For BOM status it will look somthing like this:

 

BOM 2.png

Check when status was changed from 01 to 02 or (from active to Inactive).

 

Regards,

Rohit

how to capture error messages for bdc report using field catalog

0
0

Hi all,

Could anyone tell me how do i pass the error messages values to fieldcatalog.

Below is my code

CALL TRANSACTION 'MM01' USING ts_bdcdata

                          MODE 'N'

                          UPDATE 'A'

                          MESSAGES INTO  ts_msg.

IF SY-SUBRC NE 0.

 

  READ TABLE Ts_msg INTO <fs3> with key MSGTYP = 'E'.

 

IF SY-SUBRC = 0.

 

  MESSAGE "unsuccessful''

 

ENDIF.

 

ENDIF.

Now how do i pass the values to fieldcatalog, for the error message to get dispalyed.

Please help.

edi communication

0
0

i have been asked to work on a B2B scenario involving procurement related EDI with SPS commerce. i have some information that we have Seeburger adapter to interact with EDI systems, but i have not worked on it.

 

few questions:

1. in pi 7.3.1 single stack, i think Seeburger adapter is available as an add-on - meaning we can have the seeburger adapter in ID for comm channel configuration in the list where we have file, rfc, jdbc etc adapters available - is this correct? if yes, then from which version we have it available?

2. do you have some information regarding SPS commerce as to how pi integrates with it - meaning do we use seeburger adapter or some other adapter to communicate with it? any blog having information regarding it?

3. any pre-configuration needed like for jdbc adapter, we need to deploy the jdbc adapter in pi system and then configure it in ID in comm channel configuration to connect with the specific database - so in Seeburger is this the case that we need to do something like this - or - we can directly use it like file adapter if we are seeing Seeburger adapter in the adapter list?

4. any blog containing the end-to-end process for designing and configuring a sample scenario like EDI document coming to PI and then mapped to its IDOC in ECC system?

5. regarding the mapping between the EDI documents and their IDOCs, do we have standard content available for it? if yes, then in which software component can we find it?

 

any info pls. thx. all helpful replies will be appreciated.

Re: impact Clearing GR/IR(Tcode f.13)-year end

0
0

Daniel ,

 

regarding my question what is the impact in 2015 fiscal year when the amount of $10 invoice received from vendor Z . what is the entry ???

Regards,

Muhammad Junaid Shera 


Re: I want to display two rows in a single row having different type

Re: Dump file while pressing the f4 at se16n

0
0

hi,

Frisoni

Thanks for your help.

please have a look on below image.

actually the problem is comming for only lifnr in ekko.

i checked  other fields. I hop they are working fine...

only EKKO-LIFNR IS having some problem.

As u suggested i checked the path

but there is no search help exist under krde_c..

Re: EPM DIMENSION Overide

Re: Hoe to ad user defime dimension to dynamic script of data package

0
0

Hi ,

 

Can you explain you requirement  in more detail

 

Shrikant

Re: Loan error

0
0

hi what should i do now

Re: RF05L-BRCDE - Bank Reference field

sap table and field name

0
0

Hello Experts, I am new in sap pm...I come to know about table names and field names.. Please let me know basic of  about it and usage and significance of it.... Thanks in Advance.. Rakesh


Re: EPM DIMENSION Overide

0
0

Hi,

 

 

If you want to override members and it descendant  then you can use "ALL" keyword like All(2015.total) it will show 4 qtr and it's baselevel members like  2015.Q1,2015.01,2015.02...2015.Q2...2015.12

 

Can you explain exact requirement what is Report =1 ? is this any property that maintained in account dimension or report ID like report 001,012 something like?

 

if you want to overide multiple report in single override statement then use semicolon to separate report ID's

 

EPMDimensionOverride("000;001","category","actaul,plan|forecast")

 

or in one cell concatenate your member as per requirment.

 

EPMDimensionOverride("000;001","categoty",D1)

 

please explain your requirement with screen shot

Re: GI to WO at price different from inventory price

0
0

Hi Arthur ,

 

                   I think it is something to do with valuation variant , where you have to mention PO price as first priority. Please check.

 

Regards

Keerthan Kumar

Re: BPC 10 Transport

0
0

Hi ,

 

When any object is created in front end web admin client, objects are created in back end and request is no created and stored locally, I as per standard design you can only transport this object only using standard BI transport mechanism i.e. from RSA1.  

 

There is no other way to generate Transport request when changes in front end.

 

Shrikant

Transportation of DS

0
0

Hi friends,

The DS 0FI_GL_10 is function in BI-Dev and now i need it in BI-QA.  I am new to BI.  kindly suggest me whether I need to (a) transport DS from ECC-Dev to ECC-QA first and then replicate it in BI-QA OR (b) transport active DS from BI Dev to BI QA directly OR (c) activate DS in ECC-QA through RSA5 and replicate in BI-QA ?

Re: sap table and field name

Viewing all 8746 articles
Browse latest View live




Latest Images