ECC HR module: issue while locking employee record via RFC
Hi all, I need to perform a lock for an employee before I do an update of that record. While I use function modules like BAPI_EMPLOYEE_ENQUEUE or HR_EMPLOYEE_ENQUEUE in my custom ABAP report it all...
View ArticleRe: SAP JCO : OutOfMemoryError for huge table data
With reference to Markus' comment about the function module RFC_READ_TABLE - which is absolutely correct - I would like to add the following note: 382318 - FAQ|Function module RFC_READ_TABLE Best...
View ArticleRe: SCREEN PAINTER Layout not working
Check whether your firewall is not blocking gwrd.exe SAP process.A littletime has passedbutmaybe someonewill use
View ArticleRe: Salary wagetype based on Employee Hiring
Hi Omid, it comes under IT0015, this will be in case of only emplyee hiring after June it should not pay LTA for that year , thanksSK
View ArticleRe: tour expense credit debit query with all customer name
Hi,This is a forum for people to post questions to get answers/solutions.Please post your question with your requirements in detail. This one liner does not explain what you have done to map this...
View ArticleRe: FMS
Hi Aziz,You may ty this: if $[OCRD.Groupcode] ='101' and $[OCRD.Cardtype] = 'C' SELECT 'XXXXX' else if $[OCRD.Groupcode] ='102' and $[OCRD.Cardtype] = 'S' SELECT 'YYYY' else if $[OCRD.GroupCode]...
View ArticleRe: Branchs controls by user
Hello Julius, changing SU22 was only a test and I've undone them. About your question regarding 'loading': no. We just need the user's parameter value to be used instead of memory values from previous...
View ArticleUsing CLMMD001 & CLCLRS02 at the same time
I have activated a custom selection in CLMMD001 which allows me to locate Functional locations for classification via a nifty 'Find Objects: Enhancement' button in CLMM. This works well so far. At the...
View ArticleRe: Dump in JOIN Query
I solved my issue with query below: SELECT d~j_3gbelnri d~j_3gposnri d~eqart " Categoria del Equipo d~vbeln " Documento Venta d~posnr "Posicion...
View ArticleRe: Adding MM fields in FBL1N and PERNR field in FAGLL03 dynamic selections
Hi, If you're asking about to include this field, I guess you can't because this information only has in the data master vendor and not avaiable for open or cleared line items. This field is not in...
View ArticleRe: S_ALR_87012357 - Advance Return for Tax on Sales/Purchases Address
Hi Sridhar, Maybe you only can ahve this report copying this program and doing a Z report. Why don't use queries? I guess it is more easy and fast than build a newone. You can do a join using BSID and...
View Articleloop and abap code help
i am new in ABAP development. i want to show tax value instead tax code.I use this Table A003, KONP, EKPO ,RSEG.Help me READ TABLE inside loop. i use this correct or not. otherwise give me altternate...
View ArticleRe: Progress Controlling with PS
Hello Johannes, Please refer to below link for possible Progress Measurement Methods: Define Measurement Methods - Project System - SAP Library What you did mentioned looks similar to Cost...
View ArticleRe: Customer Feedback about Service Request
Hi Robin, After activating the business functions, we get additional functionality for service request. Which one is used to link survey back to service request. When customer is submitting the...
View Articledouble click in table control
Hello guys, I have inserted a table control on the screen. When I would double click on one particular row of that column I want to display more details about that row on next screen. I understand...
View ArticleUnable to see XBO extension fields in production tenant!
Hi Experts, We have recently uploaded and activated a solution in a production system. This solution contained a BO extension and extension fields which were extended to the relevant BO screens. After...
View ArticleRe: HANA SDA connection to MSSQL 2012
Below trace file is from HANA Administration consle.Any idea why timeout error occurs? Leo Hu need your inputs please. Does the timezone should be same between both MSSQL server & HANA DB Regards,Raj
View ArticleRe: BSI Tax Factory 10.0
Did you actually get this switch to work? We turned it to "On" and it does not calculate the same as 9.0. TiffanyStarbucks Coffee
View ArticleRe: How to get service interface name dynamically in the file to mail scenario
Azhar,Service interface can be accessed using below UDF code. Link. public String getInterfaceName(Container container) throws StreamTransformationException { String senderInterface =...
View ArticleRe: Unable to see XBO extension fields in production tenant!
Hi Dhruvin, To be honest I've never deployed a solution with screen extensions. I haven't created any BC Sets, just extensions to a BO and added these extension fields to the standard screens. Would I...
View Article