Quantcast
Viewing all 8357 articles
Browse latest View live

Re: SAPUI5 Table

I assume the Tree Table is actually bound to something?

And when you call that piece of code, is the Tree Table itself found?

(so, in the debugger, when you look up oTreeTable or sap.ui.getCore().byId("table-id"), it gives you the Tree Table?)

 

When the code is ran for looking up the bindingcontext, is the Table fully initialized?

When the line is called, is the binding succesfully done?

 

I think the fault might be in one of these answers.. Image may be NSFW.
Clik here to view.

 

Good luck,

Caspar


SAP B1 to Dashboard Connectivity

Hello Expert,

 

I am doing Connectivity with BackEnd SAP Business one and FrontEnd as Dashboard as a scenario wise we have to install add-ons in SAP Business one Environment as SAP Business One Dashboard Packaging Tool Version 1.1

 

I am getting link for Trial version only for 48 Hours only , is it possible any permanent solution or we have to purchase it ?

 

Thank you for your support

 

ref. link :

 

https://store.sap.com/sap/cp/ui/resources/store/html/SolutionDetails.html?pid=0000000331

 

 

 

 

 

 

 

- Jatin Chauhan

Re: Need tax code description

Hi Vignesh

Try by the below query:

 

SELECT DISTINCT T3.Name

FROM OSTA T0  INNER JOIN RDR4 T1 ON T0.[Code] = T1.[StaCode]

inner join ORDR T2 ON T1.DocEntry=T2.DocEntry

INNER JOIN OSTC T3 ON T3.Code=T1.StcCode

 

 

 

 

where  T0.[Code] = T1.[StaCode]

group by T3.Name

 

Regards,

Bhushan Verma

Re: How to open DMS files online through web without SAP GUI

HI Raghu,

 

U can use web DMS. In config navigate to node spro>> cross applications component>> Document managemnet >>> set up web documents.

 

here under this node you have to define the document types which u want to expose in web dms.

 

in tcode SICF, activate services for web dms.

 

these are the only two setting u have to do fro using web dms.

 

Thanks

AMit Dhar

Re: In Third party process, will po quantity change if changes are made in sales order quantity.

Hi,

 

Yes it will update in the Purchase Requisition if the same Purchase Requisition should not have any subsequent document(PO).

 

you can not change the order quantity after creation PO  because sale order will through error message "Schedule line is already ordered-You need to create a new schedule line"

 

 

Thanks,

Krishna.

Re: FS query help !

Hello,

 

Try this,

 

SELECT OJDT.Ref3 from OJDT where OJDT.TransID = $[VPM2.DocTransId]


may be this will workout for you.



Thanks,


Harshal

Re: Negative where class in BSIS table

Hi,

 

   I Too Got the Similar Issue.

 

   Create a range for Blart and Pass it to the Selection query where Clause.

 

    The Range data can be filled as Below

     SIGN      = 'I'

     OPTION = 'NE'

      LOW     = 'EX'

 

Regards

Kranthi Kiran

Re: Decrypting the Existing JDBC URL failed

Hello Madhav J,

 

have you moved the Keys.ini to the K drive or created a new one? This messages happens when you have different Keys.ini for the same database.

 

Best regards

 

Dominik


Re: PLM - Upload document Security list message: Wrong server for upload

HI Maria,

 

in tcode wdr_acf_wlist, you will find node for upload and download directories.

 

in upload and download you should  maintain all your drives and well as network drive also.

here only u have to maintain ur server details.

the issue will get resolved.

 

thanks

Amit Dhar

Re: need help in java script receiving a small error ; is missing

Hello experts,

 

Received runtime exception while executing the below script. based on the hint when i have looked at the line 27 i couldn't find the '.' in the script. kindly please help me

 

 

RuntimeException - org.mozilla.javascript.EvaluatorException: uSelect(select [priv].SNO,[priv].ATTRIBUTE,A.searchvaluefrom dbo.priv_notification_attribute [priv]left join (select MSKEY,AttrName,SearchValue from idmv_value_basic with (nolock) where MSKEY =216) A on priv.ATTRIBUTE = A.attrname) got exception com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '.'. HINT: Check line 27 in the script hei_l_getIdentityDateEmailReady

 

 

