Quantcast
Channel: SCN: Message List
Viewing all 8594 articles
Browse latest View live

No editor option in TMG Events

0
0

Dear all,

 

I was trying to work on table maintenance generator events. while creating an event i am not having an Editor option beside the subroutine field in the table. (am i supposed to have one?). Please explain me on how to write the code in the sub routine we declare for the TMG events.

Do take a look at the screenshot below.

 

 

 

 

 

 

Thanks and regards,

Abdullah.


Re: I am using an Adaptive Web Service Model, getting error while second call in a loop

0
0

i think we need some more detail error

Using entries from a CSV as parameters in a report from an Oracle DB

0
0

  Hello. I'm new to this but I have some experience with database queries. This is a little long.

 

I work in a jail and we have a user who has to take a list of inmates who are going to court every morning and look them up in our jail management system (JMS) to see whether they are here or not. I wanted to automate this proce3ss, so I created a Crystal Report where she can enter her list of names and it will query against the database and return the names and DOBs of all of the inmates that are here. That report works fine.,

 

 

Typically, we can upload our reports into our JMS and users can enter their own parameters and run reports. However, the GUI on the JMS does not allow for multiple variables. I found a way that I can automatically run reports out of Crystal Reports using Powershell and the Task Scheduler, but to do that she will need to ber able to input her list of names. I tried adding a csv as a datasource and running the report to match the first and last names between the database and the csv but that crashed Crystal Reports. A little poking around and I discovered that the method I was using was pulling down all of the entries from the large database and then querying them against the csv, which, of course, was undesirable. One recommendation I found was to create an "outer shell report" that creates a string from the csv that I could then use to query the DB.

 

I wasn't sure what that meant, so I tried creating a second report that queries the csv and uses a function to create a lastname-comma-firstname string. Then I used my original working report as a subreport and used the linking feature to pass my @names function into the parameter. And it worked!

 

...sort of.

 

Now the report runs, but instead of creating one large table it creates a table for each entry, with seperate headers and everythinng. Even minimizing the headers and footers leaves a box around each entry, and if I try to move the labels out of the subreport page header and into the main report page header I can't get it to line up properly. Does anyone know what I can to to make this look better?

Re: DS 4.2 get ECC CDHDR deltas in ABAP data flow using last run log table

0
0

Sorry, wrong way round!

 

Can't you split the date + time and compare it that way?  The where clause would get more complex, but will work.  Could you just add the date and time together?  I'm not sure what datatypes you're dealing with though.  Typical dates are integers and times are fractions.  Even if they are strings, concatenation might work (if the format is yymmdd etc.).

 

Michael

Re: Can't Connect to SMP 3.0 server from Client

0
0

Hello bill , Thanks 4 ur replay ... My admin is running on port 8083 . But how can i check in SMP server which port is agentry consuming ? Because as per my knowledge while installing 8081 is only using but I want to make sure . Because i could't find on logs or server or agentry files . Can you please guide ? How can i check it ? Thanks & Regards, Kunal Varaiya

Re: Excel file upload restriction

0
0

Hi Ajith

 

If you use the FM-TEXT_CONVERT_XLS_TO_SAP with enabling exception, system will say clearly 'Excel file & cannot be processed'

 

You might tried without exception.

 

Still you are not clear send your requirements.

 

Regards,

Vadamalai A

When will SAP Java AS for EE 7 see the light? And NWDS on Eclipse 4.2?

0
0

Hi,

 

since thread 2028916 When will SAP Java AS for EE 6 see the light? became too long and old - scrolling on mobile devices is a pain -  I decided to start a new thread to discuss the future of the SAP Java AS on premise platform in combination with the development tool NWDS.

Java EE 7 is general available for a year next week. It is difficult to get courses on Java EE 5 and books at the antiquarian bookshop. Eclipse 3.5 underneath NWDS is completely outdated already and out of support on Eclipse side. BPM, SAP's still emerging software, is only availble in this old tooling.

SAP's CTO Sikka left the company giving us the chance to discuss this topic beyond the time of HANA hype.

 

Hopefully this thread will begin with good news.

 

Best regards

Rolf

Re: PCR for PF calculation on Personnel Area wise

0
0

Have you checked Infotype 0587...

There it self you can mention Eligible pay or PF basis which ever is less....

 

Check tables V_T7INF1 where we will mention /3xx wages or MFxx wages or customer wages copied from MFxx wages.

For PF calculation no need to write PCR, Its a statutory deduction.

 

If we opt for Eligible pay or PF basis which ever is less  in 0587 Info type, INEPF Payroll function checks PFBAS constant in V_T511P table which will be a value of 6500 and calculates PF.

 

Like If basic = 10000, PF=780 ie. 12% on 6500

       If Basic = 5000,  PF=600 ie   12% on 5000

 

