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

Sort lists on more than one column in Agentry

0
0

Hi,

 

on our main screen we display a list of work orders sorted by date.

Technicians have about 4 work orders planned at a certain time during that day.

I didn't succeed in getting these orders sorted first by date and then by time.

It gives a confusing work order overview..

Any suggestions?

 

Working on the latest win32 client and WM5.3 (same issue on ios though)


Re: Cannot use SELECT

0
0

hi Catherine,

 

it could be that this is a database driver error as the processing for sql expressions is done there...they get added to the database query as a subselect. are you using odbc? here's the driver that i'm using...

Untitled.jpg

 

please see the attached report (change the .txt extension to .rpt of the extracted contents) and you can see the sql expression there.

 

what i would suggest to get rid of this error is to ensure that you've got the latest patch for your crystal reports (just in case it is a cr related error) and if that doesn't help ensure you've got the latest odbc driver for ms access.

 

cheers,

jamie

Is there a table that lists the UDT ?

0
0

Is there a SAP table that lists the UDT in SBO-COMMON or anywhere else ?

Re: Cannot use SELECT

0
0

actually forget those last two suggestions...i just saw that you've got multiple fields in your sql expression.

 

you can only return one field and one value for that field at a time. if you need multiple fields you'll need multiple sql expressions.

 

-jamie

Error: SAPJVM archive could not be found in directory /media/

0
0

Hi,

 

I am trying to install SAP Netweaver 7.3 using the SWPM SPS04 ( latest) with SWPM kernel on SUSE Linux 11 SP1. ( SAP KERNEL 7.20 EXT Linux on x86_64 64bit Linux on Power 64bit for installation/SWPM SP04 Number 51047216)

 

I get the error as below when I provide the kernel 7.3

 

****************************************************

ERROR 2013-12-18 10:28:30.943

FCO-00011  The step initSAPVMInfo with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_GetSidNoProfiles|ind|ind|ind|ind|getSid|0|NW_getJavaHome|ind|ind|ind|ind|java|0|initSAPVMInfo was executed with status ERROR ( Last error reported by the step: <html> <head> </head> <body> SAPJVM archive could not be found in directory /media/LINUXSW_F32___/kernew/Krnl_7.20_EXT_LNX_x86_64__PPC64_SP04_/DATA_UNITS/K_720_U_LINUX_X86_64/DBINDEP. </body></html>).

*****************************************************

 

I have checked the directory and actually the SAPJVM4, 5 and 6 exist there. I have tried to rename the files to SAPJVM.SAR and still this has not helped.

 

************************************************************

# ls -ltr

total 1017728

-r-xr-xr-x 1 root root       952 2011-10-31 13:50 kernel.toc

-r-xr-xr-x 1 root root      4269 2011-10-31 16:13 SAPJVM_PAM.XML

-r-xr-xr-x 1 root root   4394232 2012-10-24 06:03 sapcar

-r-xr-xr-x 1 root root 282452699 2013-02-15 12:31 sapexe.sar

-r-xr-xr-x 1 root root 181234964 2013-05-09 01:34 sapjvm4.sar

-r-xr-xr-x 1 root root 180353058 2013-05-10 00:38 sapjvm5.sar

-r-xr-xr-x 1 root root  41394552 2013-05-24 19:07 igsexe.sar

-r-xr-xr-x 1 root root  62959764 2013-05-24 19:07 IGSHELPER.SAR

-r-xr-xr-x 1 root root       371 2013-05-25 01:36 hostagent.mf

-r-xr-xr-x 1 root root   1153958 2013-05-25 03:46 SAPCRYPTO.SAR

-r-xr-xr-x 1 root root  34906052 2013-05-25 05:03 SAPHOSTAGENT.SAR

drwxr-xr-x 5 root root     32768 2013-05-26 17:52 os

-r-xr-xr-x 1 root root 189815915 2013-05-30 02:03 sapjvm6.sar

-r-xr-xr-x 1 root root  63180134 2013-08-12 23:28 SAPDIAGNOSTICSAGENT.SAR

***************************************************************

 

Any help from experts is highly aappreciated here.

 

 

Thanks

Manu

Re: How to have budget data by cost center (like actual in 0COOM_C02)?

0
0

Corbel,

 

Do you see any records in the table BPJA and BPPE ?

Re: Convert a hexadecimal to string/long

0
0

Hi Patrick,

 

 

Create a .Net assembly target in PB.Net (I called mine "hex_to_ascii")

Add a function that takes a string and returns a string

Make sure you check the box on the project to expose your function (I called mine "HexToAscii").

Build it.

