Hello experts.
I am new to SAP Data Intelligence can you please help with Developer Guide.
Basically, looking for validation script syntax and all .
Thanks,
Laxman Sankhla.
Hello ,I have created Database procedure and view on HANA DB.But it does not ask for Transport request.How to assign Transport Request for Procedure and view .Thanks in Advanced.Laxman Sankhla.
Hi all,I want to open webdynpro URL while i click on list uibb.Launchpad is giveing message area dump (Only one message area visible).Can anybody suggest me on this.Thanks,Regards,Laxman Sankhla.
Thanks, Lee, for your response.One more question i have is How to read File Dynamically from Table.I have file path stored in HANA Table and want to use that path for read file operator so latest file will be picked automatically.I have used RUN HANA...
HI I am new for web dynpro and I want to send adobe form by mail by clicking on submit in web dynpro.can you please help me step by step.Regards,Laxman Sankhla
data l_BSART type ekko-BSART.*clear l_BSART.select single BSART into l_BSART from ekko where ebeln = I_WRXMOD-EBELN.if l_BSART eq 'ZCBS'. E_KONTO_MODIF = 'ZCB'.endif.the same code can be used.