And for retro wages like /ZF5, we have to insert our wages in PCRs IN42, IN43 and IN44. In these already /3Fx wages will be there by standard.

 

 

Regards,

Srikrishna


Re: SAP HCM - Problem Integrating SuccessFactors x SAP

0
0

Hi Wagnar,

 

I assume this is just for the employee data? Are you using BAdI HRSFI_B_EMPL_DATA_REPLICATION? Check in the IMG under Integration Add-on for SuccessFactors BizX and SAP > Integration Scenario for Employee Data > Business Add-Ins (BAdIs).

 

Best regards,

 

Luke

WBS field PROJK

0
0


Hi Expert,

 

Currenlty I am in a project of developing a report whereby to show the Invoices that post against the WBS.

 

However, I only found out that the Invoice related transaction for WBS is captured in BSEG Table where the paid invoice is from BSAK table.

 

The logic to generate the report is those cleared invoice is to be generated from BSAK table, then with the Invoice document from BSAK table, it is inserted to BSEG table to filter the Invoice doucment by the G/L account and WBS element (BSEG-PROJK).

 

Would like to seek for your advise whether other than BSEG table is there any other table that store the WBS element with the invoice amount being cleared.

 

Thank you

 

Regards

 

Leonard Tan

Re: BI 4.1 (SP3) - CR4E manual entry of prompt values

Re: Compare Standard Cost Estimate agains Actual Cost in COPA

0
0

Agree with Ajay: If you have different fields, you dont need point of valuation to create your reports.

 

In my case, i don't like have different fields, so i create a characteristic in order to diferentiate the records.

 

Other point: you want to analyze your COGS by Cost Element? or want to just compare 'standard CCS' and 'Actual CCS' for every material, without considering sales qty and values ?

 

Arturo.

Re: When will SAP Java AS for EE 7 see the light? And NWDS on Eclipse 4.2?

0
0

...of course it should be Eclipse 4.3

Re: sap-ui-xx-fakeOS=android/ios not working

Re: New contract type in MM

0
0

Actually SAP not support to display '&' in status bar means the text will truncate.

 

Regards,

Vadamalai A


How should I create new measure to count distinct record in Business Layer?

0
0

Dear Experts,

 

I'm facing problem to create new measure to count distinct record in business layer.

My data stored as below:

Per_IDYearMonthDepartmentSubjectGeneration
12008DecemberD. ComputerHTML10
12008JanauryD. MathMathematics10
12008JuneD. GeneralSocial Comunication10
12008MarchD. ComputerC Language10
12008SeptemberD. ComputerC++ Language10
22008AprilD. ComputerMS Word10
22008JanuaryD. MathMathematics10
22008JuneD. GeneralGeneral English10
22008SeptemberD. GeneralSocial Communication10
32009FebruaryD. GeneralGeneral English11
32009JanauryD. MathMathematics11
32009MarchD. GeneralSocial Comunication11

 

I need to create new measure that count number of student by distinct base on Per_ID.

I need result like that:

     2008 have only 2 students.

     2009->D.General have only 1 student.

     January->D. Math have only 3 students.

How should I do with this problem?

Please help me if you have any suggestion.

 

Best regards,

 

Chenna Yon

Re: How to navigate to ABAPDOCU

0
0

I found function module  ABAP_DOCU_SHOW, but that thing does not open up. I obviously read the documentation and know i must use the cl_abap_docu=>show, but that does not open up either. Funny thing is that when I call it by double-clicking in report ABAP_DOCU_LIST, it works just fine. What is that I am missing?

 

cheers Otto

Re: SOAP Additional Parameters

0
0

Hi Sam

 

In that case, I would suggest you to get in touch with the Web Service Provider. Maybe they can help explaining how there web Service can be consumed.

Because AFAIK we can pass the parameters in the URL of the Web Service.

 

Regards

VJ

Re: Is there any requirement of programming knowledge on BO and BI ?

0
0

Hi Ranendra,

 

As far as BO is concerned - it is of advantage ( but not necessary, predominantly ) if you have programming knowledge of core and advanced java - including jsp, html etc, .net programming - it will help you extend the product by customizing or integrating BO with your custom application using the existing BO SDK - this will be the scope of programming here, but mostly the standard options in the product will do the work and you will require to go through with programming or dealing with SDK's if the existing standard application (or some functionality within it ) does not serve your business requirement - only then, here, you will deal with programming to extend the functionality to work in-line with the product.

 

Thank you,  Rahul

Re: Hana Extended Storage for BW

0
0

I heard that BW ran really well on IQ from an EDW perspective. But I'm glad SAP didn't release this, because BW was the catalyst for HANA adoption and getting the Business Suite running.

 

If they put BW on IQ then they would have spent a lot of development time tuning row level operations for IQ.

Viewing all 8594 articles
Browse latest View live




Latest Images