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

Re: ABAP Web Dynpro ALV: Event for Scrolling the ALV

$
0
0

Hi,

Do you want to stop executing the code which is in MODIFY_VIEW?If yes use the parameter FIRST_TIME .But you can not top executing the method modify_view.

 

method WDDOmodifyview.

 

if first_time = 'X'.

 

* write your code here

 

endif.

 

endmehtod.

 

So Above code will be executed only once.

Thanks

Naresh Bammidi


Re: Report Bursting in Business Objects Publication

$
0
0

Hi Mehar,

 

This is the CR Design space; please re-post to the BI Platform space.

 

-Abhilash

Re: Credit Mangement doesn't work at Delivery against SA

$
0
0

Hi Venu,

 

The report is evaluate the log files from table VKMI

 

VKMI-Log for Updates to Open Credit Values (S066, S067)

 

S066-Open orders: credit management

S067-Open deliveries/billing documents

 

Regards,

Krishna.

Re: Displays check and/or direct deposit information for all employees

$
0
0

Hi,

 

Since you are looking for payment details of an employee, I suggest you to look for Payroll standard datasources in help.sap or in Meta data repository.

 

If nothing relevant found, you have to develop a generic extractor after sitting with your functional team.

 

Regards,

Suman

Dynamically change ALV column data type?

$
0
0

Hello

 

I have a ALV, say its has 3 columns and the 2nd column is NUMC type, but in run time i need to change this 2nd column data type to ICON_ID (CHAR), then i will populate this column with my determined icons/traffic lights

 

Pls. let me know how can change data type of a ALV's column via programming?

 

Thank you

Re: Standard Search Help to be assigned

$
0
0

Hi Girish,

 

It is possible to give a search help while you add a field using AET itself within the screen where you give the details of field.

If you want to code it you can also code in get_v

 

Sample code will look like

   CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
     EXPORTING
      iv_help_id        = 'your value help name from ddic'
       iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
       iv_input_mapping  = lt_inmap
       iv_output_mapping = lt_outmap.


Here lt_inmap and lt_outmap are the internal tables mapping your importing and exporting attributes of the F4 search help to Attributes within the context node.

 

Regards

Vinod

Re: formetted search query issue

$
0
0

Dear friends

i have crated following formetted seach for the INV1 line level GL Account field ,but can't show result

 

 

 

Select

 

 

Case

 

 

when $[inv1.Taxcode]='Service' Then ‘RD020103-ITS'

 

 

When $[inv1.Taxcode]= 'ST@ECIS' Then 'RD020105-ITS'

 

 

       When $[inv1.Taxcode]='ST@ES' Then ‘'RD020104-ITS'

 

 

       When $[inv1.Taxcode]= 'ST@IT' Then       'RD020106-ITS'

 

 

       When $[inv1.Taxcode]= 'ST@MMR'   Then 'RD020107-ITS'

 

 

Else RD010101-ITS

 

 

End

Re: formetted search query issue

$
0
0

Dear friends

i have crated following formetted seach for the INV1 line level GL Account field ,but can't show result

 

 

 

Select

 

 

Case

 

 

when $[inv1.Taxcode]='Service' Then ‘RD020103-ITS'

 

 

When $[inv1.Taxcode]= 'ST@ECIS' Then 'RD020105-ITS'

 

 

       When $[inv1.Taxcode]='ST@ES' Then ‘'RD020104-ITS'

 

 

       When $[inv1.Taxcode]= 'ST@IT' Then       'RD020106-ITS'

 

 

       When $[inv1.Taxcode]= 'ST@MMR'   Then 'RD020107-ITS'

 

 

Else ‘RD010101-ITS’

 

 

End


Re: Issue : I am not able to connect to Sybase Unwired Server

$
0
0

Hi Devraj,

 

when you say

dBase is not able to connecting.

are you trying to connect sample database? (sampledb)

what is type of SUP license? Isnt it Enterprise Server (production) license?

 

Regards,

Jitendra

 

 

