Re: Issues in downloading SAP hana additional services POC
Hi Yashi, As you see in Issues with finding/downloading Geo-spatial Fil... | SCN, currently, you do not have the license for SAP HANA SPATIAL OPTION. You'd better consult with SAP presale or license...
View ArticleRe: How to Loop and delete inside loop based on some condition in HANA procedure
Hello Prashant, do do not need a loop based construct to remove not appropriate lines. You can do following: it_viqmel = select * from :lt_viqmel where substring("TPLNR0",1,2) = :p_line;Consider to...
View ArticleRe: 0IC_C03 cube and queries calculate stock until the date of the last movement
That's BX's standard behavior. I think you need to study some SCN articles to understand how to work with BF and BX. That's what I did too when learning about these two. Anyway,since your question is...
View ArticleRe: NLS Lang error SUM-Phase: PREP_INPUT_CHECK/DBCONNCHK_INI
Hi Troy, If not already checked then please check below SAP Note for few reference about Oracle NLS. 606359 - FAQ: Oracle National Language Support (NLS).Also in this note there are mentioned 2-3...
View ArticleRe: Problem with webservice with nested objects in parameter
I tried to create a client using the wsdl/xsd you posted and couldn't. The request parameter isn't defined. wsdl regKasseService.wsdl regKasse.xsd regKasseService.wsdlMicrosoft (R) Web Services...
View ArticleRe: SOLUTION MANAGER 7.2 JAVA INSTALLATION- J2EE startup issue
Hi Sai, R3trans -d does not work in pure java stack. This is normal. Please be patient and see if it is stopped with any error in this step. Regards,Ning
View ArticleRe: For STO PO In excise part 2 posting import clg GL is picked wrongly.
Please check the GL assignment in OBYC for Transaction key "NVV"
View ArticleRe: Concat function in UDF
Hi Chinna, what do you mean by plus(+) here. do you want to concatenate these values?Plus(+) will not work for array of string[]. for that we need to use for() loop to concatenate these value.Please...
View ArticleRe: Menu path for IMG Txn Code: OMSY
Please follow the below given menu path to maintain the fiscal year for your company code - SPRO>IMG>Financial Management>Maintain Global Parameters of company code. Please follow the menu...
View ArticleRe: Advantco REST adapter 403 forbidden error
Actually it is the authorization issue. The user need to have "SAP_XI_APPL_SERV_USER", but for some reason, it was working even without that role in dev. Thank You Praveen Regardskalyan.
View ArticleRe: How do view my created customise Data
Hi Saxson, Call transaction EC01 --> Choose structure --> Choose Navigation --> Choose your company code BR, Rosh.
View ArticleRe: Authenticate with TokenUser & Password in SOAP header
Few suggestions: Check the RAW tab in SOAP UI to check the request headers like (Content-type , content -length etc..) So set the same content type in your channel using MTB.Moduel: Message...
View ArticleRe: design maintainance view screen in ALV
Hi, Go to table maintenance generator.Double click on the maintenance screen number.This will lead to screen painter.In Attributes Tab, under Other Attributes,Increase the Lines/Columns from 83 to...
View ArticleRe: SAP HANA Appliance on-premise convert to SAP HANA Cloud
Hi Hidee, Its Possible you can migrate your existing SAP Solutions on premise to Cloud via Homogeneous Migration by contacting any Cloud Vendor HP Helion VPC- Virtual Private Cloud, SAP HEC, Amazon...
View ArticleRe: Sales order Pricing.
Check the "Analysis" in sales order . It may be Freight Maintained as zero for said customer. Also check the "manual entry" in V/06. it should be "C:-Manual entry has priority"
View ArticleRe: Customer is deleted but due for payment
Have you posted invoices in SAP? If not then create a customer and do posting.
View ArticleRe: How the field "Calculated Profit *ERGEBNNIS*" is calculated
Hi, It is a P&L result. Means the difference between income and expense. Regards,Mukthar
View ArticleRe: A 'HelloWorld' PI application
Hi Mike, You can do SOAP to PROXY scenario for this. From java application after enter the name address send this information to PI via web service callPI will receive the data and send it to ERP via...
View Article