Re: No commitment item entered in item 0000000002 1000
- You might need to check Note 839488. >> Use the Derivation Type "Function Module" >> Function Module Name "FMDT_READ_MD_ACCOUNT_COMPANY".
View ArticleRe: No commitment item entered/derived in item 00001
- You might need to check Note 839488. >> Use the Derivation Type "Function Module" >> Function Module Name "FMDT_READ_MD_ACCOUNT_COMPANY".
View ArticleRE: schemas in sap bw
Hello,Sorry for asking such basic question. I am learning sap BI/BW and my question is regarding creation of schemasI have a scenario where i have a few reports(FI)ex: GL ACCOUNT LIST (S_ALR_87012328),...
View ArticleRe: HANA installation failed
Bad advise!! @Jituda Jahab, Read also SAP Note 1824819 and the part on the ulimit package.
View ArticleUPLOAD OF SERIAL NUMBER
Hi all, I am trying to Import opening item opening balance using the Goods receipt document, the Item is managed by serial number on release, when I import the goods receipt document I get a...
View ArticleRe: RE: schemas in sap bw
Hi Ram No need to be sorry for posting basic questions, but please make sure you try to do a search in SCN before posting. Info cubes are basic objects of SAP BI and you will get lot of documents on...
View ArticleRe: Flexible Employee Data
Hi Maria, The only way to add fields to the field selection portion would be to create a Z-program out of this standard report. An easier method of meeting a reporting requirement would be to use...
View ArticleRe: Appraisal: Further Participant / Second Level Manager in MSS?
Hi Girish, Yes they want the second level manager to be able to do all the things the Manager can do in all the statuses, hence i thought of 'Further Participant',But they get the form in ESS and not...
View ArticleRe: Appraisal: Further Participant / Second Level Manager in MSS?
Hi Yurii! Thanks for the suggestion How easy / complex is this to be done? Thanks Regards,Shweta
View ArticleRe: BPM Integration with BRM
Hi , for enable the start proceess button you have to give the below portal Role to your user : Role : SAP_BPM_SuperAdmin or for more Authorizations and Roles please follow the sap link :...
View ArticleRe: A/P Invoice Matrix cell color
Hi Edy, I have noticed one interesting thing about this. I am using below code to test this for AMIT: for (int i = 1; i <= oMatrix.RowCount; i++){ SAPbouiCOM.CommonSetting setting =...
View ArticleRe: Removed central instance before database instance
No i didn't and now I have this problem... Is there any way I can remove this DB part? From the sapinst GUI? Or I will have to do it manually? Also if manual removal is my only option, is it safe to do...
View ArticleRe: SLDAPICUST in single stack PI
Yes you must create SLDAPICUST for proxy configuration. But there is no need of LCRSAPRFC and SAPSLDAPI... Just one connection to PI system --- type Hand connection type H named SAP_PROXY_ESR ( name...
View ArticleRe: Any FM through which find out the selection screen fields of any reports
Transaction code_scanner could help you... Regards,Ulrich
View ArticleRe: last cell value is wrong in alv when data has 82 rows and 9 collums
Did you check for OSS notes, also is your SAP Gui at latest patch ? Regards,Raymond
View ArticleRe: Cost Centre Budgeting
Do we need to create a separate layout with currency type for this reporting ?
View ArticleRe: at end of -problem
SORT IT_S0031 BY MATNR.DATA : LV_COUNT TYPE I.LOOP AT IT_S0031 INTO WA_S0031.LV_COUNT = LV_COUNT + 1.READ TABLE it_fin into wa_fin with key MGVBR = WA_S0031-MGVBR. if sy-subrc = 0.lv_qty1 =...
View ArticleRe: Date format in smartform
Hi Ganesh, Hope it help full.Pass the month to t247 table to get the corresponding long text and short text of month Description. Eg: SELECT SINGLE ktx FROM t247 INTO t247-ktx WHERE spras EQ sy-langu...
View ArticleRe: VIEW CUSTOMER ADDRESS DETAILS IN REPORT (TABULAR) FORMAT
Hi, Thanks for the valuable information. Noted the connecting link. Can you please advise on how to construct the query - we're totally new to the query building part. Regards
View ArticleRe: How to get value in custom field(Part OF BOL) in search result view.
Hi Arun, For displaying the value in Result view, we can write logic in Get Method. That will work. But the field in search view, u need to write logic in BADI level. So please check is there any...
View Article