Warning: main(begin_caching.php) [function.main]: failed to open stream: No such file or directory in /home/mynewnet/public_html/blogdetails/details.php on line 3

Warning: main() [function.include]: Failed opening 'begin_caching.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mynewnet/public_html/blogdetails/details.php on line 3
TotalSAP Details
 
 
 
 
 
 
TotalSAP
ABAP,ABAP report,Interactive Report,ALV grid,ALV list,IDOC,User Exit,RFC,Smartform,sapscript,ABAP Performance,Remote Function Module
Statistics

Unique Visitors:
Total Unique Visitors:

Visitors Out:
Total Visitors Out:
2
0

76
76
Articles
Tasks Performed by the RFC Stub
2008-02-10 02:12:42
The RFC stub generator creates two files for each stub: the stub program saprfcc.c header file saprfcc.h All RFC stub programs perform the same basic functions: define the types needed for passing parameters fill the parameter structures with the individual importing, exporting and tables parameters make the RFC call needed (RfcCall) to call the function modulemake the RFC call needed (RfcReceive) to get return parameter values The saprfcc.h header file contains standard RFC definitions, as well as those needed by the specific function modules. The function module declaration itself contains the macro calls, win_export, win_far, win_loadds, win_pascal. These macros insert code needed only in Windows-based systems; in UNIX systems, the macros resolve to blanks. To see sample stub code, generate an RFC stub function and display the code. ...
Compiling and Linking on the Workstation
2008-02-10 02:12:19
You must compile and link the downloaded programs before you can use them:For RFC stubs, compile as a new library or DLL file. For example programs, compile as an ANSI C application program. In general, you have to use an ANSI C compatible C-compiler and you have to set the include and library search path to the installed RFC SDK include and lib directory.At some platforms you also have to link the TCP/IP socket libraries explicitly.Assume.../rfcsdk is the root directory of the unpacked RFC SDK. The following compile/link calls should be done for the program sapinfo.c on different platforms.HP-UX cc -Ae -I.../rfcsdk/include -L.../rfcsdk/lib sapinfo.c librfc.a AIX (RS/6000) ccc -I.../rfcsdk/include -L.../rfcsdk/lib sapinfo.c librfc.a SINIX (RM600) /opt/C/bin/cc -I.../rfcsdk/include -L.../rfcsdk/lib sapinfo.c librfc.a -lsocket -lnsl -lusc(only this compiler is supported.) DEC Alpha AXP cc -std1 -unsigne -DA_OSF -I.../rfcsdk/include -L.../rfcsdk/lib sapinfo.c librfc.a SUN (SunPr ...
Calling RFC Stub Programs
2008-02-10 02:11:52
Once you have downloaded the desired RFC stubs to the workstation or PC, you can call them from programs of your own. This section describes how to use these stubs, that is, how to compile them, what they do, and what your program must do in order to call them correctly. If you have generated example programs for the stubs, you can use these as a basis for programming your own application. ...
Complete OLE Automation Client Example
2008-02-10 02:11:18
---------------------------------------------------------------------- SAP AG - R/3 Remote Function Call Interface Generation RFC_OLEA_CL_EXP E 30A 22.09.1995 15:22 Complete OLE Auto. client exa. saprfcae.txt ---------------------------------------------------------------------- RFC_OLEA_CL_EXP : Complete OLE Auto. client exa. Description The generation form RFC_OLEA_CL_EXP generates a complete ready-to-run RFC client example program written in Visual Basic that uses the SAP Automation Server to perform function calls. This program lets you test your remote function module without manual programming.The example program prompts the user to input exporting parameters before the call and to display importing parameters after the call. Dialogs for setting values in and displaying internal table objects are also provided.The example program works with Microsoft Visual Basic (MSVB). It provides both a graphical user interface using Visual Basic screens and controls and a cha ...
Automation  Client 
Complete Visual Basic Server Example
2008-02-10 02:10:51
---------------------------------------------------------------------- SAP AG - R/3 Remote Function Call Interface Generation RFC_MSVB_SR_EXP E 30A 22.09.1995 15:22 Complete Vis.Basic server exa. saprfcvr.txt ---------------------------------------------------------------------- RFC_MSVB_SR_EXP : Complete Vis.Basic server exa. Description The generation form RFC_MSVB_SR_EXP generates a complete ready-to-run external RFC server example program written in Visual Basic. This program lets you test external functions without manual programming.You can start your external RFC server from the R/3 function library testbed by specifying an appropriate RFC destination.The example program displays importing parameters and prompts the user to raise an exception or to input exporting parameters. Dialogs for displaying and setting values in internal table objects are also provided.The example program works with Microsoft Visual Basic (MSVB). The user interface provides a Visual Basi ...
Server  Visual Basic 
Complete Visual Basic Client Example
2008-02-10 02:10:25
---------------------------------------------------------------------- SAP AG - R/3 Remote Function Call Interface Generation RFC_MSVB_CL_EXP E 30A 22.09.1995 15:22 Complete Vis.Basic client exa. saprfcze.txt ---------------------------------------------------------------------- RFC_MSVB_CL_EXP : Complete Vis.Basic client exa. Description The generation form RFC_MSVB_CL_EXP generates a complete ready-to-run RFC client example program written in Visual Basic. This program lets you test your remote function module without manual programming.The example program prompts the user to input exporting parameters before the call and to display importing parameters after the call. Dialogs for setting values in and displaying internal table objects are also provided.The example program works with Microsoft Visual Basic (MSVB). It provides both a graphical user interface using Visual Basic screens and controls and a character user interface that supports automated tests for exampl ...
Client  Visual Basic 
Complete ANSI C Server Example
2008-02-10 02:09:59
---------------------------------------------------------------------- SAP AG - R/3 Remote Function Call Interface Generation RFC_ANSIC_SR_EXP E 30A 22.09.1995 15:22 Complete ANSI C server example saprfcsr.txt---------------------------------------------------------------------- Code has been generated for the following external function ABAP4_CALL_TRANSACTION Executes the ABAP command CALL TRANSACTION. RFC_ANSIC_SR_EXP : Complete ANSI C server example DescriptionThe generation form RFC_ANSIC_SR_EXP generates a complete ready-to-compile external RFC server example program written in ANSI C. This program lets you test external functions without manual programming.You can start your external RFC server from the R/3 function library testbed by specifying an appropriate RFC destination. Once called the RFC server installs external functions and waits for function calls until you leave the function library.The example program displays importing parameters and prompts the user ...
Server 
Complete ANSI C Client Example
2008-02-10 02:09:30
---------------------------------------------------------------------- SAP AG - R/3 Remote Function Call Interface Generation RFC_ANSIC_CL_EXP E 30A 22.09.1995 15:22 Complete ANSI C client example saprfccl.txt ---------------------------------------------------------------------- Code has been generated for the following function module ABAP4_CALL_TRANSACTION Executes the ABAP command CALL TRANSACTION. RFC_ANSIC_CL_EXP : Complete ANSI C client example DescriptionThe generation form RFC_ANSIC_CL_EXP generates a complete ready-to-compile RFC client example program written in ANSI C. This program lets you test your remote function module without manual programming.The example program prompts the user to input exporting parameters before the call and to display importing parameters after the call. Dialogs for setting values in and displaying internal table objects are also provided.The example program uses ANSI C statements and standard library routines. The user interface p ...
Client 
SAP CATT (Computer Aided Test Tool) Configure the recorded entry fields to read from the imported text file data
2008-02-05 16:17:26
Configure the recorded entry fields to read from the imported text file data In the CATT : Maintain functions test case Screen Double click on the Object Name Double click on the screen number with your desired fields Park the cursor on the fields Click Edit -> Details Fill in the Parameters Name and Field Contents Finish Save it. Assign your text file data. In the CATT : Execute test case Screen Click External from file and choose your text file CATT will now read from your text file and update whatever data you have specified. ...
Computer  Configure  Data  Fields  Recorded  Tool 
SAP CATT (Computer Aided Test Tool) To change the MRP Group for a list of Material
2008-02-05 16:16:58
Assuming that I want to change the MRP Group for a list of Material. My text files should look something like this :- [Variant ID] [Variant Text] &ZDISGR &ZMATNR--> Parameter texts MRP group Material--> Default Values M1 A001*** Changes to the default values displayed above not effective#01 M1 A001#02 '' A002#03 M1 A003 Note : '' denotes a blank in the field. e.g. Material A002 MRP group will be replaced by a blank. Map the data with the Office software like Microsoft Excel and save it as a tab delimited file. It is easier to manage the data in Excel rather than directly as a text file. ...
Computer  Tool 
SAP CATT (Computer Aided Test Tool) Create Import variant for the fields you need.
2008-02-05 16:16:22
Create Import variant for the fields you need. Transaction SCAT Goto Parameters Create Import Variant Goto Variant -> Edit Goto Variant -> Fast entry or F9 Duplicate 01 ...
Computer  Fields  Import  Tool 
Activate CATT in your client
2008-02-05 16:15:42
Activate CATT in your client To activate CATT :- In transaction code SCC4 - click the change button Double click on the client number In the Restriction section, tick Allows CATT processes to be started. ...
Activate  Client 
SAP CATT (Computer Aided Test Tool) Tutorial Hints and Tips
2008-02-05 16:15:12
Although CATT is meant for as a testing tools, many SAP users have now use CATT frequently to upload vendors master data and make changes to other master record. SAP Consultant and Abapers tends to used it for creating test data. With CATT, you don't have to create any ABAP upload programs and this save on development time. However, you still have to spend time on data mapping into the spreadsheet format. The transactions run without user interaction. You can check system messages and test database changes. All tests are logged. What CATT does is record you performing the actual transaction once. You then identify the fields that you wish to change in that view. Then export this data to a spreadsheet to populate with the data required. This is uploaded and executed saving you keying in the data manually. To perform CATT, it has to be enabled in your production environment (your systems administrator should be able to do this - SCC4). You will also need access to your development ...
Computer  Hints  Tips  Tool  Tutorial 
Submit ABAP report with SQL traces
2008-02-04 14:09:10
You use ST05, Trace Request, to do a SQL trace. When using SQL trace, it is good to run the program in debugger and just before you execute the SQL, go to ST05 in another session and turn the trace on. After, or when, the SQL is finished, you can turn the trace off. Then click on List Trace to see the details. This is the way to control the traces. If you just turn the trace on and then execute the program, you will get everything and will be overflooded with unnecessary information. ...
Report  Sql 
Using Fonts command in ABAP
2008-02-04 14:08:46
How to change the font size of some of the character of SAP report without using scripts? Be aware that the PRINT-CONTROL is not supported in SAP Enterprise 4.7 For your information, SAP cannot provide any support to error caused by print control command (see SAP OSS notes 66478). * Parameters for function below should be taken from your printer* configuration in SAP - check SPAD transaction -* standard print control* print-control position 1 function: 'CI006', 'SF015'.** Submitted by : SAP Basis, ABAP Programming and Other IMG Stuff* REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.* Start of print-controlNEW-PAGE PRINT ON.PRINT-CONTROL FUNCTION 'SF000'.WRITE: / 'This is CPI 20'.SKIP.PRINT-CONTROL FUNCTION 'SF020'.WRITE: / 'This is CPI 6'.SKIP.PRINT-CONTROL FUNCTION 'SF008'.WRITE: / 'This is CPI 12'.* Depending on your SAP printer device, this may also workPRINT-CONTROL FONT 1 LPI 6.* you can try to change font and LPI numbersWRITE: / 'font 1 lpi 6'.PRINT-CONTROL ...
Command  Fonts 
Using Different Color in ABAP
2008-02-04 14:08:13
** Different Color in ABAP** Written by : SAP Basis, ABAP Programming and Other IMG Stuff* *REPORT ZCOLOR LINE-SIZE 90 NO STANDARD PAGE HEADING.DATA: BEGIN OF TP OCCURS 10, ID, NR(8), TEXT(255), END OF TP.DATA: LENGTH TYPE I VALUE 8, " Length of list TESTSTRING(15) TYPE C VALUE '012345678901234', WIDTH TYPE I. " Width of listDATA: TXT_REPORT LIKE DOKHL-OBJECT.START-OF-SELECTION. PERFORM HEADING. PERFORM OUTPUT_BODY.FORM HEADING. FORMAT INTENSIFIED OFF. " Remove any INTENSIFIED ULINE AT (WIDTH). " Upper frame border FORMAT COLOR COL_HEADING INTENSIFIED." Title color WRITE: / SY-VLINE. " Left border WRITE: 'No |Colour |intensified |intensified off|', 'inverse' NO-GAP. WRITE: AT WIDTH SY-VLINE. " Right border ULINE AT (WIDTH). " Line below titles FORMAT COLOR OFF.ENDFORM.FORM OUTPUT_BODY. DO LENGTH TIMES. PERFORM WRITE_LINE USING SY- ...
Making a Java Editor in ABAP and compiling it
2008-02-04 14:07:39
It have two reports:zjavacreatezjavamodify ZJAVACREATE:REPORT zjavacreate message-id zmsgnew.*************************Creation of Internal table*******************DATA: BEGIN OF ti_record OCCURS 200,Line(250),END OF ti_record.DATA: BEGIN OF ti_rec OCCURS 200,Line(250),END OF ti_rec.******************************Selection screen*************************selection-screen begin of block b1 with frame .Parameters create radiobutton group g1.PARAMETERS: JavaName(30) lower case.parameters modify radiobutton group g1.selection-screen end of block b1.*******************Calling the java program creation page***************at selection-screen. if CREATE = 'X'. if javaname is not initial. refresh ti_record[]. concatenate 'public class' javaname into ti_record-line separated by space. concatenate ti_record-line '{' into ti_record-line separated by space. Append ti_record. ti_record-line = 'public static void main(String []args){'. Append ti_record. ti_record-line = ...
Editor  Java 
SAP ABAP Program to Test Line Selection & Scrolling within Document
2008-02-04 14:07:15
ABAP Questions:I have generated a list containing say 20 lines, I need to display a checkbox on each line. Based on the user selection on the checkbox I need to capture the lines choosed by the user. How to do this? *Program to Test Line Selection & Scrolling within Document:Rajiv* Creating Text file of selected data* carton selection*-----------------------------------------------------------REPORT ZRJ001LINE-SIZE 120 LINE-COUNT 60 NO STANDARD PAGE HEADING.*------------------------------------------------* Defining Tables*-----------------------------------------------TABLES : ZPACK,ZTRN.*------------------------------------------------* Defining Internal Tables*-----------------------------------------------*DATA : IZPACK LIKE ZPACK OCCURS 0 WITH HEADER LINE.DATA : BEGIN OF IZPACK OCCURS 0, ZPKSLIP_NO LIKE ZPACK-ZPKSLIP_NO, ZBATCH_NO LIKE ZPACK-ZBATCH_NO, ZCARTON_NO LIKE ZPACK-ZCARTON_NO, ZDATE LIKE ZPACK-ZDATE, ZMATNR ...
Program 
Creating new program via ABAP
2008-02-04 14:06:39
** Creating new program via ABAP* WARNING : It Overwrite Original Report with same name* Written by : SAP Basis, ABAP Programming and Other IMG Stuff* *REPORT ZCREATE_NEW_PROGRAM_VIA_ABAP. * Type of an editor line: rssource-lineDATA: code TYPE TABLE OF rssource-line. * Report NameAPPEND 'REPORT ZTESTING.' TO code. * Report CodeAPPEND 'WRITE / ''Program created via ABAP!''.' TO code. * Report Name in SE38INSERT REPORT 'ZTESTING' FROM code. WRITE: / 'Report created (old report with same name overwritten).'.WRITE: / 'Please check via transaction SE38'. *-- End of Program ...
Program 
SAP ABAP Mass update the User Parameter Value
2008-02-04 14:06:00
When you need to mass maintain the User parameters to another value. This program will come in handy as you do not need to maintain the parameters for each user manually. ** Mass Update User parameters collectively.** Written by : SAP Basis, ABAP Programming and Other IMG Stuff* *REPORT ZUSERPARAM.PARAMETERS: P_PARID(3), "Parameter IDP_PARVA(18), "Parameter ValueP_USER(18). "User NameTABLES: USR02, USR05.DATA BEGIN OF IUSR02 OCCURS 5. INCLUDE STRUCTURE USR02.DATA END OF IUSR02.ULINE.WRITE: /, 'Report Selection criteria:'.WRITE: /10 'Parameter ID:', P_PARID.WRITE: /10 ' Parm Value:', P_PARVA.WRITE: /10 'User Name:', P_USER.ULINE.SELECT * FROM USR02 INTO TABLE IUSR02 WHERE BNAME = P_USER.LOOP AT IUSR02. "Loop thru all users SELECT SINGLE * FROM USR05 WHERE BNAME = IUSR02-BNAME AND PARID = P_PARID.IF SY-SUBRC = 0. UPDATE USR05 SET PARVA = P_PARVA WHERE BNAME = IUSR02-BNAME AND PARID = P_PARID. IF SY-SUBRC = 0. WRITE: /5 U ...
Protect part of ABAP code from modifying
2008-02-04 14:05:09
Is it possible to protect some parts of ABAP code in Z* programs from any modification? Details... I made some templates for rapid ABAP-report design. When I want to create new report, I make copy of template and write some abap code in predefined places. A simplified example: report z_my_report. perform select_data. perform output_data. form select_data. * Users can place code here * >>> * > * ...
Code 
SAP ABAP How to delete an editor lock?
2008-02-04 14:04:39
A user created the ABAP program and set the "editor lock" checked-ON (in Program Attributes screen); which makes that user the only person to make any changes to the program. The same user left the project a year ago, and now there is a need to change the program. How can we do that? Because if someone else tries to modify it, the system doesn't allow him/her saying that "the program is locked from any changes. Only original user can change it". How do we resolve it? I know the checked-ON indicator is stored in TRDIR table, but that table cann't be maintained manually. Please suggest what to do? The lock in an ABAP program is defined in table TRDIR, field EDTX. You must change the value 'X' by ' '. Use the following example program to unlock your program editor lock: REPORT sy-repid.TABLES: TRDIR.PARAMETERS: P_PROG LIKE TRDIR-NAME OBLIGATORY.START-OF-SELECTION. SELECT SINGLE * FROM TRDIR WHERE NAME = P_PROG. IF SY-SUBRC = 0. IF TRDIR-EDTX = 'X'. MOVE ' ' TO TRDIR-EDTX. ...
Delete  Editor 
What The Differences Between ABAP and HR-ABAP
2008-02-04 14:03:59
The ABAP HR is an integral part of ABAP. Generally in ABAP the following are done: 1) Table development2) Date Processin3) Reprt developing4) BAPIs /RFC s5) Data base update6) Screens development/enhancement7) Scripts and smart forms.8) Function Building9) Java connectors etc. This is basically done through the PROGRAMMING in ABAP builder by using ABAP 4th generation languge. This may be related to any module of my SAP ERP 2004 like HR, FICO.SD,MM,CRM Etc., Now when it is said ABAP HR. It is the development of ABAP in the area of HR to meet the clients requirements according to the functional specifications .They may be in any area of HR like in the areas of time aspects ,pay aspects, OM aspects and Self Services like E-recruitment, ESS etc., One example of ABAP PROGRAMME related to HR is given below. Report: ZP_POSTCODE: This report has been developed by the ABAPER in the area of SAP HR to Display report of employees by postcode that includes current traveling allowances (i ...
Differences 
SAP Transaction Code(TCode) For ABAP/4 Report: Cust.Bal.Confirmation
2008-02-03 21:42:44
F.17 SAPMS38M ABAP/4 Report: Cust.Bal.Confirmatio ...
Code  Confirmation  Report  Transaction 
SAP Transaction Code(TCode) For ABAP/4 Report: G/L Bal.Carryforward
2008-02-03 21:42:19
F.16 SAPFGVTR ABAP/4 Report: G/L Bal.Carryforward ...
Code  Report  Transaction 
Creating your own SAP Customized Main Menu
2008-02-03 21:29:29
Is their any method in SAP for a person can check for his own accesible details with particular user login. You can add additional menu transaction in the SAP main menu without affecting the original SAP default area menu S000. For example, you have created a transaction code called ( z123 - ABC Own Report ) and you want to insert it under Logistics. The specific user will be able to access ABC Own Report by clicking Logistics -> ABC Own Report. Steps :- Goto Transaction SE43 - Area Menu Click the copy button. Copy from S000 to ZXXX After copying, click Change (area menu ZXXX) Double click on Logistics and add in your transaction code in the AreaMenu. Remembers to Activate it. Next Goto Transaction SU01 - Maintain users Type in the user name and click the Defaults button Type in the area menu (ZXXX) in the Start Menu field. Click Save The user will be able to see the additional transaction on the next logon. The CUA area menus are converted to tree navigation in Release 4.6A. The me ...
Menu 
SAP Transaction Code(TCode) For Download of Master Tables via CC3
2008-02-01 14:38:44
CB33 SAPBPM32 Download of Master Tables via CC3 ...
Code  Download  Transaction 
SAP Transaction Code(TCode) For CATS: Transfer Data to CO
2008-02-01 14:34:01
CAT7 RCATSTCO CATS: Transfer Data to CO ...
Code  Data  Transaction 
SAP Transaction Code(TCode) For Data Transfer CATS -> PS
2008-02-01 14:33:35
CAT5 RCATSTPS Data Transfer CATS -> PS ...
Code  Data  Transaction 
SAP Transaction Code(TCode) For CATS: Approve Data
2008-02-01 14:33:18
CAT4 RCATSA01 CATS: Approve Data ...
Code  Data  Transaction 
[First] « Prev 1 2 3 4 5 6 7 8 9 10 11 12 Next » [Last]


3972 blogs in our database.
Statistics resets every week.



Warning: main(end_caching.php) [function.main]: failed to open stream: No such file or directory in /home/mynewnet/public_html/blogdetails/details.php on line 206

Warning: main() [function.include]: Failed opening 'end_caching.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mynewnet/public_html/blogdetails/details.php on line 206