Re: How to export class source code
An easy way to get all of a class's code into one screen for simple cut and past or download is to: 1) retrieve the class in transaction SE242) click on the Source Code-Based button The code will now...
View ArticleRe: How to download source code from the class builder SE24
An easy way to get all of a class's code into one screen for simple cut and past or download is to: 1) retrieve the class in transaction SE242) click on the Source Code-Based button The code will now...
View ArticleBAPI to create delivery without item
Hi Experts Need a BAPI that can create a delivery without order reference without any delivery items tried using BAPI - BAPI_OUTB_DELIVERY_CREATENOREF but that needs item details business intent - need...
View ArticleRe: ASE 16: When and what major features?
To add to some of the earlier comments - ASE 16 has a number of features, in the area of scale up, managing large data sets, ease of use and HA/DR for Business Suite. In order to ensure that ASE is...
View ArticleRe: how to make the specific rows as bold in table
Hello Suman, Well, In that case isNull or == " " won't work. You have to work conversely(reverse) over here. What you should do is, keep the Font property of all the individual fields in the table...
View ArticleRe: Tree control model binding
Hi Vincenzo, Have a look at this JS Bin example for a working example. To summarize, you need to define a TreeNode which acts as a template: var oTreeNode = new sap.ui.commons.TreeNode({ text:...
View ArticleRe: SAP Web Dispatcher configuration
Hello Samuli, Thanks for your reply. How can I check if my backend trust the root CA of my Web Dispatcher client certificate? I've been using "SAP SSL Test Server Certificate" and the root CA is also...
View ArticleRe: Login to Webgui in SAP NW 7.02
Hi Ravi, You should speak with your network/security guys/department.They should open firewalls and maybe enable some NAT to your SAP server. BR,Àlex
View ArticleRe: Plantilla para cargar activos fijos
buenas tardes Fernando usted es tan gentil y me puede indicar si tiene las plantillas con las que se pueda hacer la importación de Activos Fijos?? Agradezco su colaboración
View ArticleRe: Macro - ORDER_DATA_LOCPRODS() Doesn't store values in Key Figure
Hi Ruchi, I am struggling with using the macro function - ORDER_DATA_LOCPRODS.. following is the macro logic which I have configured - when activating the macro the system is giving me the error -...
View ArticleRe: file not getting deleted when processing with sender FTP channel.
Hi Eng Swee,yes this is happening every time i poll ,polling interval is 180 sec yes i tried to stop channel and place a file manually in FTP server then its picking for the first time and deleting but...
View ArticleRe: Flip date needed
hi Paul, you can either right click on the field if it's on your report (if it is a date field) and then choose Format Field and then go to the date tab, Customize, and format the date there using the...
View ArticleRe: Manual de facturación electronica
Me podrian proporcionar este documento a ihernandez@sprofesionales.com.mx
View ArticleRe: In CMC Manage->Add-> Crystal reports option is missing
If you select "Local Document" and then select the .rpt file you want to publish, it will know that this is a Crystal Report and give you a couple of options for that. It will then be added to the...
View ArticleRe: No data retrieved when using view option in Web intelligence
Hi,yes this option is enabled, in the variable screen i select the same values but like i said with view option there is no data retrieved. With modify, data is retrieved correctly. Also scheduling...
View ArticleRe: Moving customizing transports between clients
Hello Conrad, 1) Using the target group you can indeed have your transports going to any other system/client you want. 2) That's where the trick is... customizing orders could not be linked to a...
View ArticleRe: Have to condition a different customer name and concat
hi Paul, does something like this work for you If not isnull({ADRES1.ADENTN}) or {ADRES1.ADENTN} > ' ' then {ADRES1.ADENTN}else({ADRES1.ADFNM} + ' ' + {ADRES1.ADLNM}) -jamie
View ArticleRe: Difference between Stock transfer order & Stock Transport order ??
Dear Prashant: There are two types of STO (Stock transfer order) Interplant:You create the purchase order UB type, create outbound delivery, and receive the goods with reference of this outbound...
View Article