sap web gui login

http://molgaard.consolut.eu/sap/bc/gui/sap/its/webgui

Wednesday, July 30, 2014

Migrating BAdIs

Migrating BAdIs  Procedure        1.      Call the classical BAdI Builder (transaction SE18).        2.      Enter the name of the BAdI you want to migrate.        3.      Choose Utilities → Migrate.                             a.      Specify...

Differences Between Classic and New BAdIs

Differences Between Classic and New BAdIs  Classic and new BAdIs differ in a number of features that are important for migration: BAdI object                             a.      With classic BAdIs, a BAdI object is created by calling a factory method, and referenced via a reference variable of the type of the BAdI interface.                             b.      With...

Tuesday, July 29, 2014

Uploading customer master extended address using bapi method

Uploading customer master extended address using bapi method Uploading customer master extended address using bapi method from londonchris1970...

Re-Processing inbound IDOC using WE02

Re-Processing inbound IDOC using WE02 Whenever posting an inbound IDOC results in error, the general tendency is to post the IDOC again by executing the posting application/program again or by correcting the errors and re-processing the IDOC using transaction WE19. Both these options would create a new IDOC in the system leaving the old IDOC useles. There is a provision in SAP wherein we can re-process the same IDOC without creating any additional IDOC’s...

Monday, July 28, 2014

Using folder options for page protection in smartforms

Using folder options for page protection In this recipe, we will see how we can create a folder comprising a number of lines (block of text) so that they are all printed on the same page. If the space within a page is not enough for printing all the lines, the entire text block is printed on the subsequent page, that is, page protected. How to do it... For defining a folder with page protection, follow these steps: 1.    ...

BDC interview questions

BATCH DATA COMMUNICATION 1. What is expansion of BDC session? Batch Data Communications Session. 2. What are the steps in a BDC session? The first step in a BDC session is to identify the screens of the transaction that the program will process. Next step is to write a program to build the BDC table that will be used to submit the data to SAP. The final step is to submit the BDC table to the system in the batch mode or as a single transaction by the CALL TRANSACTION command. 3. How do you find the information on the current screen?  ...