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

Re: Upload entries in table T5UTI

$
0
0

Thanks Upen!

 

I am coming up with a BDC program and will have the data uploaded.


Re: Factoring a Goods Receipt Batch Value by 100

Re: MSS Reporting

$
0
0

yes you are right, you need to do it above for the version you are using ie MSS REP

Re: How can I populate/update RESPONSIBLE field at TASK level PROGRAMITICALLY?

$
0
0

Thank you, yes, your assumption/suggestion is absolutely correct and seems its stadard as well.

 

But, say for example, under the drop-down field of 'Responsible Resource:' there are A, B, C

 

Now, programitically from a standalone report I want to populate the Responsible: field with B

 

By chance do you have any clue to update a task in terms of updating 'Responsible' field

 

Ah, I saw your skillset in your SCN/SDN Bio tab, its awesome to have multi skill hence you will be hot in market

 

Regards

Re: Vs2008 Win7(64 bit)an error has occurred while attempting to load the crystal reports runtime

$
0
0

Ludek,

I'm having the same problem on my Windows 7 machine. Do I need more than one merge modules for this to work?

Danke,
Ken

Re: How to remove error in SM13 for "Update was terminated" for function module "ME_UPDATE_DOCUMENT"

$
0
0

Hello

 

Make sure that the following note is implemented on your system:

 

1878100 - Posting termination in ME_UPDATE_DOCUMENT for table EKET

 

BR

 

Caetano

Doubt with Erecruiting

$
0
0

 

Hi.

 

In the system ERP How can know if a candidate was accepted or rejected for a requisition?

 

  

 

Thanks

 

Re: inserting a calculated column after every column in cross tab, in crystal report 2011

$
0
0

HI Abhilash ,

Thanks for the reply. It did work. I have a slightly modified requirement. I have attached an image with this . The requirement is , the result set returns the salary and supplement  for employees for last X ( it is a variable in my example it is 3, but user will pass the number of years he / she wants to see)  years. I need to show all the salary for those years, and show the percentage change for those years  and then show the supplements , and then show the percent change for supplements , then show the total and show the percentage change for it .

Any suggestions ?

Thanks  for your help.

Ferozcrosstab.JPG


Re: Table Partition

$
0
0

Ahh, thanks for clarifying Lars.  Also I double-checked my documentation and I only see HASH-RANGE, HASH-HASH and ROUND-ROBIN-RANGE as multi level partitioning options.

 

-Patrick

Crystal Reports 2013 - Code 39 Barcode

$
0
0

I was hoping someone might be able to help me getting the Code 39 function working to convert data to a barcode in Crystal Reports 2013.

Seems to be the work around from a UFL 'u25azalea.dll' error I was receiving.

 

I’m following the directions found here: http://www.azalea.com/crystal-reports-custom-functions/code-39/

 

I created a new function named “Barcode” with the func_Code-39_Full code:

Function (StringVar input)

Local StringVar temp;

Local StringVar chunk;

Local NumberVar i;

 

For i := 1 To Length(input) Do

(

chunk := input[i];

Select Asc (chunk)

Case 0:

temp := temp + "%U"

Case 1 To 26:

temp := temp + "$" + Chr(Asc(chunk) + 64)

Case 27 To 31:

temp := temp + "%" + Chr(Asc(chunk) + 38)

Case 32:

temp := temp + "_"

Case 33 To 44:

temp := temp + "/" + Chr(Asc(chunk) + 32)

Case 45 To 46:

temp := temp + chunk

Case 47:

temp := temp + "/O"

Case 48 To 57:

temp := temp + chunk

Case 58:

temp := temp + "/Z"

Case 59 To 63:

temp := temp + "%" + Chr(Asc(chunk) + 11)

Case 64:

temp := temp + "%V"

Case 65 To 90:

temp := temp + chunk

Case 91 To 95:

temp := temp + "%" + Chr(Asc(chunk) - 16)

Case 96:

temp := temp + "%W"

Case 97 To 122:

temp := temp + "+" + Chr(Asc(chunk) - 32)

Case 123 To 126:

temp := temp + "%" + Chr(Asc(chunk) - 43)

Case 127:

temp := temp + "%T";

);

 

"*" + temp + "*"

 

Then I created a new Formula named “TripNumBarcode” and dragged the Functions\CustomFunctions\Barcode (input) function into the Formula Editor window which looked like:

Barcode ()

 

I then dragged another Formula I use to calculate the trip number into this function:

Barcode ({@TripNumber})

 

But I’m getting an error of

A string is required here.

 

Any advice?

ORCT - DocType Definition?

$
0
0

Hello Experts, I am reviewing the SAP Incoming Payment table ORCT. In  the SAP SDK Help file, it says that DocType Constraint values are C, A, S, P, T, or D.

 

What do these values represent?

 

Thanks in advance,

Mike

Re: BAPI add partner function to sales order header

$
0
0

How to delete an existing partner in sales order using this BAPI?

Re: Are there Universities providing Phd in ERP ?

$
0
0

I don't know of any programs that offer a Ph.D. in ERP, however you could do a Ph.D in information systems or computer science with a dissertation on the topic of ERP systems. I would suggest looking for a school with a good IS and Business program and then look at the research intrest of the faculty for people who are doing research in ERP or Enterprise systems.

 

God luck

 

"Dr. Phil"

Re: Validar campo de usuario en socio de negocio

$
0
0

Intenta de esta forma

 

If @object_type = '2'     Begin     declare @nit varchar(30)     set @nit = (select T0.[U_NIT]                                 from OCRD T0                                      where T0.CardCode = @list_of_cols_val_tab_del and T0.cardType In ('C', 'S'))          if @nit = T0.[U_NIT]          begin            select @error =2            select @error_message = 'El nit ya  existe'         end
End

Re: Implementação SAP GRC

$
0
0

Olá Ruan,

 

Caso esta discussão esteja respondida, por favor, assinalar como respondida.

 

Atenciosamente

 

Marcelo Macedo


Re: Starting now: No more points for likes on comments/replies

$
0
0

Yes, those likes are now just a sign of appreciation, and don't earn points for the commenter.

 

Steve.

Re: EDI 852 requirement mapping

$
0
0

Krishna,

The above document is old and it is only applicable to XI 3.0/7.0. You would require new BIC tool for deploying the mapping.

 

For more details,find my email id in outlook :-)

 

Regards,

VJ

Re: Doubt: Cloud studio UI designer Screen

$
0
0

Hi,

 

How the below form will be created with left pane having the read only functionality, right pane with object value selector. I created the form pane with additional list pane and trying to add the row names for the left side, can any one give the steps to complete this form.

 

Date particulars

On Date

Start date

 

In process date

 

End date

 

Re: Dear All, thanks in advance i have one doubt please clarify this what it is can we delete the payroll result in production client .yes we can delete the payroll result by PU01 Tcode .But my question is

$
0
0

Hi,

 

I would not recommend that you delete the payroll results. What is your issue? Can you provide more background, there may be other options...

 

Will

Re: Work center view from PP - Enhance Plan values VGW01, VGW02, VGW03, etc. in DataSource 2LIS_04_P_ARBPL

$
0
0

Hi Miguel,

 

thanks for your reply!

 

I need the plan values (VGW01, VGW02, VGW03, ...) in minutes or hours in the extract structure.

 

Not the pieces (SMNG1, SMNG2, ...)

 

Best regards,

Michael

Viewing all 8676 articles
Browse latest View live




Latest Images