Wednesday, January 26, 2005

Billing Output Type for ALE

Config can be accessed via (V/40):
  • Sales & Dist->Basic Func->Output Control->Output Determination->Determination Using Condition technique->Maintain Output for Billing Documents-Maintain Output type
  • In the processing routines choose Program: RSNASTED and FORM routine: ALE_PROCESSING
In Partner profile (WE20):
  • Choose message type DESADV and process code SD09

Shipping/Deliver Output Type for ALE

Output Type config can be accessed via (V/34):
  • Logistic Executions->Shipping->Basic Functions->Output Control->Output Determination->Maintain Output for Outbound Deliveries->Maintain Output Types
  • In the processing routines choose Program: RSNASTED and FORM routine: ALE_PROCESSING

In Partner profile (WE20):
  • Choose message type DESADV and process code SD05

Sunday, January 23, 2005

ALV list

To create a list using ALV can be done using methods of the class under the package SALV_OBJECT

Tuesday, January 11, 2005

Dynamic modification of Application toolbar area

Sometimes you need to remove a functionality from a screen. For example you want to remove function code LIST from the status CREATE, the code to do this would be:.

SET PF-STATUS 'CREATE' EXCLUDING 'LIST'.

Wednesday, January 05, 2005

Convert CSV to SAP using

To convert CSV text to SAP format use the function module TEXT_CONVERT_TEX_TO_SAP