abap
Traverse all the nodes of an XML document?
I want to traverse through the entire nodes of an if_ixml_document. which is the best way to do this?[详细]
2023-04-10 06:15 分类:问答Parameter is not type-compatible with formal parameter when method is called from FM
A static public class method, zcl_abc=>dosomething, has an importing parameter it_lines type TLINE_T optional[详细]
2023-04-09 11:53 分类:问答Displaying retrieved value in excel file into ALV
Good Day Everyone, There is this something i\'ve been trying to exercise in abap and that is the Displaying of column datas in ALV by retrieving the values from excel file into an internal table. I\'[详细]
2023-04-07 15:00 分类:问答How to add homepage URL to SAP business partner?
I\'m working on a program witch creates Business Partners in SAP IS-U system. For the creation of business partners I use function module BAPI_ISUPARTNER_CREATEFROMDATA[详细]
2023-04-06 11:13 分类:问答How do I set a value dynamically in SAP Adobe Forms using JavaScript
I\'m creating a form based on the SAP standard Adobe form F140_CUS_STAT_01. In the \"Document\" column I have the requirement to display field REBZG if it contains a value, or BELNR if not.[详细]
2023-04-05 20:13 分类:问答Universal function module to retrieve SAP table data
What is the best way to access table data from a SAP system? I tried it with it RFC_READ_TABLE开发者_StackOverflow社区, but this RFC returns the data in concatenated form within a single column and[详细]
2023-04-05 15:21 分类:问答Is there a way to find the customizing request number for a given record at a maintenance view?
In ABAP we can check the latest workbench request assigned to a given code from Utilities->Versions->Version Management menu.[详细]
2023-04-05 11:25 分类:问答ABAP Web Dynpro Employee Search Help
One input field is employeenumber (pernr). I want to give a selection window to allow end users to get pernr by first name and last name. What I want is very similar to the inputfield in transaction p[详细]
2023-04-01 04:08 分类:问答Update Statement in ABAP not working
I have an UPDATE statement in ABAP which looks like : UPDATE zicstt099 FROM TABLE lt_zicstt099 The Update is failing every time with sy-subrc eq 4.[详细]
2023-03-31 10:20 分类:问答Consuming a webservice with jsessionid in URL
I`m working on a SAP project, where i have to call a non-sap service with jsessionid in binding url. I already generated a proxy class out of the wsdl and defined a logical port with my UR开发者_开发问[详细]
2023-03-30 10:27 分类:问答