Archive for the ‘ABAP’ Category

December 20th, 2009

SAP ABAP Performance Standards

No Comments, ABAP, by Jack.

SAP ABAP Performance Standards via saptechnical.com Description Result (Y, N or N/A) Comments Run Extended syntax checks with character literals…

When I try to open Adobe Form’s layout of Adobe LiveCycle Designer with Tcode-SFP, I always get Windows Error Message…

Q: How to find menu path if i know t-code in spro? A: You can use "SEARCH_SAP_MENU" and put t-code…

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…

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

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

October 26th, 2009

What is IDOC?

No Comments, ALE & IDocs, by Jack.

What is IDOC • IDOC = Intermediate Document • IDOC is simply a data container used to exchange information between…

Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System…

October 23rd, 2009

ALE TCODE and program

No Comments, T-CODE, by Jack.

Transaction Codes: SALE – IMG ALE Configuration root WE20 – Manually maintain partner profiles BD64 – Maintain customer distribution model…

Question: Could you tell me the difference between exit and stop when used in different situations like inside loop,i the…