Wednesday, October 16, 2013

MS Word : Unexpected symbol in word documents

If you see any unexpected symbol like  [ ¶ ] in the word documents just press Ctrl+Shift+8 (not F8). This shall clear off the symbols.  

Regards,
[V]

Tuesday, October 15, 2013

SAP : View EDI Segment Qualfiers and Actions (QUALF/ACTION)

The EDI segment documentation was very descriptive in SAP 4.6C where the segment 'Qualifiers' and 'Actions' functions were provided in the segment definition. In the later versions this data was missing and I happened to explore a way. My fellow consultants around the globe might have been using this trick but I liked to write on this one and see below for steps.

1. Execute TCode: SE11
2. Select the 'Data Type'  radio button and input the Segment name for instance E1EDP01.
3. Click the display and you can view the Component and the Component type details
4. Double click on the Component type respective to the QUALF or ACTION elements.
5. This displays the Domain as many of you know.
6. Once again double click on the Domain and go to the value range tab to view the details,

Regards,
[V]

Monday, October 14, 2013

SAP : ERROR: Program not registered


Issue: We had the 'Connection Test' failure when trying to ping to the EDI subsystem from the TCode SM59 and further the IDOC also fails with the below error. There are several causes and solutions that have been discussed on SDN but this one solution worked for us. I am not a BASIS consultant but this was and input from one of them and thought it would be of help to someone somewhere.

Logon Connection Error
Error Details Error when opening an RFC connection
Error Details ERROR: program <pid> not registered
Error Details LOCATION: SAP-Gateway on host xxxxxxxxx / sapgwxx
Error Details DETAIL: TP <PID> not registered
Error Details COMPONENT: SAP-Gateway
Error Details COUNTER: 266693
Error Details MODULE: gwr3cpic.c
Error Details LINE: 1812
Error Details RETURN CODE: 679
Error Details SUBRC: 0
Error Details RELEASE: 700
Error Details TIME: Mon Sept 14 10:54:21 2012
Error Details VERSION: 2


Solution: Execute TCode RZ11, enter Parameter Name : gw/acl_mode and click display and later change the current value to 0 from 1. The related note was 1480644.


Regards,
[V]