Re: Simple Abap PO report with Item text
Hi, I don't have test data but I think the following code will give you an idea, try to fill in the FM "READ_TEXT" below with your own parameter (check with table STXH). REPORT ZTEST. TYPES: BEGIN OF...
View ArticleRe: Validation of Past Date in the selection screen
Hi Kishor, Thanks for your reply. I am already validateing the date fild, here i want to add this functionality..I tested but its not working.. Below the code: IF p_date = v_x. IF s_date[] IS...
View Articleasset accounting
Hi, i am specifying intervals ans posting rules for depreciation for my depreciation areas but i don't see Co account assignments here(Cost Center and Post to internal order check boxes here) what...
View ArticleRe: how to update custom table with alv grid having editable column
All about field catalog : Field catalog types - ABAP Development - SCN Wiki Regards,Sivaganesh
View ArticleRe: Data level Security in SAP BO 4.0 for Dashboards and Explorer
Hey Vanni, You will need to implement Windows AD authentication as per the following wiki. So long as BusinessObjects is able to pass the Windows AD credentials of the user who is refreshing the...
View ArticleRe: Remove ":" from select option label(description)
Hi Vikram, Mr. Samuli's code will not work if you place it in your component as selection screen belongs to other used component. Only possible option to remove ':' from selection screen is to copy the...
View ArticleRe: Need to confirm actual time for 2 persons on one operation in work...
Yes correct.IW41 is individual confirmation.Another Tcode, you can use IW47 to create collective confirmation
View ArticleRe: User exit for CJ02
hi,check the badi workbreakdown_update.it has two methods AT SAVE and BEFORE_UPDATE which can be used. regards,priyaranjan
View ArticleRe: SAP DB2 9.1 carshes with disk I/O error- Storage Migration Pending
Also while running SAP Export prepearation using SWPM, we are getting below error - ERROR: dbdd_get_size() for index EIKP~0 failederror message returned:SQL30081N A communication error has been...
View ArticleRe: Need to confirm actual time for 2 persons on one operation in work...
iw47 for collective confirmations for more than multiple operations . not for operation with multiple persons .
View ArticleRe: Credit limit check when change quantity in DN instead of saving
In OVA8 you can put B or D in the field "Reaction" against the Static credit check so that system will not allow to save the DN. thanks,Srinu.
View ArticleRe: authorization to new order type
Hello Mastan Reddy. My suggestion is to log into any one of your user and try for order creation and release. One the authorization error message comes, type /nsu53 and get the object and...
View ArticleRe: bi content roles
Hi Masoumeh, have you activated all the roles you need from BI content? You need to you Tcode RSOR to do that. Here's see overview of how to do it: BI Content Activation Workbench cheersm./
View ArticleRe: BWOn HANA to BW on SQL
Just out of curiosity what is business case for such a migration? It makes no sense to me ... cheersm./
View ArticleRe: STO restrcit for few plants
Hi, You can use two BADIs to achieve your requirement ME_PROCESS_PO_CUST. and ME_HOLD_PO ME_PROCESS_PO_CUST. Whenever a Customer is Creating STO (Document Type), Define here Supplying plant you want...
View ArticleRe: question on extended SID
This happens when the system with SID for a given installation number is upgraded. The earlier entry has a different product version as apart the new one and hence a duplicate entry is created. What...
View ArticleChange log at SAP Business One
Hi everyone, I have a problem about Business Partner Master Data. Information at Business Partner Master Data Record have been changed. I checked Change Log and I saw some differences which created by...
View ArticleRe: SAP Dual Server (ABAP and J2EE) local installation.
Sunil, as per my knowledge such a system is not support within demo versions of NetWeaver systems available on store.sap.com.You need to be SAP customer having proper license to install it by your own....
View ArticleRe: SSL error Ldap communication port 636
Hi Miguel, What is the error you are getting now ? is it the same error mentioned in your previous reply ? What is your Java home variable value ? Can you share your Java settings of Identity center...
View Article