6. A situation: An ABAP program creates a batch input session. We need to submit the program and the batch session in background. How to do it? go to SM36 and create background job by giving job name,job class and job steps (JOB SCHEDULING) 7. What is the difference between a poo...
Solved: Hi, i use this code: My problem is, that the command SET CURSOR FIELD 'P_AUFNR' doesn't set the cursor on 'P_AUFNR'. I searched in this forum, and find that's
SAP Managed Tags: ABAP Development Hello SDN Community, I have read other posts about this topic and did not see anything in them that helps my situation. I have a SET CURSOR 'FIELDNAME' statement that works the first time the screen is displayed. There are 4 radio buttons on screen an...
SAP Managed Tags: ABAP Development I have developed module using table control have done validation for one field on Enter key press.In change mode if user changes value in table control field and presses Enter key then system is showing Error message on status bar and table control gets gra...
It is mostly used in SAP module pool programming. Advertisements There are two ways to provide the exact location of the cursor for the set cursor to work. One is to provide the required screen element after the keyword FIELD; the alternative involves specifying the position by making use ...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi Experts, I have a created an OALV report and in the output field i've added drop down list with 2 values and for the drop downlist i've added a Double click event. when i select a value from...
在sap中很多地方使用了集(set)来存储层次关系的数据,如: Cost Center Group Cost Element Group Order Group Statistical Key Figure Group Activity Type Group Profit Center Group Business Process Group Cost Object Group Account Group WBS Element Group ...
SAP Managed Tags: ABAP Development, SAP NetWeaver I have a screen with some input fields. Also i have an Grid control on the screen. I want the cursor to be set on a specific field in the grid control when the user press ENTER. I ex. the input field contains the customer number. ...
1、set_format是设置单元格格式的,debug标准原程序,在类I_OI_SPREADSHEET里没找到对应的码值。 I_OI_SPREADSHEET->set_format ParameterOptionalDescriptionrangenameArea nametypType fo
SET PARAMETER或GET PARAMETER语句用这些语句可以存储和检索来自ABAP/4程序的SPA/GPA值。如果两个事务的选择屏幕没有共享同一必需的字段,则请使用这些语句按名称显式存储屏幕字段。在从PAI模块调用新事务之前,用一个名称之下存储调用程序事务的字段: SET PARAMETER ID 'RID' FIELD <FIELD NAME1>.系统将值存储在SPA参...