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

Re: Splitting Values in Webi

0
0

Hi ,

 

Use length([ColumnB] to find the Columns C's Starting point.

 

here length([Column B]) will give you 2.

 

So take out string from ending point of Column B and treat it same way as you extracted Column B to get the Column C and so on...

 

For Column D use legths of Column B and Column C


Re: How to convert Deg to ° in my code.

0
0

Yes, and it can be dynamic in table column and multiple times in the same column.

 

Regards,

Siva

Re: Code inspector containing UCCHECK?

0
0

Hi Kris,

 

In Unicode system i think the program will not be activated successfully if the program is non-Unicode and  syntax error 'The program "XXXXXXXX" is not Unicode-compatible, according to its program attributes." is triggered.

 

Thus , if by mistake a program is made non-Unicode , the transport can be checked for syntax errors and such programs can be identified.

Also transaction UCCHECK can help to convert such programs to Unicode compatible.

 

Regards,

Tanmay

Re: INTERNAL.CLIENT_RECEIVE_FAILED error in Proxy -> PI -> SOAP Scenario

0
0

Hi Sagar,

 

We need more information about your error, are you using PI dual stack? Couldn't retrieve inbound binding means there is something wrong with your receiver agreement or the inbound interface did not match those configured in receiver agreement.

 

Regards,

Mark

Re: SAP IQ Accent Insensitive

0
0

Hi,

 

Just like you said, my value of AccentSensitive was On before. So I re-created the database with ACCENT IGNORE option :

 

select db_property('AccentSensitive'); -- Off

 

But it still doesn't work :

 

 

 

create table libelle (col varchar(15))

 

 

insert into libelle values ('eé');

insert into libelle values ('aA');

 

 

 

 

 

select * from libelle where col like '%ee%' -- 0 row

select * from libelle where col like '%aa%' -- 1 row

 

Regards,

how to restrict development users

0
0

Hi ,

We are  4 users planning to start work in  SAP Power Designer  installed on  WTS System.

how to  maintain the privacy of the invidual work  we do power designer

can we enable any access control like SAP HANA or link to a Single sign on

Thanks

Regards,

Suresh

Re: BTE 00501014 : VF01

0
0

hi vikram,

 

I have followed the steps exactly but control is not going to breakpoint in the Zfunction which I have created though when I put a break point in se37-> BF_FUNCTIONS_FIND I can see my zfunction in collected in  T_FMRFC &  T_FMCUS  across standart BTE 00501014 .

 

But though not going the code which I have written in z_sample_interface_00501014 .

 

Can you suggest any other alternative to catch data I need FPLT & VBRP & VBUP line item data.

 

 

Many thanks

Drashti

how to Set Last Payroll Date for a Specific Employee ?

0
0

I want to check if it we have a field to set the last Payroll run date for specific employee , the idea about that as we have external payroll system and we need to inform that system that specific employee who is resigning not to be included in a specific payroll run ?


Re: Implementation In Foam Industry

0
0

Thanks Verma for your reply.

My client Sale unit UOM is NO and they offer price on per cm square basis which after certain formula is converted into total price. and for that calculation length width and height are required as well. But problem is in production process let me give you an example

 

base item 1   200 X 200 X 95 size Foam.

base item 2   200 X 180 X 95

 

Item Sold Size    100 X 100 X 10

 

now this item can be cut down from any block that i mentioned in base item. In tis way every time BOM will need to revised as well as new sizes occur quite frequently.

 

Hope this helps to understand the requirement.

Re: SAP ECC 6 and SAP SUS Integration Using SAP PO 7.4

0
0

Hi Azhar,

 

You are right. Proxy for the standard objects are already generated.

Capture.JPG

Yesterday we are having cache issue in PI, once we resolved that issue, I can see the proxies already in green status.

 

Thanks,

Suman

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Re: List Sort with Paging

0
0

Hi Abhijeet

 

Thanks again for your answer.

I'm already using "sap.ui.model.Sorter"  in the handleViewSettingsDialogButtonPressed() method. I thought that was the only way to carry out the sorting.

 

On another note, I think the only way I can get this to work is by somehow changing the way the paging (growing) is working for the list.

 

I need to change the way the skip and top url parameters are set.

 

e.g.

 

at the moment in the paging the following is carried out

 

first scroll

skip = 0

top = 10

 

next scroll

skip = 10

top = 10

 

next scroll

skip = 20

top = 10

 

 

But I want to change it so that is behaves in a similar way to a sort request

 

i.e.

first scroll

skip = 0

top = 10

 

 

next scroll

skip = 0

top = 20

 

 

next scroll

skip = 0

top = 30

 

This way when the user scrolls the sort will be carried out on all items in the list.

 

Also due to DB caching the response time is not that bad as you have already hit the previous 10 items before.

 

 

Know I just need to work out how to do this.


Thanks

Andrew

Re: Unplanned Depreciation

0
0

In Trx. AO78  copied TT: 640 and change them to 'Debit transaction'.

 

 

Correct me if I am wrong.

Re: BDT event for business partner relationship

0
0

Hi Experts,

 

How can i clear the function code or allow the user to take necessary action when error message is raised from DSAVC event in business partner relationship.

Re: Is it possible to revert to previous version after transport.

0
0

Hi Rohit, thanks for replying.

 

However this I can do. The problem is that we now want to make this older version the main active version in the dtr and transport to the test environment. Business have changed their mind on some functionality after we have put it to the testing environment, so we need to switch to the older version if possible.

 

Cheers,

David


Re: SAP EP 7.31 navigation very slow

0
0

Hi Markus,

 

Soorry but the problem isn't with the zoom screen, We tested these notes but the problem continuos.

 

We have open a OSS message with SAP but in this moment our issue continuous, and we dont know where is the problem..

 

Thanks and Regards

 

Mónica

Re: Is it possible to revert to previous version after transport.

0
0

Thanks Tobias,

 

I will have another go today as have been busy with other things - ill see if I can get by the problems and let you know!

 

Cheers

David

Re: How to transport Integrated configuration objects

0
0

Hi Sumeet,

 

When you try to export the ICO, itself would come as Object Set - Individual Objects. Then you would have to add other objects in your TR.

 

If you do not want to add them individually, group them all in Configuration scenario and right click on your config scenario and select "All objects of selected Scenarios".

 

--

Sendhil

Re: COPA data migration

0
0

Hi Abhishek & others,

 

Just a small correction.

 

Please ignore my below statement.

'We will be migrating the closing balances of expenses & revenue GL accounts & no GL line item data.'

 

The data needs to be migrated from other legacy system to COPA directly.

Expenses + revenue.

 

rgds.

Re: How to transport Integrated configuration objects

0
0

Hi Sumeet,

 

ICO will have all the related configured objects. You just need to transport the ICO along with channels and its related business systems.

 


Thanks & Regards

Anil Kumar

Viewing all 8713 articles
Browse latest View live




Latest Images