// Main function: hei_l_getIdentityDateEmailReady

 

function hei_l_getIdentityDateEmailReady(Par){

 

//mskey of the mx_person entry type would be passed as the parameter

   

 

    var script            = "hei_getIdentityDateEmailReady::";

    logLevel            = uGetConstant("glb.HEI_LOG_LEVEL");

    selectDelimiter        = "!!"; // used for delimiting the two column values returned by query

    queryDelimeter        = "|"; // user for delimiting the bulk records;   

   

    if(logLevel >= 2) {

        uErrMsg(1, script + "Par: [" + Par + "]");

 

    }

 

    // the below query returns the results in the format Attribute and mcValue, for attributes which are empty it returns Null values

   

    var query =  "select [priv].SNO,[priv].ATTRIBUTE,A.searchvalue" +

                 "from dbo.priv_notification_attribute [priv]" +

                 "left join (select MSKEY,AttrName,SearchValue from idmv_value_basic  with (nolock)                    where MSKEY =" + Par + ") A " +

                 "on priv.ATTRIBUTE = A.attrname"

                 "Order by [priv].SNO;";

   

 

    var retVal            = uSelect(query);

    var tempArr            = retVal.split(queryDelimeter); // To separate each row and save it in the array list

 

   

    retValue = "";

   

   

    for (i=0;i<tempArr.length;i++) // this is used for iterating the array

    {

        tempArr1 = tempArr[i].split(selectDelimiter); // here the columns returned by the above query are delimited using !!

       

        switch (tempArr1[0])

        {

            case 'MX_FS_SALUTATION_ID' :

            retValue  =  retValue  +  "Form-of-Address: "  +  tempArr1 [i] +  "\n";

            break;

 

            case 'MX_LASTNAME' :

            retValue  =  retValue  +  "Last name: "  +  tempArr1 [i] +  "\n";

            break;

 

        }

    }

   

    if(logLevel >= 2) {

        uErrMsg(1, script + "Par: [" + Par + "]; retvalue: [" + retValue + "]");

    }   

   

    return retValue;

}

Copy Project with TBOMs to a Solution

We are using Solution Manager 7.1  SP12

 

I have 2 projects. The first is an implementation project that we created and contains a mixture of dynamic and semi-dynamic TBOMs. The second is an upgrade project created through the Scope and Effort Analyser. This contains semi-dynamic TBOMs.

 

I want to combine these two into a solution. When I copy them in the TBOMs from the upgrade project do not copy across.

 

          Is this because it is an upgrade project?

          How do I get both sets of TBOMs into the Solution?

 

Any help will be much appreciated.

 

Best Regards

Jim Graley

Re: delta extraction in bi

it means if i use table without any create date or change data,i must add date fiel to it?

 

it's strangee!!!!!!!!!

Re: exclude selected sales orders from MRP

Re: Warehouse costing & Warehouse handling costing ?

Hi Dilesh,

Iam not sure if your system is a DWM system or centralised WM system.

 

Normally in Decentralised WM system(DWM), you will have 2 different servers and all cost relevant activities will be handled only in ECC system.

 

There will be no cost related activities carried out in DWM server. You will have to go with a Tailored solution for your client.

 

The Tailored solution may be a Custom developed screen where user can input the cost involved for every activity and a report that would fetch values from the tables.

 

Hope it helps.

 

Thanks,

Raghavan

How to delete a business role ?

Hi Experts,

 

I am trying to delete a business role in system from NWBC, but it's throughing an error like "Role XXX is being used and cannot be deleted". I tried to find out the users assigned to this business role by running "GRAC_CHECK_BROLE_ASSIGNMENT".

Please help me on this.

 

Regards,

Khagendra


Re: background job finish without execute

Re: ¿Available stock in WM for sales order?

Re: Rescheduling and normal ATP_Different result

Re: Condition record is not getting set in Pricing

Hi Manasa,

 

Everything seems to be fine. As you have mentioned the field is not initialized. It could be problem with ABAP code written in user exist. In this case debug the code to check why field is not getting initialized.

 

Regards.

Re: substitution work items display in ITS issue

Hi Siddharth and other experts


Please help me on this issue. I look forward to receive your valuable ideas and comments.


Regards

Viewing all 8357 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>