Translation of customer-HCM-infotype
Hi all, I created a customer infotype MP900100. Now I have to translate the texts. So I intended to use TA se63. I follow the path translation --> ABAP-objects --> short texts --> S3...
View ArticleRe: Value not get fetched
What i get is follwong (correct me if i am wrong) : You have an article which you can configure or classify. You read a certain characteristic which holds the Area in squaremeters. Since...
View ArticleConsuming external Web Service in ABAP (Change data type or size of field)
Hi All,can we change data type or size of the field in WDSL file? Problem is one the char field in the webservice structure is greater than 10000. Thanks,Dev...
View ArticleRe: Dot Matrix Print
I think it might be issue related to the device type. Set correct device type valid for your printer make(Google search might help) on the printer settings in SPAD. It is more important to get the...
View ArticleRe: ALV Grid - Average Calculation for CHAR Field
Well, nice if that solves it for you. Normally you would add a field to your ALV-Structure. A numeric field. While processing you move the value from your char field to this field. Then in the ALV you...
View ArticleRe: Dot Matrix Print
after converting to smartform replace the font with which you require and if required create a new page style in spad t code and replace the current format in smartform with newly created page format
View ArticleRe: Specify Message ID on Function Pool
I tried this but the option is greyed out so I cannot Switch Off in any case.
View ArticleRe: Dot Matrix Print
okay do one thing develop a z program and use the function module 'GET_PAYSLIP' in your program in order to get the data that you see in the output of tcode "PC00_M40_CEDT".and again use the function...
View ArticleRe: Consuming external Web Service in ABAP (Change data type or size of field)
No, you should change the length of the field in the corresponding webservice ( or have it changed) and then generate a new wsdl (web Service DESCRIPTION Language)
View ArticleRe: How many field can be added to database table?
LIPS has more than 287 fields in one of my systems. What is your version, read first Note 355898 - Restrictions on transparent tables. As you can read, max length is now 4030 since release 6.0 SP25,...
View ArticleRe: BDC not working for XD01-Telephone field(TEL2) not being saved .
Hi sai Krishna , I checked it again , value is correctly passed as shown in the snap-shot . Data is being saved except one field so SAVE is working fine . regards,Kishore
View ArticleRe: how to create second or third source code plug-in for same enhancement...
Hello, The SAP Help Link shows that you can have multiple enhancement implementations indirectly tied to an Enahncement spot. It does not show an enhancement point hacing multiple implementations. An...
View ArticleRe: Sum Period Amounts into new column
HI Ahmad, Try the below code. *&---------------------------------------------------------------------**& Report...
View ArticleRe: Ecatt - Business Partner Mass creation
Hi Mohamed, You can make use of BAPIs available for creating Business Partners. Create a program that takes required inputs and uses BAPI to create the partners. BAPI_BUPA_CREATE_FROM_DATA...
View ArticleRe: How to right allign the values in ALV top of page
Dinesh, Make use of HTML_TOP_OF_PAGE for writing the ALV header data. There are many options available to format the data. Drawback in using TOP_OF_PAGE is that it can take text upto 60 characters...
View ArticleRe: Implementation of BADI using changing parameter of type "Index Table"
Hi Ankit, Check if the data you want to change is coming in field table_line. The easiest way to check this would be to create an implementation of the BADI, keep a break point and run the...
View ArticleRe: Implementation of BADI using changing parameter of type "Index Table"
Hi Athreya. I have already checked that and values are populated in that changing table but since the this table has only 2 fields only 2 values are populated in SRM Table. My main issue is how to...
View ArticleRe: having same name aginst different document no , I want total amount
hi , now if I am entering doc no having payment = ' T ' ( e.g. 1000 and payment = 'T' .) then output should display. otherwise output should not be display. what should I do. pls help me I have...
View ArticleRe: How to link between BSEG and GLPCT tables.
Hi,Try to use GLPCT link to GLPCA then from GLPCA to link BKPF, then BKPF will link to BSEG.Also tcode 3KEH/3KEI set up for these balance sheet accounts to get a default profit center for GLPCAT and...
View ArticleRe: PDF/XString to Image conversion
Hi Fred, Thanks for your help!But my project do not want to call any external system. I am still trying to look for something in SAP to convert the pdf/otf/XString into image hich can be then sent to...
View Article