SAPLab-SAP Tips! ABAP Tips!

SAP ABAP User!

About SAP IDOC AND ALE articles

Outbound Idoc Through ALE
https://www.sdn.sap.com/irj/scn/wiki?path=/display/ABAP/Outbound+Idoc+Through+ALE
Abap code snippet for triggering an existing IDOC through BADI
https://www.sdn.sap.com/irj/scn/wiki?path=/display/Snippets/Abap+code+snippet+for+triggering+an+existing+IDOC+through+BADI
ALE,IDOC
https://www.sdn.sap.com/irj/scn/wiki?path=/display/ABAP/ALE%252CIDOC
Outbound Idocs by ALE
https://www.sdn.sap.com/irj/scn/wiki?path=/display/A/Outbound+Idocs+by+ALE
ALE Business process
https://www.sdn.sap.com/irj/scn/wiki?path=/display/HOME/ALE+Business+process
ALE (Application Linking and Enabling)
https://www.sdn.sap.com/irj/scn/wiki?path=/display/HOME/ALE+Business+process
ALE Change Pointers
https://www.sdn.sap.com/irj/scn/wiki?path=/display/ABAP/ALE+Change+Pointers
ALE IDOCS
https://www.sdn.sap.com/irj/scn/wiki?path=/display/ABAP/ALE+IDOCS
ALE (Application Linking and Enabling)
https://www.sdn.sap.com/irj/scn/wiki?path=/display/HOME/ALE+%2528Application+Linking+and+Enabling%2529
Basics of IDoc…
Idoc with ABAP Port
https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/2007/09/12/Idoc+with+ABAP+Port
Administration of ALE Functions and Troubleshooting ALE
https://www.sdn.sap.com/irj/scn/wiki?path=/display/ABAP/Administration+of+ALE+Functions+and+Troubleshooting+ALE
Step by Step procedure [...]

There is a very good ABAP Programming Guidelines, it’s pdf version. If you want to download it,pls refer below link.
Official ABAP™ Programming Guidelines

FI/CO Interview Questions & Answers

There is a PDF version of FI/CO Interview Questions & Answers.
FI/CO Interview Questions & Answers

What is SAP SMARTFORM? There is a PDF version tutorial about SMARTFORM by SDN.
SMARTFORM-tutorial Download

What is IDOC?

What is IDOC • IDOC = Intermediate Document • IDOC is simply a data container used to exchange information between any two processes that can understand the syntax and semantics of the data. • When we execute an outbound ALE or EDI Process, an IDOC is created [...]

Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software. 
As with customer exits two [...]

ALE TCODE and program

Transaction Codes: SALE - IMG ALE Configuration root WE20 - Manually maintain partner profiles BD64 - Maintain customer distribution model BD71 - Distribute customer distribution model SM59 - Create RFC Destinations BDM5 - Consistency check (Transaction scenarios) [...]

Question: Could you tell me the difference between exit and stop when used in different situations like inside loop,i the program etc?
Answer:
Hi,
STOP :This statement terminates a processing block in an executable  program.
The statement is only intended for use in the INITIALIZATION, AT SELECTION-SCREEN, START-OF-SELECTION, and GET events. It  terminates the current processing block in an [...]

How to get local print machine information? Pls check below program.

DATA: PRDEFAULT LIKE FRPRLIST-PRNAME ,
IS_FRONTEND LIKE RSPOTYPE-MODE .
DATA: LIST LIKE FRPRLIST OCCURS 0 WITH HEADER LINE.
 
CALL FUNCTION ‘RSPO_FRONTEND_PRINTERS_FOR_DEV’
EXPORTING
DEVICE [...]

SAP ABAP IDOC Steps

What is ABAP IDOC? If you want to know about IDOC steps, pls check out below information via SDN wiki.
What is a IDOC?
An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data. IDoc is not a process.
-         [...]

« Previous Entries  
<-- Google fenxi --!> <-- google fenxi end --!>