Re: I can't figure out data binding from a web service.
Hi Joe Here is an small example. Maybe it is useful to you. In this example, I bind the tree to /root and you can see that we have 0: 1: elements under each element recursively. Thanks-D
View ArticleRe: how to get wage type from ZL table, and map it into each row of CATSDB table
Hi There, can anybody help me here. Appreciate very much.
View ArticleRe: Alignment in Vertical layout
Hi Rahul it will be nice if you can open a new discussion and also include a jsbin so that we can better understand your problem. Thanks-D
View ArticleNWBC Side Panel and SAP GUI Scripting
Hi, I was hoping someone might be able to clarify the SAP GUI scripting requirements for using the NWBC side panels. In the help documentation it states: As of NWBC 3.5 patch level 6 or NWBC 4.0 and...
View ArticleRe: ignore tolerance
Hi Siva, Please execute F-54 and then run F.13 , it will work. Regards, Prakash Kumar
View ArticleIssue with MATNR search help (S_MAT1) when selecting with material group
Hi, I declared a select option for matnr as below . TABLES MARA. SELECT-OPTIONS S_MATNR FOR MARA-MATNR.
View ArticleRe: PF No. Not getting displayed in payslip
HI Srikanth, As some of the experts given that you need to check through in PE51-CHKTB. That is correct, in that just add yours PF no. field and later on if it is not displaying in payslip. Just check...
View ArticleTest Lizenz?
Hallo SAP, ich möchte SAP Business One in einer virtuellen Maschine testen. Ich bin bei der Installation dem Admin Guide (pdf) gefolgt. Laut disem Guide sollte ich SAP BO 30 Tage lang testen können....
View ArticleRe: How to drop a procedure, if already exists
You can use the view SYS.PROCEDURES to check if your procedure exists, something similar to this: declare v_proc_exists integer; select count(PROCEDURE_NAME) into v_proc_exists from SYS.PROCEDURES...
View ArticleRe: FIORI Leave Approval Scenario Definition Error
Hi Masa, How can I know if I'm using the new one? I can access both the old and the new launchpad (though no tiles are being shown) so I'm guessing we have the new UI components installed.
View ArticleRe: WS20000035 Work item will be not created for several users
Hi Peter I am not quite clear with "If I define a ne rule what exactly do I have to be carefull that Workflow or rule runs several times as long as there are other coordinators in the partner list...
View ArticleRe: How to retrieve transactional data value using script logic - BPC 10.0 NW
Hi Maha, 2014 was just an example to give you an idea of syntax. It can be a FOR/NEXT loop with a variable, like [%YR%.TOTAL] depending on how you get the year value or something else. I'm glad that...
View ArticleStatic ASSIGN with Offset Specification
Hi, While trying to work with field symbols using static ASSIGN and Offset/Length Specification, got the error as mentioned below. So unless I mention the explicit length of the Offset or '*', I get...
View ArticleRe: Doubt about Output type
Moderator message: Basic frequently asked question - Please search forum for answers and read the docu in help.sap.comSee as well our rules of engagement: http://scn.sap.com/docs/DOC-18590This blog...
View ArticleRe: How cuurrency convert to japan
I guess you are converting from one currency into another. (Eg; GBP -> YEN)You have to refer to the table TCURF and have to give the from and To Currency (Currency Conversion Ratio Table)...
View ArticleRe: Determination price without hierarchy access and avoiding too many cond....
Hello, does anybody have any idea about this issue?Thank you, regards
View ArticleRe: Calculate the number of days in a year excluding Saturday and Sunday
Hi, As mentioned by Shaik Sajid take the year from sy-datum field and pass it accordingly . Regards.
View ArticleChart setting over read of change the chart type with script.
Hi I have the problem, when I change the type of the chart with script I lose all chart setting (e.g Activate Data Lab) which I set before. For exemplar: I have a design Studio Report with a Pie...
View ArticleRe: Populating Idoc number in Idoc header data
for message WMMBXY, actually this is a functional requirement.
View ArticleRe: How to read particular data coming from IVR In CRM
Hi Arun , The basic underlying concept is that this XML represents a structure which is used for data transfer. If you receive the XML in your CRM system , you have de-serialize this data into a...
View Article