- Material Changes for CDHDR CDPOS 	
			
Hello, I would like to extract all the material changes for CDHDR CDPOS. Do you have a program sample for this or idea for optimization ? Thank' ...   
																						
			- At user command in ALV	
			
 FORM USER_COMMAND USING UCOMMAND LIKE SY-UCOMM USER_FIELD TYPE SLIS_SELFIELD.       DATA:D_PO(10) TYPE C.   CLEAR:IS_FINAL.    RE ...   
																						
			- How to find out the CUSTOMS REPORTS in sap.	
			
Good day Experts,  We have developed many reports, but i don't no, please help me to find out (tcode step by step)  the developed repo ...   
																						
			- Not authorized to logon to the target system (error code 1002)	
			Answered
Hello SAP Experts, An authority check for object S_RFCACL (expected to be assigned to the user in the target system) is performed in the target s ...   
												
													
			- Clearing the displayed value for a SELECT-OPTION	
			
How do I clear the displayed value of an SELECT-OPTION?I have 2 SELECT-OPTIONs on my screen (standard basic report program screen). I use code like th ...   
																						
			- Quick Cut and Paste in SAP	
			
On the standard toolbar, click "customizing local layout" (beside the question mark button) or press Alt+F12. Then select "Quick c ...   
																						
			- In Read table Can I Use Not Equal to ?	
			
In Read table can I use not equal to? Normally by comparing two internal table, we using like    loop it_tab1 into wa_table1 read table it_ta ...   
																						
			- Debugging an RFC program 	
			
Hi, I am trying to debug an RFC that is called from a GuiXT inputscript.   We have have an RFCUSER id that is has the authority to mak ...   
															
										
			- Modify the Invoice Printing Program and Layout	
			
Hi ALL,   Any one help me on Smart form. if you have any doc. for this, plz forward it to me. i want to create form. 1. form for Delivery Printin ...   
																						
			- What is CHAIN-ENDCHAIN in SAP	
			
CHAIN and ENDCHAIN define processing chain in SAP ABAP Dynpro Flow logic. User can execute FIELD and MODULE between CHAIN and ENDCHAIN. Also, the stat ...   
																						
			- Double click functionality in table control	
			
Hell all,  I have created a module pool with double click functionality. However I am getting an error stating that "Unable to interpret W ...   
																						
			- BADI for MIGO- additon of fields in header level	
			
Hi, I am new to BADI. How to add screen with 2 to three fields in header as well as iteam level and where to saved that data which we are going to g ...   
																						
			- What SY-TFILL Contains?	
			
After a DESCRIBE TABLE statement SY-TFILL will contain : The number of rows in the internal table. ...   
																						
			- TABLE WIDTH IS MORE THAN WINDOW SIZE IN SAP SMART FORMS	
			
ERROR : TABLE WIDTH IS MORE THAN WINDOW SIZE IN SAP SMART FORMSOpen the Window and adjust the window size.Check the smart formIf still the error exits ...   
																						
			- Types of function modules are there in SAP ABAP	
			Answered
There are three types of function modules –   1) Normal,   2) Remote (RFC),   3)Update. ...   
																		
							
			- LOAD_PROGRAM_CLASS_MISMATCH due to incorr. PUBLIC time stamp	
			Answered
Hello Experts,What common symptoms can be seen in case of an error ‘LOAD_PROGRAM_CLASS_MISMATCH due to incorr. PUBLIC time stamp’?How can  ...   
																						
			
To type long text	
			
Dear All, I want to type more than 300 characters in a text box which is created in screen painter for my Module pool program.  Please suggest me.  ...   
																						
			- IMPORT it_tab from MEMORY ID 'Zxxxx'	
			
I'am currently reviewing a custom code not developed by me.When i execute the program, i'm getting runtime exception (dump) "Length  ...   
																						
			- How to define an User Command event in a Module pool programming?	
			
 Hello to you all, Can plaese someone tell me the process to define an event that is to b triggered on say, a mouse click on a push-button of a  ...   
																						
			
How to Find Table For Transaction Code in SAP	
			
ST05 SQL tracing tool is used to find the tables that have been accessed by a transaction code.  Goto following the IMG path:   T.Code ST05 -> ...   
																						
			- Difference between ABAP Stack and JAVA Stack	
			Answered
Hello,ABAP Stack vs JAVA StackWhat is the difference between abap stack and java stack? ...   
																						
			- How to Add Checkbox in ALV Grid?	
			Answered
Add Checkbox in ALV Grid  Hello,  Instead of using the reuse ALV grid function I have used the call method.  If you check the program BCALV_TEST ...   
																						
			- SAP CX_SY_OPEN_SQL_DB Short Dump	
			
Runtime error: DBIF_RSQL_SQL_ERRORHiProgram RPTIME00 is run as a BDC on our production system. The program has been running fine until about two weeks ...   
																						
			- Internal session terminated with a runtime error MESSAGE_TYPE_X (see ST22)	
			
Hello friends,I am getting this error while running a background job..Internal session terminated with a runtime error MESSAGE_TYPE_X (see ST22).Short ...   
																						
			
Changing error message to a warning	
			Answered
Hi Everyone, Is there a way by which an error message in SAP can be changed to a warning message with the help of GUIXT. ...   
																					
				
			- Different number of parameters in FORM and PERFORM (routine: F_ALV_ADD_FIELDCAT, number of formal parameters: 21, number of actual parameters: 12)	
			
FORM f_alv_add_fieldcat USING fu_1 fu_2 fu_3 fu_4 fu_5 fu_6 fu_7 fu_8 fu_9 fu_10 fu_11 fu_12 fu_13 fu_14 fu_15 fu_16 fu_17 fu_18 fu_19 fu_20 fu_21. ...   
																						
			- How to capture selected rows in a table control in screen?	
			
Hello,I have a table in a screen and hv data in it also from a table. Now i want if a user selects a row n clicks a display button, i should display t ...   
																						
			- BDC Call Transaction Syntax	
			
What is Syntax for BDC Call Transaction?BDC Call transaction <tcode>Using BDCDATA (STRUCTURE FOR DATA UPDATE)UPDATE A/S (A=ASYNCHORONOUS, S=SYNC ...   
																						
			- BAPI to create Sales Order with reference to Scheduling Agreement	
			
Hello,   I am trying to create Sales Order with reference to Scheduling Agreement, but although the order gets created, it does not contain ref ...   
																						
			- Select/ Endselect loop in SAP	
			
The SELECT/ENDSELECT in SAP ABAP functions as a loop used to fetch a single record during each iteration. Essentially, it operates like a client curso ...