Re: delete line within BAPI_SALESDOCUMENT_CHANGE
loopat it_vbap. header_ch_inx-updateflag = 'U'. item_ch-itm_number = it_vbap-POSNR. APPEND item_ch. " <<<<<< item_ch_inx-ITM_NUMBER = it_vbap-POSNR ....
View ArticleRe: Message as "Runtime error has occurred" in ME21N and ME22N tcodes in...
What's the full error message "Runtime error xxxxxx has occurred" Seems the upgrade project is not yet fully performed, some objects are not regenerated or even activated, check with SPDD/SPAU also...
View ArticleIdoc failing with error : Fill all required fields SAPMF02K 0120 LFA1-BEGRU
Hello, Few idocs are being sent from ABC(source system) to XYZ(target system), we are getting error message "Fill all required fields SAPMF02K 0120 LFA1-BEGRU" In target system XYZ the field BEGRU on...
View ArticleRe: Idoc failing with error : Fill all required fields SAPMF02K 0120 LFA1-BEGRU
If the field on the target system is disabled and not being filled then I would try put a dummy value in field BEGRU and send the idoc with this. It should be that this value will pass the check as it...
View ArticleRe: Idoc failing with error : Fill all required fields SAPMF02K 0120 LFA1-BEGRU
BEGRU field map with Constant 1 ....try it once
View ArticleRe: Idoc failing with error : Fill all required fields SAPMF02K 0120 LFA1-BEGRU
The BEGRU field on the screen is disabled so we do not have any field where data will be passed.
View ArticleRe: Mandatory Parameters for BAPI_ALM_NOTIF_CREATE
Only Notification Type is Mandatory, Also dont forget to sequence BAPI_ALM_NOTIF_SAVE in order to save the created notification.
View ArticleRe: Idoc failing with error : Fill all required fields SAPMF02K 0120 LFA1-BEGRU
Yes exactly, but for some reason the background checks are still happening and a value is still expected.If you supply any value in your incoming idoc it should get past this error and then simply not...
View ArticleRe: RFC for list of activated lang in SAP server
Akriti, I don't remember having a RFC but, SMLT to see installed languagesTable T002 will have list SE38 : Program RSCPINST - You can see active languages Below will guide you precisely , How to...
View ArticleRe: delete line within BAPI_SALESDOCUMENT_CHANGE
Anouar After invoking the BAPI BAPI_SALESDOCUMENT_CHANGE You must call the BAPI BAPI_TRANSACTION_COMMITalways that the execution of the BAPI BAPI_SALESDOCUMENT_CHANGE was...
View Articletriggering SAP Web service from website ( HTML page ) and let say an example...
Hi All, Greetings.I am looking an overview of triggering SAP Web service from website ( HTML page ) and let say an example for triggering quotation data from third party to SAP. Here i have created a...
View ArticleError While Migrating material Master using BAPI
Hi all,Am getting Error Like material not created can any one help me on this. Am trying to migrate material master using standard bapi.DATA : WA_HEADDATA TYPE BAPIMATHEAD, WA_CLIENTDATA TYPE...
View ArticleHow to get data from Application layer to Presentation layer?
Hi all, Can any one tell how can we get the data from application layer to presentation layer at run time in SAP-ABAP.
View ArticleRe: Outbound idoc for MIRO
Hello Krish, I am looking for a similar requirement.Need to send created credit memos to our vendors. Have you found a solution? Kind regards
View ArticleRe: How to get data from Application layer to Presentation layer?
Hi Pavan, Please use below code :- ************************************************************************************************************************* Code Starts...
View ArticleRe: How to get data from Application layer to Presentation layer?
Thank You HITESH GAVANDE
View ArticleRe: How to get data from Application layer to Presentation layer?
Hi Pavan, If you found solution,Can you close this thread by marking right answer Regards,Hitesh
View ArticleRows Grouping with separate heading for each group in ALV Output Webdynpro
Hi Experts, I have a requirement to display my Web dynpro ALV Output having 30 rows.. In which I have to group few records with respective headings as shown below. I have the key to identify the Group...
View ArticleRe: Error While Migrating material Master using BAPI
had you ever done such task before?Looking at your code and the question I wonder if you even tried the baby steps of an ABAPer to help yourself: debuggingYou did not even add some coding for error...
View Article