Re: What is object /SAPSLL/EPR? Where is it used?
Hi Gopalkrishna, From what you and Thomas have said, it seems there is no problem - the system is behaving as expected. If no-one is already locking the Product, then your updates will succeed ok....
View ArticleRe: SRM Org Structure
Did you had a this BP and Position earlier in your Org structure which you have cleaned. In that case you need to clean the BP from the HRP* tables as well. IS
View ArticleA variable suffixed with * in the declaration
Hello ABAPers, I have came across an variable declaration as shown below:DATA: *cavnf TYPE some_data_element. I am not sure why the variable is suffixed with * in the declaration. Kindly let me know...
View ArticleLayout set Z_IN_217_2A_99M in language EN does not exist error shows in...
Layout set Z_IN_217_2A_99M in language EN does not exist error shows in sapscript, How to solve this??
View Articlegarnishments are calculates pre tax or post tax
Hi Experts what is garnishment and give the example of garnishment?How it calculates on payroll processing?Is garnishments are pre tax or post tax deductions?Is there any documents intigrates with tax...
View Articlenew $.hdb interface in sp9
Hello, while working with new $.hdb interface i am getting following error message, any idea what is the issue. $.hdb.Connection.executeQuery: SQL error. NR: 402, ERROR: the user was already dropped...
View ArticleRe: Shop paper print from IW38
Hello There is no std sap functionality available to make pres electedshop paper according to user. You need to go for enhancement as mentioned By Pete use that function module BrRakesh
View ArticleRe: Strange Error message 2437 when Preparing TREX search connectors
Hi Lothar,the error message means that some of the necessary physical indexes don't exist on the TREX side when the application tries to create the Join ESH:EP3100~EP3100~CLES_CLF_AENR~~$PV , or the...
View ArticleRe: Need guidance on how to complete a project assigned to an ABAP fresher
Hi Sami, You just copy the program and then do the changes on it.Why because some programs may use other transactions also or it may depend on other modules .Sometimes your program may have dependency...
View ArticleRe: XML View : Navigation between two views
Hi Kedar, Can you share with me where exactly should i make those changes ? Should i do it in Component.js as mentioned by Robin or in login.controller.js ? RgdsSanket
View ArticleRe: Customer Aging Report ( Select Statement Issue)
Hi Tejdeep, Kindly revise the code as I found Performance Tuning should be done. Such as 1.Please dont use CORRESPONDING INTO in SELECT statements.2. Please dont use SELECT statement in a...
View ArticleRe: Update SQL query working in transaction but not in database
Hi Rajeev,How are you assigning the parameters? Also, have you set Auto-Type Parameters to true in the query? Regards,Swaroop
View ArticleRe: Create BW Project in Eclipse: no SAP Hana Systems shown
hello deepu thanks, now i could solve the Problem: i had in the Hosts-fileIP-ADRESS HOSTNAME.DOMAIN after i added Domain this worked .IP-ADRESS HOSTNAME HOSTNAME.DOMAIN
View ArticleRe: Moving average price history Change
No possible.. System will always change the MAP for receiving material at the time of transfer posting.System will update the exact coming value for the receiving material and accordingly system will...
View ArticleRe: Position not getting updated in PPOME
Dear Simran, Happy to hear your issue has been resolved.........! and the same kindly can you close the thread by clicking on correct answer? Ur's Mohan
View ArticleRe: SAPSCRIPT - Data jumping to next page even if first page is having space...
It has been taken care of in standard script already which you have copied into Z script. Now, your question remains, why header is getting displayed on page 2 even when there is no data in main item...
View ArticleRe: BAPI_QUALNOT_MODIFY_DATA : Problem in updating the material no
Hi, Are you passing the parameter value NOTIFHEADER_X-MATERIAL as 'X'? Regards, Ron
View ArticleRe: HANA IMPORT error after REPLACE SCHEMA
Additionally I changed all saved_configuration.cfg (6 files) to the new SCHEMA Name, but I get the same error. Could not execute 'IMPORT "SBODB2"."*" AS BINARY FROM ...' in 978 ms 326 µs . SAP DBTech...
View ArticleRe: Dump
Hi Mohan, If you want to use the wild character use like statement. concatenate gv_customername '%' into gv_customername. concatenate gv_customernumber '%' into gv_customernumber. SELECT SINGLE ebeln...
View Article