How to Create a new Infotype

Creating a New Infotype Step 1 Execute transaction PM01 (If you get a message saying the infotype can not be enhanced, Try transaction PPCI). Step 2 Select create IT tab and enter new infotype number into selection box. Step 3 Press the create ‘ALL’ button (left of infotype no.). You will get a dialog box … Read more

Logical Expression syntax in ABAP

In ABAP (Advanced Business Application Programming), logical expressions are used for conditions and control structures. Here is the Logical Expression syntax in ABAP. CO Contains Only: True, if operand1 only contains characters from operand2. Upper/lower case and trailing blanks are taken into account for both operands. If operand2 is of type string and is initial, … Read more

How to compare two strings in ABAP

In ABAP, you can compare two strings using various comparison operators and functions. Here are a few ways How to compare two strings in ABAP? 1. CO (Contains Only): c1 contains only characters in the string c2. The comparison takes into account the full length of c1,including blanks at the end.If the result of the … Read more

Create a Digital Signature in ABAP ( Sample Code)

Here is explanation of Create a Digital Signature in ABAP (Sample Code). This is a short list of necessary operations:Build a table for metadata using as key a field referring to data element SIGN_GUID_22 and the complete key for your to-be-signed document; in my case:ZZAPT_SIGNATUREFIELD DATA ELEMENTMANDTMANDTSIGN_ID SIGN_GUID_22CORDERID N1CORDIDBuild a structure for operation log: ZZAPT_SIGNATURE_LOGFIELD … Read more

Some Common use SAP HR Infotypes

9100 e-Separation9101 Payroll Recovery Clearance9102 A/Cs & Payroll Clearance9103 IT & Security Clearance9104 Payroll Miscellaneous9105 Telephone and Voice Clearance9106 Housing & Vehicle Clearance.9107 Departmental Clearance 9108 Exit interview9109 LTA , Food and Gift Coupons9110 Leave Ench,Notice pay,Superannuatio9111 Full & Final Settlement9112 HR Clearance9245 Test INfotype9500 test e separation9656 Name and age Infotype9777 PA Letter9800 test … Read more