Need help with ST transformation
Hi, I'm trying to deserialize the following xml-document: <?xml version="1.0" encoding="UTF-8"?><CompactData xmlns="http://www.SDMX.org/resources/SDMXML/schemas/v2_0/message"...
View ArticleRe: Assignment Number(ZUONR) Download problem in GUI_DOWNLAOD
Hi, Based on your info. there is field lengths mismatch.If u more info(like u r using "Z" transaction or any) about ur problem u will get conclusion on it. Regards,R.S.K Moderator message: Please...
View ArticleRe: BDC code - Delete Customer Fax number
I removed the line AND SKIP FIRST SCREEN. Still not working.
View ArticleRe: BDC code - Delete Customer Fax number
PERFORM bdc_dynpro USING 'SAPMF02D' '0401'. PERFORM bdc_field USING 'BDC_CURSOR' 'KNA1-TELFX'. PERFORM bdc_field USING 'KNA1-TELFX'...
View ArticleRe: BDC code - Delete Customer Fax number
This means the error is in your code. Try to debug the same and run the program in foreground i hope this could be the error where "Screen field KNA1-TELFX does not exist" .This is my assumption...
View ArticleDISABLING SAVE BUTTON WHILE CALL TRANSACTION
Hi Abapers, My requirement is to disable the standard transaction save button while I triggering it from Zreport using Call Transaction skip initial screen. Please suggest ur ideas. Thanks in advance....
View ArticleRe: BDC code - Delete Customer Fax number
try giving a value like 'test' in KNA1-TELFX....see if it updates a value... looks like it is not updating a blank value....
View ArticleRe: Unicode Errors
Hi, Check the datatype of TEXTPOOL. it cannot be a complex structure it has to be a single character field. Cheers,Arindam
View ArticleRe: DISABLING SAVE BUTTON WHILE CALL TRANSACTION
Does not the transaction have a display mode ? for ex: MM03, ME23N... or is it something else you require ? Please do not post all caps in your subject line
View ArticleRe: type c to short
Hi, Nagamani has given valid answer your storing the data into structure...instead you have to save the data in field of the structure. you can also change "Type C" to STRING, it will be better as its...
View ArticleRe: VA02 ,propose the value for VBAP-bedae and save
HiRUN SAPso your changing values before user sees data in VA02.my question is , why cant you change the values while creating sales order itself in VA01.while saving below two exits will trigger, so...
View ArticleENHANCEMENT FOR COR2 TCODE
Hello All, I have a Requirement on COR2 TCODE. When user enters process order in cor2 tcode which is a change mode and press enter, one screen will be get opened.. In that screen one button is there by...
View ArticleRe: Error -Unknown symbol in script
Hello Afzal, We have to trigger the script from FM not from report. I was just saying if I call script in report the value for variable is passed to script and printing the value, but while calling the...
View ArticleRe: type c to short
What is the result ? Why the double quotes ? Are you trying to concatenate the values (situation1) of i_etq etcetera, or the literals 'i_etq' (situation 2) (situation1) And concerning those fields you...
View ArticleRe: Creating TO using FM L_TO_CREATE_DN
Hi Arindam, Looking your code, I suggest to also provide inputs to following exporting parameters i_commit_work = 'X and i_bname = sy-uname. I have used the same FM in previous project as...
View ArticleRe: How to upload a poilsh & Czech Characters using GUI_upload in SAP 4.6c
Hi Kiran,I don't think R/3 4.6C can handle UTF8 data properly ... I think you need to convert it to MS 1250.As of R/3 4.7, you can do this with SAP notes 747615 and/or 752859.You have to select 4110 as...
View ArticleCustomer number incorrectly updated in BSEG table.
Hi, After the outbound delivery is created, the customer number is updated with sold-to-party in BSEG table.But it should be updated with ship-to-party.Due to this wrong G/L account is posted in...
View ArticleRe: how to add column checkbox in a table control
Please search in SCN before posting see the below threads for your reference. Check box in Table Controlhttp://scn.sap.com/thread/3291903how to create a check box in table control Declare your...
View Article