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

Re: Change color/style of a row in List GUIBB?

0
0

Hi Thomas,

 

Follow below steps:

 

1. Add additional field into your list structure with data element WDUI_TEXT_VIEW_DESIGN

 

2. Change the filed description.

  CLEAR ls_field_def.
  ls_field_def-name = give field name which you want to change color.
  ls_field_def-cell_design_ref = 'DESIGN' . " name of the filed i.e. newly added field name with data                                                                                              "element WDUI_TEXT_VIEW_DESIGN


  APPEND ls_field_def TO CT_FIELD_DESCRIPTION.

 

  3. Set the value to 'DESIGN' field in ct_data at runtime with below values.

 

00 emphasized

11 groupTitle

 

01 header1

02 header2

03 header3

04 header4

05 label

06 label_small

07 legend

 

Regards,

Ragavendra


Re: Getting the manager for the Business partner

0
0

Hi Susan,

 

Did you try checking GET_ methods of this field? GO to the BSP compnent and navigate to the context node of this field. It can also be written in do_prepare output method.

 

Reward if useful

 

Regards

Chandrakant Kulkarni.

Re: SE16_DUMP : SYNTAX_ERROR : Syntax error in program "SAPLSETB ".

0
0

If you want to know if there is an OSS note, log onto SAP Support and search for yourself. Since this is a standard SAP report, you need to report to SAP if you can't find an OSS note.

 

Thread locked

Re: IT0008 ,wage type Discripancy

0
0

Hi Omid,

 

The concept of "pay scale grouping" is to pay minimum amount to the Emp. as per the legislation in some country like Netherlands or US ?

what i was asking- In pay scale group we mention wage type & amount. Does that paid to the EMp. as  a component? or used for valuation purpose?

 

Else can you just explain below with taking any amount -

The module TARIF has four variants (A - D), that have the following meaning:

A  Valuation is based on the pay scale group and level

B  Valuation is based on pay scale group/level and specific wage type

C  Valuation does not depend on pay scale level

D  Valuation does not depend on pay scale group or level


Thanks in anticipation

Re: Overhead for product costing in cost sheet not transporting in quality vide TR

0
0

you can also see S_ALR_87008275


Rajneesh

Re: ABAP unit tests will not run

0
0

hi

Where you put above code? if it's in function, so above code should put at before 'ENDFUNCTION'.

 

regards,

Archer

Re: Short Dump when I try to display table .

0
0

Hi Raghu

 

1. After installation of ECC have you define the memory parameters based on your OS / DB?
Could you share the your SAP & OS /DB version details?

 

2. Just do the full restart and then try again with same option to insert a record

 

BR

SS

Re: REFX - LEASE IN – Business partner ( BP) CREATION ( Through Person / Org / Group)

0
0

Sir,

 

Im a end user trianer who is just got into company with no exp & Knowledge in SAP re fx.

 

How should i go ahead as i facing lot of challanges.

 

Pls reply,

 

Thanks


while implementing exists

0
0

how to find tables or structure to add field or screen or menu exits??

 

thanks in advance

 

Regards

Reddy

while implementing badi what r the tables u find?

0
0

thanks in advance

 

 

Regards

Reddy

Re: PMS - OSA: Creation of appraisal document

0
0

Hi harish ,

 

  • Validity Period -The appraisal documents available for an employee/manager in the system in a certain validity period.
  • Execution period - It is the period during which an appraisal can be completed to arrive at the final ratings

 

Regards,

Shirin

Request start with variable duration

0
0

Hello All expert,

 

i got one requirement that different plant want different request start duration after WF created.

 

but i saw in WF it is a fixed value to input.Is there anyway to let it be variable?


Why Solution Manager 7.1 are not based on NetWeaver 7.4 ?

0
0

Hello,

 

I have read SAP Notes 394616.

 

According SAP Solution Manager - SAP Library ,Solution Manager are based on SAP NetWeaver 7.0 EHP2 SP15

and CRM 7.0 EhP 1 (BBPCRM 701).

 

But SAP CRM 7.0 EHP3 has been released and are based on SAP NetWeaver 7.4 SPS 07 (SAP Customer Relationship Management - SAP Library)

 

Is the next SAP Solution Manager will be based on NW 7.4 like SAP Solution Manager 7.1 on HANA ?

What will be the evolution to change NW 7.4 ?

 

Thank you

Re: E2E Diagnostics for ABAP system

0
0

Hi,

 

Extraction is running without any issue. We are getting transaction level data correctly, issue comes when we want to analyze particular transaction at user level.

 

Is there any way we can check mapping???

 

Thanks,

Purav

Re: Less number of data on webi than extracting those to excel/csv

0
0

HI

 

difference between webi rows and SQL query may be some filters are in the webi report.check how many rows are coming in excel or PDF.

these 25 rows are in webi are on first page only or you have checked all pages.

 

try to create one more report in second tab and see..


PM Report

0
0

I am looking for a standard report with the following fields: vendor number, vendor name, PO Number, material description, item net price, asset number, asset description, plant.

 

NB: this report is a result of the external procurement of materials to repair assets.

Re: Start up for Hybris???

0
0

HI Robin,

 

Thanks for the quick reply,, Do you have any material on Hybris for the start up??

Re: Asynchronous web service call from Redwood

0
0

Hello,

 

I want to add something to this discussion.

1) it is not required to publish your job as a web service in order to make the UpdateJob1 service work, as described above, the UpdateJob1 web service is build in and activated by default.

2) Adding out parameters JobId and ServerAddress does not make sense at all.

3) Don't assume everything is automatic here. Your consuming webservice needs to accept the JobId and ServerAddress (you can dynamically retrieve this URL with req.getUpdateJobURL(jcsSession, null) in your code (be aware this is based on the ContextURL registry entry in your system)) fields as part of the SOAP request to make sure you send the context information of the job to the webservice. Now the webservice can do it's thing and once it is finished call the UpdateJob1 webservice through the ServerAddress URL (this way you can make your solution transparent from a remote perspective) and update the provided JobId with the correct end status and potential other information (job notes, set out parameters etc).

4) Make sure you have set the Completion strategy on your job to external, otherwise it can not be finished from the outside. The only thing this does is make the job stay in status Running after the code is finished.

 

Regards Gerben

Re: Removing gap from hidden table column

Re: Abap Import Error - ERROR: DbSlErrorMsg rc = 29

0
0

Hi Deepak,

 

iam unable to run command netstat command and when i use

db2 update dbm cfg using svcename 50000 command getting a message as follows.

DB21061E  Command line environment not initialized.


Thanks,

Sam

Viewing all 8851 articles
Browse latest View live




Latest Images