Re: Tools used in SAP Support & Implementation projects

$
0
0

Hi Fatima

 

REMEDY is a customer relationship tool which can be used to

log / monitor the issues or problems faced by customers by

the means of incident management tickets. Each ticket is

like an incident (problem) which is created by helpdesk and

assigned to relevant support team.Concerned support team memeber take the ownership of the

ticket and updates the work log (troubleshooting steps performed during the course of action)

Also , it can be used to monitor Service Requests / change

managment ( Change Requests) and problem managment.

 

ITSM


http://wiki.sdn.sap.com/wiki/display/SAPITSM/ITSM+Homepage

 

 

Citrix


Citrix is a  tool giving remote access to access their most important applications

 


Thanks

Satish

Re: Error when executing one query in BEx Analyzer

$
0
0

Hi,

 

Try to execute and debug in RSRT with the help of any ABAPer..

 

Firstly, you can try to analyze the SQL query for your query in RSRT-->execute+Debug-->Display SQL Plan.

 

Regards,

Suman

Re: Weekday and Weekend Scheduling of Process Chain

$
0
0

HI,

 

You can find Repeat Shceduling under job in SM37 after you schedule your first process chain like below. If you follow my first reply, you will achieve your requirement.

Repeat.JPG

 

I think you have marked your answer as helpful by mistake. Please check..

Re: Inspection plan does not exist in case of multiple specificaitons

$
0
0

fire fighter

 

yes i have used cwbqm for :

 

1.material task list assignment

2.dependent characterstic

 

 

For testing i have created a new task list under same group without multi specification . This new TL is getting assigned to inspection lot in QA02 without any error .

 

 

 

REgards

Re: How to eliminate WPBP Split.

$
0
0

Dear  Shiva,

 

I am afraid it's not a good idea to eliminate standard behavior of system. You should work on your PCRs to have the correct result not to omit splitting.

 

As you said your splitting coming form a change in department. Maybe cost centers of two departments are not the same. In this case system make splitting to separate the cost into correct cost centers!

 

Regards,

Omid

Re: Sum of group data

$
0
0

Hi Abhilash,

 

I need to display the sum of blue color values for each person.So for the employee 'Leandro Saclolo' the sum of blue color values are approximately 2300.

So i need to reset the GH2 variable for each employee. Any way i kept it in GH2 only but i am not getting the correct result.

 

Please find the attached report


Re: Restrict parental leave quota to 7

$
0
0

Dear Punu,

 

I think your settings in V_T559L are not correct. would you please possibly share some screenshots of settings? I need to have look your selection rule(All tabs), Base entitlement and Validity period.

 

 

Regards,

Omid

Re: loading mass data to sap via excel file

$
0
0

Dear Anna,

 

I am not sure what you want to do but I would say if you are familiar with LSMW this is the way to upload mass data into SAP. Search for LSMW I am sure you can use it.

 

Regards,

Omid

Re: Portal rendering Issue in Detailed Navigation

$
0
0

Hi Bhavin,

 

The issue doesn't seem to be PC dependent. If the same works proper on IE 9 and above on the same PC and also on chrome, this definitely is the problem with IE version.

 

As per your pt 4- When the same is loaded, try to find out from the debuggers, if the theme is loaded properly. There must be some setting options in IE8 of that PC to restrict the theme/css

 

Hope this might give you some pointer to proceed.

 

Regards,

Atul

Re: SAP client doesn't remember its settings

$
0
0

The registry path is:

 

HKEY_LOCAL_USER\Software\SAP\Sap Manage

 

Have you checked the \b1-config-path.txt?

 

Beni.

Re: Backup Sybase on Tivoli Storage Manager (Windows)

$
0
0

I've found there is an open feature request, CR 726510, to update backupserver and sybmultbuf to 64-bits on AIX.  There is an engineer assigned to it, but no customer cases are associated yet, so opening a Support case on the issue could help the CR's priority.

 

-bret

Viewing all 8798 articles
Browse latest View live




Latest Images