Output of FPO4 in caller program
I want to get output of Transaction FPO4 in a caller Zprogram, can anyone help in achieving the same. Appreciate sample code
View ArticleTransaction called through CRM Web UI.
Hi All, I have a very strange problem though it might have some reasons which i don't know. I have a Z-transaction associated with a screen which calls a standard FM which has a COMMIT WORK statement...
View ArticleOutput of FPO4 in caller program
I want to get output of Transaction FPO4 in a caller Zprogram, can anyone help in achieving the same. Appreciate sample code.
View ArticleRe: how to write code without select's in loop statement ?
Hi daniel, Try the following updated code, data: begin of it_ekpo occurs 10.data: ebeln like ekpo-ebeln, ebelp like ekpo-ebelp, banfn like ekpo-banfn, bnfpo like ekpo-bnfpo....
View ArticleRe: BAPI : BAPI_CONTRACT_CREATE problem for conditions upload
Hi Vaman, Try passing the data to ITEM_COND_VALIDITY. You need to pass the line item number and validity period for the line item conditions. This table sets the validity period for the conditions,...
View ArticleRe: how to code ..simple if loop statement ?
thanks for the compliment..you can ask me if you have any questions regarding ABAP queries...Incase if i am not available in SDN you can send me mail @rameshkrishnamani@gmail.com. Regards,Ramesh.
View ArticleRe: BAPI : BAPI_CONTRACT_CREATE problem for conditions upload
Hi, Please check this note:1361019 Regards,Madhu.
View ArticleRe: Help!!! I Have a strong Problem
Hi, Did you check the configuration. Regards,Madhu.
View ArticleRe: Add new field in QA11
Hi Taraknath, Thanks. I already tried the Userexit QPL10004 . I added the new field in the screen exit but the field is not appearing in QA11 but this field is appearing in QA02/QA03 etc. Please advise...
View ArticleRe: how to write code without select's in loop statement ?
Hi Tushar, THanks for the update. I have tried your code, corrected syntax errors. and I am getting an error.... "The specified type has no structure and therefore no component called EBELN " Its...
View ArticleRe: changing the field of an internal table
Hi Rahul, IT_DATA should be declared as : IT_data type TABLE of lfa1, Similarly for T_DATA as : T_DATA type TABLE of lfa1. Hope it helps. Thanks
View ArticleRe: Which Variants are being used in reports
Hi Barbara, In the table VARID enter the program name to list all the variant that is been used by the program and then go to the function module RS_VARIANT_CONTENTS and enter the program name...
View ArticleRe: Internal table Usage problem in ABAP ...
Hi Edgar, I'm not an expert in Logistic, hence I am not sure if this is a user exit, so correct me if I am wrong, KUNNR is a customer number that contains 8 characters. Her constant is a 2 character...
View ArticleNo Limit Flag
Hi Guru s, I have an requirement. My requirement is Ø The flag “NO limit” must be un-ticked for all PO with document type MISC, even PO is created with reference to other existing PO/PR and on which...
View ArticleRe: Internal table Usage problem in ABAP ...
Yep, it's indeed another good point (noticed that but didn't care about, my mistake...), customer numbers doesn't look like that AG that actually I started to guess is the partner type.
View ArticleRe: BAPI_ACC_DOCUMENT_POST extra tax line in bset + maybe wrong values?
1.BAPI_ACC_DOCUMENT_POST internally do a call transaction to FB01. You debug your program and put a break point on statement CALL TRANSACTION. Now check the posting in foreground mode. ( Change value...
View ArticleUpgrade related
Hi, Its related to ABAP remediation in UPGRADE project. How to solve this issue? The ERROR is as follows........ The offset and length fields in the token table are not filled until the "WITH...
View ArticleRe: getting a list of files from the application server
Hi, I am little bit confused with your question. You can use the FM RZL_READ_DIR_LOCAL to get all the files (name and path) are in a directory. To read the content of each file you have to use OPEN...
View ArticleRe: Transaction called through CRM Web UI.
Hi, Not sure why it happens, but try out these things if it works. - Press F6 on COMMIT WORK, so it will do commit in one go and will go to next statement in your program.- Try COMMIT WORK AND WAIT....
View ArticleError when importing object "XPOEXT"
Hi Experts, We are getting dumps in ECC system with following information. What happened? Error in the ABAP Application Program The current ABAP program "SAPLEINU" had to be terminated because it...
View Article