|
|
Search
You searched for the word(s):
|
Showing page 1 of 110 (1,095 total posts)
< 1 second(s)
-
Hello ABAP programmers,
I guess I found an answer which I do not want to hear.
When I read the SAP OSS Note number 191470, I found that there is a note saying
If you want to send a purchase order as (external) mail,....... You cannot
maintain an additional mail text.
So I guess I can not I can not send SAP inovice document (SAP ...
-
I want to send SAP Smartform Output document and invoice document using SAP System's External Send medium with custom text on e-mail body.
How can I do this task?
I see that many ABAP developers managed this task using SO_NEW_DOCUMENT_ATT_SEND_API1 function module.
But I want to use External Send medium options and SAP Smartform options.
-
Hello ABAP developers,
Do you have any idea about what is the difference between External Send and Simple Mail methods for sending SAP Smartform Output documents to customers ?
-
Hello,
My SQL CLR split function code (VB.NET) was as follows :
<SqlFunction()>
When I set the FillRowMethodName property of SqlFunctionAttribute attribute as follows, the exception is solved
<SqlFunction(FillRowMethodName:=''FillRow'', TableDefinition:=''Value nvarchar(4000)'')>
Note that I have also defined the table ...
-
OK, I found a solution.
Here is the definition of FillRow method, which I defined in the FillRowMethodName attribute of table valued CLR function CLRSplitString.
By the way, the columns are numbered by a zero based index method.
So ''due to column 1'' refers to second parameter which is InputString.
When I changed the ByVal to ByRef, I could ...
-
Hello SQL Server T-SQL CLR programmers,
I'm working on a t-sql CLR split string function.
But I'm getting the below error message.
How can I solve this sql exception?
Msg 6258, Level 16, State 1, Procedure CLRSplitString, Line 1
Function signature of ''FillRow'' method (as designated by SqlFunctionAttribute.FillRowMethodName) does not ...
-
Hello all t-sql programmers,
I'm trying to create CLR function in order to use for sql split string function.
I create the VB.NET CLR function code and assembly using BIDS in SQL Server 2008 R2 Development Studio
I could also successfully create assembly in SQL Server 2008 R2 but I can not create CLR function.
I get the following error ...
-
Hi Larik,
I believe you have noticed from above emails I will suggest you to buy two Microsoft Certification Exam package offered by Prometric and Microsoft.
Here is the link : http://www.prometric.com/microsoft/certpacks
You will have 15% discount on regular exam fees and free second shot offers with every exam included in the package.
-
Hi Awais,
Since you plan to take 3 exams, I strongly suggest you to consider 3 exam Microsoft Certification exam pack.
This Microsoft exam certification package has 15% exam fee discount and have free second shot with each exam.
Just go to link http://www.prometric.com/microsoft/certpacks, click on 3 exam pack and fill the registration form.
-
Here is some more information on Microsoft Certification Packs including discount exam fees and free second shot offer.
There are 5 Microsoft Certification Pack.
5 exam pack : If you buy 5-exam pack, you will get 20 percent discount and free Second Shot exam offer with each exam in Microsoft Certification Pack
4 exam pack : If you buy 4-exam ...
1 ...
|
|
|