Run regasm to make it visible to PB Classic. (Don't forget to add Wow6432Node entries)

Add the code to call it from PB Classic

///////////////////////////////////////////////////////////// PB.Net code

// replace 0x with x
hexString = hexString.Replace("0x", "x");

// create array out of string
System.String lsTemp[]
lsTemp = hexString.Split('x')

System.Text.StringBuilder sb

sb = create System.Text.StringBuilder
long ll
for ll = 1 to lsTemp.Length
// make sure we have something to process
if lsTemp[ll] <> "" then
  sb.Append(System.Convert.ToChar(System.Convert.ToUInt32(lsTemp[ll], 16)));
end if
next

string lsRet
lsRet = sb.ToString()

destroy sb

return lsRet

 

//////////////////////////////////////////////////////// PB Classic code

oleobject lo_hex
int li_ret

 

lo_hex = create oleobject

li_ret = lo_hex.ConnectToNewobject( "hex_to_ascii.n_customnonvisual")

if li_ret <> 0 then
st_1.text = string(li_ret)
else
st_1.text = lo_hex.HexToAscii(sle_1.text)
end if

destroy lo_hex

 

hth,

Mark

Re: Icons missing from the Editor bar while sending email in collaboration room

0
0

Hi Ghandhyam,

 

any attending browser or NWA errors? Thanks,

 

regards


Re: Does anyone know when IS 4.2 will be released?

Re: LSMW for Maintenance Plan with multiple Maintenance Item and Object List

0
0

Bring the linking fields (fields with the same name) into the beginning of each structure (in step 3)

Your RECORDNAME has the correct position, but EQUNR is as well in both structures.

If you want to use it too to link your MAINTITEM with the OBJECTLIST, then bring it in both structure into he second position

if you do not want to link with EQUNR, then rename one of them.

Re: WRITE_FORM is invalid, OPEN_FORM is missing

0
0

Yes Max. Thanks for all your inputs. I was able to find the print program for smartforms. The print program is: R2RRVADOR01. I did not do much in here. It worked as it is.

 

Thanks,

Karuna

Re: Original value of a changed attribute

0
0

Thanks for the reply Harish and you are right. BUT I was not clear with my earlier post.

 

Here is the extension to my earlier post: Once I know that the Attribute is changed I need to send data to PI. There are around 50 attributes which need to be checked. If some attributes are changed then I need to send "X information is changed" and some other attributes are changed then I need to send "Y information is changed" and in the case of combination "X information is changed and Y information is changed".

 

So, instead of checking each attribute in Set-method I am checking in the event handler of "Save". Also checking the BADI's.

 

Appreciate your help.

company codes attached to a company?

0
0

Is there any way to see the list of company codes attached to a company in the system? I mean you pull up a list of all company codes attached to a company using a t code or a path?

Re: user validity expiring notification should come while login by user?

0
0

As the exit mentioned by Alex only applies to SAPGui based logins, I also prefer the option of a job which runs and gets the validity dates on the user master record and calculates the password validity and reacts to it depending on freely definable criteria in variants of the job.

 

That way you catch all "warnings" to admins first and only certain types of warnings to the user themselves about their password validity if it is not an admin / contract issue.

 

login-check.png

Cheers,

Julius

Re: Original value of a changed attribute

0
0

Here is the extension to my earlier post: Once I know that the Attribute is changed I need to send data to PI. There are around 50 attributes which need to be checked. If some attributes are changed then I need to send "X information is changed" and some other attributes are changed then I need to send "Y information is changed" and in the case of combination "X information is changed and Y information is changed".


Asset replacement by a new one

0
0

Hi expert,

 

Asset are replaced  free of charge by the vendor due to guarantee. In some cases, the depreciation is already started for the old one. Lets say asset bought in 01/ 2012 and deprecation started at this date. In 01/2013, the vendor replaced it by a new one.

 

Could you tell me which is the best practice to manage the old and the new asset please?

 

Thanks.

 

Regards.

 

A.

Can lockbox payments post to the Sales and Distribution module

0
0


I was wondering can lockbox payments post to the SD Module for miscellaneous one time invoices that are created in our office without system customization?  I am new to this module and have been searching the web for this information.  The only thing I have found is the following

 

"SAP system provides a special master record type for one-time customers. In contrast to the "regular" master records, this master record does not contain specific data of the business partner, such as the address or bank details.  This information is entered for each business transaction during document entry."

 

What if you don't have the bank details, this is why I am being led to believe you need a special customization.  Right now the staff is manually posting these miscellaneous invoices, it is not many but we would like to automate as much as possible?  Any help is greatly appreciated.Thanks

Re: Help with DW and Excel File

0
0

Hi Paul, I have a question, the Data Pipeline can be created dinamically?, because my reports are many differents...

Re: Posting Deferrals

0
0

Hi David,

 

Kindly maintain the below mentioned settings :

 

> RECACUST
>Accrual /Deferral > Accrual/Deferral Posting > Account Determination > Simple Account Determination > Define Values for Set of rules
>Select RE as application component
> Select accounts
> Choose a line with your values i.e. IAS,I,TRRVCN

> Maintain the desired GL in Target Account , if there is no value in it

 

Hope it could help you!

 

Regards,

Siddharth

Re: regarding career opportuinity through sap

0
0

I think FI or SD modules would suit your profile best. You have been a Sales manger in a Finance company, therefore just check the list given by Dev and see the best suiting module.

 

Business information is equally required for choosing a right SAP module

 

 

ntn

Viewing all 8851 articles
Browse latest View live




Latest Images