Re: Dynamic Select Query with dynamically determined fields and table
Hello, Have a look at this:DATA: itab TYPE STANDARD TABLE OF spfli, wa LIKE LINE OF itab. DATA: line(72) TYPE c, list LIKE TABLE OF line(72). parameters: p_table(30) type c default...
View ArticleRe: demokit 1.16
Could you please send to me HTML5Evaluation_complete_1.16.3_1.zip file?ysoyyigit@gmail.com
View ArticleRe: Why won't command in subreport accept linked parameters?
Parameters for commands have to be created in the Command Editor - there are internal properties in the parameters that aren't there when you try to get to parameters created in the report/subreport...
View ArticleRe: selection based on latest records..
SELECT vendor material condition_type MAX( date ) INTO TABLE itabFROM dbtab. SELECT vendor material condition_type date APPENDING TABLE itabFROM dbtab upto 1 rowsWHERE date LT sy-datumORDER BY DATE...
View ArticleALV reports or Webi on erp
Hello all, My company is planning to have Business suite on HANA and there is a huge discussion around using business objects (primarily Webi, Crystal Reports) vs. using the classic abap reports.The...
View ArticleRe: BODS 4.2 Installation error
Hi all, I uninstalled DS and the DLL and re-installed and now my error has changed. Error in initialization of Designer: System call <LoadLibrary> to load and initialize DLL or Shared library...
View ArticleRe: Left over LOB-Index after EHP7
Hi Tobias, >> After that, I have to modify the created ddl.sql file to change the LOB storage to the right tablespace, right?Yes - that is the right procedure. >> At this point I don't have...
View ArticleRe: OData Service Implementation approach
Hello Emanuel, May be u can quickly refer the below which will give u more info on deployment options. So that u can decide what kind of development & deployment u need to follow based on ur...
View ArticleRe: 0ORGUNIT Hierarchy Info Package settings
Hi, creating the hier is possible only BW 3.X and BI 7.3 but not possible to create the hier in BI 7.0. you want create the hier entet the tcode - RSA1OLD create the hier.then check the hier in BI...
View ArticleRe: SQ01 Clarification for BSEG and S920 tables
once BSEG is replicated into HANA, it becomes 'unclustered' and it can be joined on, preferably with BKPF, but the NewGL may force joining on FAGLFLEXn tables as well.
View ArticleRe: Nested IF Statement
Hi Robert, It can be written in this way. If I25="AB" then"OM Can",else if I25="AK" then "OM",else if I25="AL" then "OM",else if I25="AR" then "OM",else if I25="AZ"then "FM",else if I25="BC"then...
View ArticleRe: Reports Tab - Mitigation Controls - GRC
Hi Madan I agree with all the comments above, just a small addition; The trick is to have mitigating controls which are as effective as possible. Its about quality, not quantity. Some questions which...
View ArticleRe: Detecting failed emails for PO's
You would need to change the communication strategy (CS01) and remove the alternative for printing if email is not possibleBut this affects anything, not just your POWouldn't it be better to develop a...
View ArticleRe: SAP PI Polling blank with NFS Folders.
Hi Uma, As Nabendu said, you have to make sure that the File Permission at unix level should be rw*r**r**. This is equal to 644. But if you want a file with 644 to be processed make sure that Processed...
View ArticleEBS Intraday import
Hello All, I have a requirement to import current day bank statements as often as needed ( for ex: twice a day) and have system automatically exlcude transactions posted with first import from the...
View ArticleImporting an Entity (LDM) from a Excel file
Hi, today I have a very simple question (I believe) I'm trying to import an Entity (for test purposes only one, but I assume I can have more ...) from a Excel spreadsheet into PowerDesigner LDM Model....
View Article'Billing Element' tick for PPM related WBS Elements
Dear PPM Experts, When a PS project is created from a PPM project (using 'Flag for Transfer' status) the WBS element is getting created with 'billing element' indicator checked. Is this a standard...
View ArticleRe: which is the best module to select for electrical and electronic BE.
Thank u very much for guidance Amit Awasthi., I had good knowledge on MM domain and sir I work for MNC in which getting 6.5lacks/year.If i take training in MM module & try for job can i get same...
View Article